Shades of Verdun Green #476205
Tints of Verdun Green #476205
RGB
CMYK
RGB Variations
Color information
#476205 (or 0x476205) is known color: Verdun Green. HEX triplet: 47, 62 and 05. RGB value is (71,98,5). Sum of RGB (Red+Green+Blue) = 71+98+5=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 98 (38.67% from 255 or 56.32% from 174); Blue value is 5 (2.34% from 255 or 2.87% from 174); Max value from RGB is 98 - color contains mainly: green. Hex color #476205 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476205 is #B89DFA. Grayscale: #4F4F4F. Windows color (decimal): -12099067 or 352839. OLE color: 352839.
HSL color Cylindrical-coordinate representation of color #476205: hue angle of 77.42º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #476205 is Cyan = 0.28, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 5 | - |
| CMYK | 0.28 | 0 | 0.95 | 0.62 |
| HSL | 77.42º | 0.9% | 0.2% | - |
| HSV(B) | 77.42º | 0.95% | 0.38% | - |
| XYZ | 6.99 | 10.09 | 1.72 | - |
| YUV | 79.33 | 86.05 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 5 | 0.28 | 0 | 0.95 | 0.62 | 77.42 | 0.9 | 0.2 |
| Hex | 47 | 62 | 5 | 1C | 0 | 5F | 3E | 4D | 5A | 14 |
| Octal | 107 | 142 | 5 | 34 | 0 | 137 | 76 | 115 | 132 | 24 |
| Binary | 1000111 | 1100010 | 101 | 11100 | 0 | 1011111 | 111110 | 1001101 | 1011010 | 10100 |
Color Harmonies of #476205
Complementary color
Monochromatic Colors of #476205
Black with #476205
Text Example
Text Example
White with #476205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476205; }
p { color: rgb(71,98,5); }
H1.HeaderClassName
{
color: #476205;
}
.AnyTagClassName
{
color: #476205;
}
</style>
background-color css
<style>
a { background-color: #476205; }
a { background-color: rgb(71,98,5); }
div.DivClassName
{
background-color: #476205;
}
.BgClassName
{
background-color: #476205;
}
</style>
border-color css
<style>
span { border-color: #476205; }
span { border-color: rgb(71,98,5); }
td.TdClassName
{
border-color: #476205;
}
.TagClassName
{
border-color: #476205;
}
</style>