Shades of Verdun Green #476403
Tints of Verdun Green #476403
RGB
CMYK
RGB Variations
Color information
#476403 (or 0x476403) is known color: Verdun Green. HEX triplet: 47, 64 and 03. RGB value is (71,100,3). Sum of RGB (Red+Green+Blue) = 71+100+3=174 (23% of max value = 765). Red value is 71 (28.12% from 255 or 40.80% from 174); Green value is 100 (39.45% from 255 or 57.47% from 174); Blue value is 3 (1.56% from 255 or 1.72% from 174); Max value from RGB is 100 - color contains mainly: green. Hex color #476403 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476403 is #B89BFC. Grayscale: #505050. Windows color (decimal): -12098557 or 222279. OLE color: 222279.
HSL color Cylindrical-coordinate representation of color #476403: hue angle of 77.94º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #476403 is Cyan = 0.29, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 100 | 3 | - |
| CMYK | 0.29 | 0 | 0.97 | 0.61 |
| HSL | 77.94º | 0.94% | 0.2% | - |
| HSV(B) | 77.94º | 0.97% | 0.39% | - |
| XYZ | 7.17 | 10.46 | 1.73 | - |
| YUV | 80.27 | 84.39 | 121.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 100 | 3 | 0.29 | 0 | 0.97 | 0.61 | 77.94 | 0.94 | 0.2 |
| Hex | 47 | 64 | 3 | 1D | 0 | 61 | 3D | 4E | 5E | 14 |
| Octal | 107 | 144 | 3 | 35 | 0 | 141 | 75 | 116 | 136 | 24 |
| Binary | 1000111 | 1100100 | 11 | 11101 | 0 | 1100001 | 111101 | 1001110 | 1011110 | 10100 |
Color Harmonies of #476403
Complementary color
Monochromatic Colors of #476403
Black with #476403
Text Example
Text Example
White with #476403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476403; }
p { color: rgb(71,100,3); }
H1.HeaderClassName
{
color: #476403;
}
.AnyTagClassName
{
color: #476403;
}
</style>
background-color css
<style>
a { background-color: #476403; }
a { background-color: rgb(71,100,3); }
div.DivClassName
{
background-color: #476403;
}
.BgClassName
{
background-color: #476403;
}
</style>
border-color css
<style>
span { border-color: #476403; }
span { border-color: rgb(71,100,3); }
td.TdClassName
{
border-color: #476403;
}
.TagClassName
{
border-color: #476403;
}
</style>