Rifle Green (#444C38)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 8.99:1 — vs black: 2.34:1

Color values

  • HEX #444C38
  • RGB rgb(68, 76, 56)
  • HSL hsl(84, 26%, 29%)
  • CMYK cmyk( 10.53, 0, 26.32, 70.2 )

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #444C38 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Rifle Green
#444C38 Base
#40384C
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Rifle Green
#444C38 Base
#4C4A38
#3A4C38
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Rifle Green
#444C38 Base
#38444C
#4C3844
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Rifle Green
#444C38 Base
#383A4C
#4A384C
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Rifle Green
#444C38 Base
#384C4A
#40384C
#4C383A
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Rifle Green
#444C38 Base
#0D0F0B
#1D2018
#2F3527
#596349
#6B7858
#92A07D
Shades & Tints

Darker shades and lighter tints of Rifle Green, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0D0F0B
#181B14
#23271D
#2E3326
#39402F
Rifle Green #444C38 Base
#687556
#8C9A77
#AEB89F
#D0D6C8
#F3F4F0
CSS & SCSS Snippets

Ready-to-use code snippets for #444C38. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #444C38;
}

/* Text */
.element {
    color: #444C38;
}

/* Border */
.element {
    border: 1px solid #444C38;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #444C38,
        #483860
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #444C38,
        #483860
    );
}
SCSS Variable
// SCSS variable
$rifle-green: #444C38;

// With RGB channels (useful for rgba() usage)
$rifle-green-r: 68;
$rifle-green-g: 76;
$rifle-green-b: 56;

// Usage
.element {
    background-color: $rifle-green;
    color: rgba($rifle-green-r, $rifle-green-g, $rifle-green-b, 0.8);
}
Color Blindness Simulation

How Rifle Green appears to people with different types of color vision deficiency.

Normal Vision #444C38 How the color appears with full color vision.
Deuteranopia #4A4A38 Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #4B4B38 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #474A4A Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #494949 Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Rifle Green ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Rifle Green #444C38 Base
Rifle Green #414833 ΔE 1.45
Kombu Green #354230 ΔE 4.32
Gray Asparagus #465945 ΔE 5.75
Ebony #555D50 ΔE 6.87

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.