Shades of Verdun Green #477202
Tints of Verdun Green #477202
RGB
CMYK
RGB Variations
Color information
#477202 (or 0x477202) is known color: Verdun Green. HEX triplet: 47, 72 and 02. RGB value is (71,114,2). Sum of RGB (Red+Green+Blue) = 71+114+2=187 (24% of max value = 765). Red value is 71 (28.12% from 255 or 37.97% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #477202 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477202 is #B88DFD. Grayscale: #585858. Windows color (decimal): -12094974 or 160327. OLE color: 160327.
HSL color Cylindrical-coordinate representation of color #477202: hue angle of 83.04º 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 #477202 is Cyan = 0.38, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 71 | 114 | 2 | - |
| CMYK | 0.38 | 0 | 0.98 | 0.55 |
| HSL | 83.04º | 0.97% | 0.23% | - |
| HSV(B) | 83.04º | 0.98% | 0.45% | - |
| XYZ | 8.63 | 13.38 | 2.19 | - |
| YUV | 88.38 | 79.25 | 115.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 114 | 2 | 0.38 | 0 | 0.98 | 0.55 | 83.04 | 0.97 | 0.23 |
| Hex | 47 | 72 | 2 | 26 | 0 | 62 | 37 | 53 | 61 | 17 |
| Octal | 107 | 162 | 2 | 46 | 0 | 142 | 67 | 123 | 141 | 27 |
| Binary | 1000111 | 1110010 | 10 | 100110 | 0 | 1100010 | 110111 | 1010011 | 1100001 | 10111 |
Color Harmonies of #477202
Complementary color
Monochromatic Colors of #477202
Black with #477202
Text Example
Text Example
White with #477202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477202; }
p { color: rgb(71,114,2); }
H1.HeaderClassName
{
color: #477202;
}
.AnyTagClassName
{
color: #477202;
}
</style>
background-color css
<style>
a { background-color: #477202; }
a { background-color: rgb(71,114,2); }
div.DivClassName
{
background-color: #477202;
}
.BgClassName
{
background-color: #477202;
}
</style>
border-color css
<style>
span { border-color: #477202; }
span { border-color: rgb(71,114,2); }
td.TdClassName
{
border-color: #477202;
}
.TagClassName
{
border-color: #477202;
}
</style>