Shades of Verdun Green #476002
Tints of Verdun Green #476002
RGB
CMYK
RGB Variations
Color information
#476002 (or 0x476002) is known color: Verdun Green. HEX triplet: 47, 60 and 02. RGB value is (71,96,2). Sum of RGB (Red+Green+Blue) = 71+96+2=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 96 (37.89% from 255 or 56.80% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 96 - color contains mainly: green. Hex color #476002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476002 is #B89FFD. Grayscale: #4E4E4E. Windows color (decimal): -12099582 or 155719. OLE color: 155719.
HSL color Cylindrical-coordinate representation of color #476002: hue angle of 75.96º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #476002 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 96 | 2 | - |
| CMYK | 0.26 | 0 | 0.98 | 0.62 |
| HSL | 75.96º | 0.96% | 0.19% | - |
| HSV(B) | 75.96º | 0.98% | 0.38% | - |
| XYZ | 6.79 | 9.71 | 1.57 | - |
| YUV | 77.81 | 85.22 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 96 | 2 | 0.26 | 0 | 0.98 | 0.62 | 75.96 | 0.96 | 0.19 |
| Hex | 47 | 60 | 2 | 1A | 0 | 62 | 3E | 4C | 60 | 13 |
| Octal | 107 | 140 | 2 | 32 | 0 | 142 | 76 | 114 | 140 | 23 |
| Binary | 1000111 | 1100000 | 10 | 11010 | 0 | 1100010 | 111110 | 1001100 | 1100000 | 10011 |
Color Harmonies of #476002
Complementary color
Monochromatic Colors of #476002
Black with #476002
Text Example
Text Example
White with #476002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476002; }
p { color: rgb(71,96,2); }
H1.HeaderClassName
{
color: #476002;
}
.AnyTagClassName
{
color: #476002;
}
</style>
background-color css
<style>
a { background-color: #476002; }
a { background-color: rgb(71,96,2); }
div.DivClassName
{
background-color: #476002;
}
.BgClassName
{
background-color: #476002;
}
</style>
border-color css
<style>
span { border-color: #476002; }
span { border-color: rgb(71,96,2); }
td.TdClassName
{
border-color: #476002;
}
.TagClassName
{
border-color: #476002;
}
</style>