Shades of Verdun Green #437202
Tints of Verdun Green #437202
RGB
CMYK
RGB Variations
Color information
#437202 (or 0x437202) is known color: Verdun Green. HEX triplet: 43, 72 and 02. RGB value is (67,114,2). Sum of RGB (Red+Green+Blue) = 67+114+2=183 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.61% from 183); Green value is 114 (44.92% from 255 or 62.30% from 183); Blue value is 2 (1.17% from 255 or 1.09% from 183); Max value from RGB is 114 - color contains mainly: green. Hex color #437202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437202 is #BC8DFD. Grayscale: #575757. Windows color (decimal): -12357118 or 160323. OLE color: 160323.
HSL color Cylindrical-coordinate representation of color #437202: hue angle of 85.18º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #437202 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 114 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.55 |
| HSL | 85.18º | 0.97% | 0.23% | - |
| HSV(B) | 85.18º | 0.98% | 0.45% | - |
| XYZ | 8.34 | 13.23 | 2.17 | - |
| YUV | 87.18 | 79.93 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 2 | 0.41 | 0 | 0.98 | 0.55 | 85.18 | 0.97 | 0.23 |
| Hex | 43 | 72 | 2 | 29 | 0 | 62 | 37 | 55 | 61 | 17 |
| Octal | 103 | 162 | 2 | 51 | 0 | 142 | 67 | 125 | 141 | 27 |
| Binary | 1000011 | 1110010 | 10 | 101001 | 0 | 1100010 | 110111 | 1010101 | 1100001 | 10111 |
Color Harmonies of #437202
Complementary color
Monochromatic Colors of #437202
Black with #437202
Text Example
Text Example
White with #437202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437202; }
p { color: rgb(67,114,2); }
H1.HeaderClassName
{
color: #437202;
}
.AnyTagClassName
{
color: #437202;
}
</style>
background-color css
<style>
a { background-color: #437202; }
a { background-color: rgb(67,114,2); }
div.DivClassName
{
background-color: #437202;
}
.BgClassName
{
background-color: #437202;
}
</style>
border-color css
<style>
span { border-color: #437202; }
span { border-color: rgb(67,114,2); }
td.TdClassName
{
border-color: #437202;
}
.TagClassName
{
border-color: #437202;
}
</style>