Shades of Verdun Green #414C1D
Tints of Verdun Green #414C1D
RGB
CMYK
RGB Variations
Color information
#414C1D (or 0x414C1D) is known color: Verdun Green. HEX triplet: 41, 4C and 1D. RGB value is (65,76,29). Sum of RGB (Red+Green+Blue) = 65+76+29=170 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.24% from 170); Green value is 76 (30.08% from 255 or 44.71% from 170); Blue value is 29 (11.72% from 255 or 17.06% from 170); Max value from RGB is 76 - color contains mainly: green. Hex color #414C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #414C1D is #BEB3E2. Grayscale: #434343. Windows color (decimal): -12497891 or 1920065. OLE color: 1920065.
HSL color Cylindrical-coordinate representation of color #414C1D: hue angle of 74.04º degrees, saturation: 0.45, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #414C1D is Cyan = 0.14, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 65 | 76 | 29 | - |
| CMYK | 0.14 | 0 | 0.62 | 0.70 |
| HSL | 74.04º | 0.45% | 0.21% | - |
| HSV(B) | 74.04º | 0.62% | 0.3% | - |
| XYZ | 4.99 | 6.38 | 2.13 | - |
| YUV | 67.35 | 106.36 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 76 | 29 | 0.14 | 0 | 0.62 | 0.70 | 74.04 | 0.45 | 0.21 |
| Hex | 41 | 4C | 1D | E | 0 | 3E | 46 | 4A | 2D | 15 |
| Octal | 101 | 114 | 35 | 16 | 0 | 76 | 106 | 112 | 55 | 25 |
| Binary | 1000001 | 1001100 | 11101 | 1110 | 0 | 111110 | 1000110 | 1001010 | 101101 | 10101 |
Color Harmonies of #414C1D
Complementary color
Monochromatic Colors of #414C1D
Black with #414C1D
Text Example
Text Example
White with #414C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414C1D; }
p { color: rgb(65,76,29); }
H1.HeaderClassName
{
color: #414C1D;
}
.AnyTagClassName
{
color: #414C1D;
}
</style>
background-color css
<style>
a { background-color: #414C1D; }
a { background-color: rgb(65,76,29); }
div.DivClassName
{
background-color: #414C1D;
}
.BgClassName
{
background-color: #414C1D;
}
</style>
border-color css
<style>
span { border-color: #414C1D; }
span { border-color: rgb(65,76,29); }
td.TdClassName
{
border-color: #414C1D;
}
.TagClassName
{
border-color: #414C1D;
}
</style>