Shades of Verdun Green #417204
Tints of Verdun Green #417204
RGB
CMYK
RGB Variations
Color information
#417204 (or 0x417204) is known color: Verdun Green. HEX triplet: 41, 72 and 04. RGB value is (65,114,4). Sum of RGB (Red+Green+Blue) = 65+114+4=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 4 (1.95% from 255 or 2.19% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #417204 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #417204 is #BE8DFB. Grayscale: #575757. Windows color (decimal): -12488188 or 291393. OLE color: 291393.
HSL color Cylindrical-coordinate representation of color #417204: hue angle of 86.73º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #417204 is Cyan = 0.43, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 65 | 114 | 4 | - |
| CMYK | 0.43 | 0 | 0.96 | 0.55 |
| HSL | 86.73º | 0.93% | 0.23% | - |
| HSV(B) | 86.73º | 0.96% | 0.45% | - |
| XYZ | 8.22 | 13.17 | 2.22 | - |
| YUV | 86.81 | 81.27 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 4 | 0.43 | 0 | 0.96 | 0.55 | 86.73 | 0.93 | 0.23 |
| Hex | 41 | 72 | 4 | 2B | 0 | 60 | 37 | 57 | 5D | 17 |
| Octal | 101 | 162 | 4 | 53 | 0 | 140 | 67 | 127 | 135 | 27 |
| Binary | 1000001 | 1110010 | 100 | 101011 | 0 | 1100000 | 110111 | 1010111 | 1011101 | 10111 |
Color Harmonies of #417204
Complementary color
Monochromatic Colors of #417204
Black with #417204
Text Example
Text Example
White with #417204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417204; }
p { color: rgb(65,114,4); }
H1.HeaderClassName
{
color: #417204;
}
.AnyTagClassName
{
color: #417204;
}
</style>
background-color css
<style>
a { background-color: #417204; }
a { background-color: rgb(65,114,4); }
div.DivClassName
{
background-color: #417204;
}
.BgClassName
{
background-color: #417204;
}
</style>
border-color css
<style>
span { border-color: #417204; }
span { border-color: rgb(65,114,4); }
td.TdClassName
{
border-color: #417204;
}
.TagClassName
{
border-color: #417204;
}
</style>