Shades of Verdun Green #476201
Tints of Verdun Green #476201
RGB
CMYK
RGB Variations
Color information
#476201 (or 0x476201) is known color: Verdun Green. HEX triplet: 47, 62 and 01. RGB value is (71,98,1). Sum of RGB (Red+Green+Blue) = 71+98+1=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 98 (38.67% from 255 or 57.65% from 170); Blue value is 1 (0.78% from 255 or 0.59% from 170); Max value from RGB is 98 - color contains mainly: green. Hex color #476201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476201 is #B89DFE. Grayscale: #4F4F4F. Windows color (decimal): -12099071 or 90695. OLE color: 90695.
HSL color Cylindrical-coordinate representation of color #476201: hue angle of 76.7º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #476201 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 98 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.62 |
| HSL | 76.7º | 0.98% | 0.19% | - |
| HSV(B) | 76.7º | 0.99% | 0.38% | - |
| XYZ | 6.97 | 10.08 | 1.61 | - |
| YUV | 78.87 | 84.05 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 98 | 1 | 0.28 | 0 | 0.99 | 0.62 | 76.7 | 0.98 | 0.19 |
| Hex | 47 | 62 | 1 | 1C | 0 | 63 | 3E | 4D | 62 | 13 |
| Octal | 107 | 142 | 1 | 34 | 0 | 143 | 76 | 115 | 142 | 23 |
| Binary | 1000111 | 1100010 | 1 | 11100 | 0 | 1100011 | 111110 | 1001101 | 1100010 | 10011 |
Color Harmonies of #476201
Complementary color
Monochromatic Colors of #476201
Black with #476201
Text Example
Text Example
White with #476201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476201; }
p { color: rgb(71,98,1); }
H1.HeaderClassName
{
color: #476201;
}
.AnyTagClassName
{
color: #476201;
}
</style>
background-color css
<style>
a { background-color: #476201; }
a { background-color: rgb(71,98,1); }
div.DivClassName
{
background-color: #476201;
}
.BgClassName
{
background-color: #476201;
}
</style>
border-color css
<style>
span { border-color: #476201; }
span { border-color: rgb(71,98,1); }
td.TdClassName
{
border-color: #476201;
}
.TagClassName
{
border-color: #476201;
}
</style>