Shades of Verdun Green #437102
Tints of Verdun Green #437102
RGB
CMYK
RGB Variations
Color information
#437102 (or 0x437102) is known color: Verdun Green. HEX triplet: 43, 71 and 02. RGB value is (67,113,2). Sum of RGB (Red+Green+Blue) = 67+113+2=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 113 (44.53% from 255 or 62.09% from 182); Blue value is 2 (1.17% from 255 or 1.10% from 182); Max value from RGB is 113 - color contains mainly: green. Hex color #437102 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #437102 is #BC8EFD. Grayscale: #565656. Windows color (decimal): -12357374 or 160067. OLE color: 160067.
HSL color Cylindrical-coordinate representation of color #437102: hue angle of 84.86º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #437102 is Cyan = 0.41, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 67 | 113 | 2 | - |
| CMYK | 0.41 | 0 | 0.98 | 0.56 |
| HSL | 84.86º | 0.97% | 0.23% | - |
| HSV(B) | 84.86º | 0.98% | 0.44% | - |
| XYZ | 8.23 | 13.01 | 2.13 | - |
| YUV | 86.59 | 80.26 | 114.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 2 | 0.41 | 0 | 0.98 | 0.56 | 84.86 | 0.97 | 0.23 |
| Hex | 43 | 71 | 2 | 29 | 0 | 62 | 38 | 55 | 61 | 17 |
| Octal | 103 | 161 | 2 | 51 | 0 | 142 | 70 | 125 | 141 | 27 |
| Binary | 1000011 | 1110001 | 10 | 101001 | 0 | 1100010 | 111000 | 1010101 | 1100001 | 10111 |
Color Harmonies of #437102
Complementary color
Monochromatic Colors of #437102
Black with #437102
Text Example
Text Example
White with #437102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #437102; }
p { color: rgb(67,113,2); }
H1.HeaderClassName
{
color: #437102;
}
.AnyTagClassName
{
color: #437102;
}
</style>
background-color css
<style>
a { background-color: #437102; }
a { background-color: rgb(67,113,2); }
div.DivClassName
{
background-color: #437102;
}
.BgClassName
{
background-color: #437102;
}
</style>
border-color css
<style>
span { border-color: #437102; }
span { border-color: rgb(67,113,2); }
td.TdClassName
{
border-color: #437102;
}
.TagClassName
{
border-color: #437102;
}
</style>