Shades of Verdun Green #437200
Tints of Verdun Green #437200
RGB
CMYK
RGB Variations
Color information
#437200 (or 0x437200) is known color: Verdun Green. HEX triplet: 43, 72 and 00. RGB value is (67,114,0). Sum of RGB (Red+Green+Blue) = 67+114+0=181 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.02% from 181); Green value is 114 (44.92% from 255 or 62.98% from 181); Blue value is 0 (0.39% from 255 or 0% from 181); Max value from RGB is 114 - color contains mainly: green. Hex color #437200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437200 is #BC8DFF. Grayscale: #575757. Windows color (decimal): -12357120 or 29251. OLE color: 29251.
HSL color Cylindrical-coordinate representation of color #437200: hue angle of 84.74º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #437200 is Cyan = 0.41, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 67 | 114 | 0 | - |
| CMYK | 0.41 | 0 | 1 | 0.55 |
| HSL | 84.74º | 1% | 0.22% | - |
| HSV(B) | 84.74º | 1% | 0.45% | - |
| XYZ | 8.33 | 13.23 | 2.11 | - |
| YUV | 86.95 | 78.93 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 0 | 0.41 | 0 | 1 | 0.55 | 84.74 | 1 | 0.22 |
| Hex | 43 | 72 | 0 | 29 | 0 | 64 | 37 | 55 | 64 | 16 |
| Octal | 103 | 162 | 0 | 51 | 0 | 144 | 67 | 125 | 144 | 26 |
| Binary | 1000011 | 1110010 | 0 | 101001 | 0 | 1100100 | 110111 | 1010101 | 1100100 | 10110 |
Color Harmonies of #437200
Complementary color
Monochromatic Colors of #437200
Black with #437200
Text Example
Text Example
White with #437200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437200; }
p { color: rgb(67,114,0); }
H1.HeaderClassName
{
color: #437200;
}
.AnyTagClassName
{
color: #437200;
}
</style>
background-color css
<style>
a { background-color: #437200; }
a { background-color: rgb(67,114,0); }
div.DivClassName
{
background-color: #437200;
}
.BgClassName
{
background-color: #437200;
}
</style>
border-color css
<style>
span { border-color: #437200; }
span { border-color: rgb(67,114,0); }
td.TdClassName
{
border-color: #437200;
}
.TagClassName
{
border-color: #437200;
}
</style>