Shades of Verdun Green #414E17
Tints of Verdun Green #414E17
RGB
CMYK
RGB Variations
Color information
#414E17 (or 0x414E17) is known color: Verdun Green. HEX triplet: 41, 4E and 17. RGB value is (65,78,23). Sum of RGB (Red+Green+Blue) = 65+78+23=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 78 (30.86% from 255 or 46.99% from 166); Blue value is 23 (9.38% from 255 or 13.86% from 166); Max value from RGB is 78 - color contains mainly: green. Hex color #414E17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #414E17 is #BEB1E8. Grayscale: #444444. Windows color (decimal): -12497385 or 1527361. OLE color: 1527361.
HSL color Cylindrical-coordinate representation of color #414E17: hue angle of 74.18º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414E17 is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 65 | 78 | 23 | - |
| CMYK | 0.17 | 0 | 0.71 | 0.69 |
| HSL | 74.18º | 0.54% | 0.2% | - |
| HSV(B) | 74.18º | 0.71% | 0.31% | - |
| XYZ | 5.06 | 6.63 | 1.82 | - |
| YUV | 67.84 | 102.69 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 78 | 23 | 0.17 | 0 | 0.71 | 0.69 | 74.18 | 0.54 | 0.2 |
| Hex | 41 | 4E | 17 | 11 | 0 | 47 | 45 | 4A | 36 | 14 |
| Octal | 101 | 116 | 27 | 21 | 0 | 107 | 105 | 112 | 66 | 24 |
| Binary | 1000001 | 1001110 | 10111 | 10001 | 0 | 1000111 | 1000101 | 1001010 | 110110 | 10100 |
Color Harmonies of #414E17
Complementary color
Monochromatic Colors of #414E17
Black with #414E17
Text Example
Text Example
White with #414E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #414E17; }
p { color: rgb(65,78,23); }
H1.HeaderClassName
{
color: #414E17;
}
.AnyTagClassName
{
color: #414E17;
}
</style>
background-color css
<style>
a { background-color: #414E17; }
a { background-color: rgb(65,78,23); }
div.DivClassName
{
background-color: #414E17;
}
.BgClassName
{
background-color: #414E17;
}
</style>
border-color css
<style>
span { border-color: #414E17; }
span { border-color: rgb(65,78,23); }
td.TdClassName
{
border-color: #414E17;
}
.TagClassName
{
border-color: #414E17;
}
</style>