Shades of Verdun Green #477000
Tints of Verdun Green #477000
RGB
CMYK
RGB Variations
Color information
#477000 (or 0x477000) is known color: Verdun Green. HEX triplet: 47, 70 and 00. RGB value is (71,112,0). Sum of RGB (Red+Green+Blue) = 71+112+0=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 0 (0.39% from 255 or 0% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #477000 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #477000 is #B88FFF. Grayscale: #575757. Windows color (decimal): -12095488 or 28743. OLE color: 28743.
HSL color Cylindrical-coordinate representation of color #477000: hue angle of 81.96º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #477000 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 71 | 112 | 0 | - |
| CMYK | 0.37 | 0 | 1 | 0.56 |
| HSL | 81.96º | 1% | 0.22% | - |
| HSV(B) | 81.96º | 1% | 0.44% | - |
| XYZ | 8.39 | 12.93 | 2.05 | - |
| YUV | 86.97 | 78.92 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 112 | 0 | 0.37 | 0 | 1 | 0.56 | 81.96 | 1 | 0.22 |
| Hex | 47 | 70 | 0 | 25 | 0 | 64 | 38 | 52 | 64 | 16 |
| Octal | 107 | 160 | 0 | 45 | 0 | 144 | 70 | 122 | 144 | 26 |
| Binary | 1000111 | 1110000 | 0 | 100101 | 0 | 1100100 | 111000 | 1010010 | 1100100 | 10110 |
Color Harmonies of #477000
Complementary color
Monochromatic Colors of #477000
Black with #477000
Text Example
Text Example
White with #477000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #477000; }
p { color: rgb(71,112,0); }
H1.HeaderClassName
{
color: #477000;
}
.AnyTagClassName
{
color: #477000;
}
</style>
background-color css
<style>
a { background-color: #477000; }
a { background-color: rgb(71,112,0); }
div.DivClassName
{
background-color: #477000;
}
.BgClassName
{
background-color: #477000;
}
</style>
border-color css
<style>
span { border-color: #477000; }
span { border-color: rgb(71,112,0); }
td.TdClassName
{
border-color: #477000;
}
.TagClassName
{
border-color: #477000;
}
</style>