Shades of Verdun Green #475008
Tints of Verdun Green #475008
RGB
CMYK
RGB Variations
Color information
#475008 (or 0x475008) is known color: Verdun Green. HEX triplet: 47, 50 and 08. RGB value is (71,80,8). Sum of RGB (Red+Green+Blue) = 71+80+8=159 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.65% from 159); Green value is 80 (31.64% from 255 or 50.31% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 80 - color contains mainly: green. Hex color #475008 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475008 is #B8AFF7. Grayscale: #454545. Windows color (decimal): -12103672 or 544839. OLE color: 544839.
HSL color Cylindrical-coordinate representation of color #475008: hue angle of 67.5º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #475008 is Cyan = 0.11, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 80 | 8 | - |
| CMYK | 0.11 | 0 | 0.90 | 0.69 |
| HSL | 67.5º | 0.82% | 0.17% | - |
| HSV(B) | 67.5º | 0.9% | 0.31% | - |
| XYZ | 5.51 | 7.09 | 1.31 | - |
| YUV | 69.1 | 93.52 | 129.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 80 | 8 | 0.11 | 0 | 0.90 | 0.69 | 67.5 | 0.82 | 0.17 |
| Hex | 47 | 50 | 8 | B | 0 | 5A | 45 | 44 | 52 | 11 |
| Octal | 107 | 120 | 10 | 13 | 0 | 132 | 105 | 104 | 122 | 21 |
| Binary | 1000111 | 1010000 | 1000 | 1011 | 0 | 1011010 | 1000101 | 1000100 | 1010010 | 10001 |
Color Harmonies of #475008
Complementary color
Monochromatic Colors of #475008
Black with #475008
Text Example
Text Example
White with #475008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475008; }
p { color: rgb(71,80,8); }
H1.HeaderClassName
{
color: #475008;
}
.AnyTagClassName
{
color: #475008;
}
</style>
background-color css
<style>
a { background-color: #475008; }
a { background-color: rgb(71,80,8); }
div.DivClassName
{
background-color: #475008;
}
.BgClassName
{
background-color: #475008;
}
</style>
border-color css
<style>
span { border-color: #475008; }
span { border-color: rgb(71,80,8); }
td.TdClassName
{
border-color: #475008;
}
.TagClassName
{
border-color: #475008;
}
</style>