Shades of Verdun Green #476301
Tints of Verdun Green #476301
RGB
CMYK
RGB Variations
Color information
#476301 (or 0x476301) is known color: Verdun Green. HEX triplet: 47, 63 and 01. RGB value is (71,99,1). Sum of RGB (Red+Green+Blue) = 71+99+1=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 99 (39.06% from 255 or 57.89% from 171); Blue value is 1 (0.78% from 255 or 0.58% from 171); Max value from RGB is 99 - color contains mainly: green. Hex color #476301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476301 is #B89CFE. Grayscale: #4F4F4F. Windows color (decimal): -12098815 or 90951. OLE color: 90951.
HSL color Cylindrical-coordinate representation of color #476301: hue angle of 77.14º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #476301 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.61 |
| HSL | 77.14º | 0.98% | 0.2% | - |
| HSV(B) | 77.14º | 0.99% | 0.39% | - |
| XYZ | 7.07 | 10.27 | 1.64 | - |
| YUV | 79.46 | 83.72 | 121.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 1 | 0.28 | 0 | 0.99 | 0.61 | 77.14 | 0.98 | 0.2 |
| Hex | 47 | 63 | 1 | 1C | 0 | 63 | 3D | 4D | 62 | 14 |
| Octal | 107 | 143 | 1 | 34 | 0 | 143 | 75 | 115 | 142 | 24 |
| Binary | 1000111 | 1100011 | 1 | 11100 | 0 | 1100011 | 111101 | 1001101 | 1100010 | 10100 |
Color Harmonies of #476301
Complementary color
Monochromatic Colors of #476301
Black with #476301
Text Example
Text Example
White with #476301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476301; }
p { color: rgb(71,99,1); }
H1.HeaderClassName
{
color: #476301;
}
.AnyTagClassName
{
color: #476301;
}
</style>
background-color css
<style>
a { background-color: #476301; }
a { background-color: rgb(71,99,1); }
div.DivClassName
{
background-color: #476301;
}
.BgClassName
{
background-color: #476301;
}
</style>
border-color css
<style>
span { border-color: #476301; }
span { border-color: rgb(71,99,1); }
td.TdClassName
{
border-color: #476301;
}
.TagClassName
{
border-color: #476301;
}
</style>