Shades of Verdun Green #476300
Tints of Verdun Green #476300
RGB
CMYK
RGB Variations
Color information
#476300 (or 0x476300) is known color: Verdun Green. HEX triplet: 47, 63 and 00. RGB value is (71,99,0). Sum of RGB (Red+Green+Blue) = 71+99+0=170 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.76% from 170); Green value is 99 (39.06% from 255 or 58.24% from 170); Blue value is 0 (0.39% from 255 or 0% from 170); Max value from RGB is 99 - color contains mainly: green. Hex color #476300 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476300 is #B89CFF. Grayscale: #4F4F4F. Windows color (decimal): -12098816 or 25415. OLE color: 25415.
HSL color Cylindrical-coordinate representation of color #476300: hue angle of 76.97º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #476300 is Cyan = 0.28, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 71 | 99 | 0 | - |
| CMYK | 0.28 | 0 | 1 | 0.61 |
| HSL | 76.97º | 1% | 0.19% | - |
| HSV(B) | 76.97º | 1% | 0.39% | - |
| XYZ | 7.06 | 10.26 | 1.61 | - |
| YUV | 79.34 | 83.22 | 122.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 99 | 0 | 0.28 | 0 | 1 | 0.61 | 76.97 | 1 | 0.19 |
| Hex | 47 | 63 | 0 | 1C | 0 | 64 | 3D | 4D | 64 | 13 |
| Octal | 107 | 143 | 0 | 34 | 0 | 144 | 75 | 115 | 144 | 23 |
| Binary | 1000111 | 1100011 | 0 | 11100 | 0 | 1100100 | 111101 | 1001101 | 1100100 | 10011 |
Color Harmonies of #476300
Complementary color
Monochromatic Colors of #476300
Black with #476300
Text Example
Text Example
White with #476300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476300; }
p { color: rgb(71,99,0); }
H1.HeaderClassName
{
color: #476300;
}
.AnyTagClassName
{
color: #476300;
}
</style>
background-color css
<style>
a { background-color: #476300; }
a { background-color: rgb(71,99,0); }
div.DivClassName
{
background-color: #476300;
}
.BgClassName
{
background-color: #476300;
}
</style>
border-color css
<style>
span { border-color: #476300; }
span { border-color: rgb(71,99,0); }
td.TdClassName
{
border-color: #476300;
}
.TagClassName
{
border-color: #476300;
}
</style>