Shades of Verdun Green #476808
Tints of Verdun Green #476808
RGB
CMYK
RGB Variations
Color information
#476808 (or 0x476808) is known color: Verdun Green. HEX triplet: 47, 68 and 08. RGB value is (71,104,8). Sum of RGB (Red+Green+Blue) = 71+104+8=183 (24% of max value = 765). Red value is 71 (28.12% from 255 or 38.80% from 183); Green value is 104 (41.02% from 255 or 56.83% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 104 - color contains mainly: green. Hex color #476808 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #476808 is #B897F7. Grayscale: #535353. Windows color (decimal): -12097528 or 550983. OLE color: 550983.
HSL color Cylindrical-coordinate representation of color #476808: hue angle of 80.62º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #476808 is Cyan = 0.32, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 71 | 104 | 8 | - |
| CMYK | 0.32 | 0 | 0.92 | 0.59 |
| HSL | 80.63º | 0.86% | 0.22% | - |
| HSV(B) | 80.63º | 0.92% | 0.41% | - |
| XYZ | 7.59 | 11.26 | 2 | - |
| YUV | 83.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 104 | 8 | 0.32 | 0 | 0.92 | 0.59 | 80.63 | 0.86 | 0.22 |
| Hex | 47 | 68 | 8 | 20 | 0 | 5C | 3B | 51 | 56 | 16 |
| Octal | 107 | 150 | 10 | 40 | 0 | 134 | 73 | 121 | 126 | 26 |
| Binary | 1000111 | 1101000 | 1000 | 100000 | 0 | 1011100 | 111011 | 1010001 | 1010110 | 10110 |
Color Harmonies of #476808
Complementary color
Monochromatic Colors of #476808
Black with #476808
Text Example
Text Example
White with #476808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #476808; }
p { color: rgb(71,104,8); }
H1.HeaderClassName
{
color: #476808;
}
.AnyTagClassName
{
color: #476808;
}
</style>
background-color css
<style>
a { background-color: #476808; }
a { background-color: rgb(71,104,8); }
div.DivClassName
{
background-color: #476808;
}
.BgClassName
{
background-color: #476808;
}
</style>
border-color css
<style>
span { border-color: #476808; }
span { border-color: rgb(71,104,8); }
td.TdClassName
{
border-color: #476808;
}
.TagClassName
{
border-color: #476808;
}
</style>