Shades of Verdun Green #475908
Tints of Verdun Green #475908
RGB
CMYK
RGB Variations
Color information
#475908 (or 0x475908) is known color: Verdun Green. HEX triplet: 47, 59 and 08. RGB value is (71,89,8). Sum of RGB (Red+Green+Blue) = 71+89+8=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 89 (35.16% from 255 or 52.98% from 168); Blue value is 8 (3.52% from 255 or 4.76% from 168); Max value from RGB is 89 - color contains mainly: green. Hex color #475908 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475908 is #B8A6F7. Grayscale: #4A4A4A. Windows color (decimal): -12101368 or 547143. OLE color: 547143.
HSL color Cylindrical-coordinate representation of color #475908: hue angle of 73.33º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #475908 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 8 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.65 |
| HSL | 73.33º | 0.84% | 0.19% | - |
| HSV(B) | 73.33º | 0.91% | 0.35% | - |
| XYZ | 6.21 | 8.5 | 1.54 | - |
| YUV | 74.38 | 90.54 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 8 | 0.20 | 0 | 0.91 | 0.65 | 73.33 | 0.84 | 0.19 |
| Hex | 47 | 59 | 8 | 14 | 0 | 5B | 41 | 49 | 54 | 13 |
| Octal | 107 | 131 | 10 | 24 | 0 | 133 | 101 | 111 | 124 | 23 |
| Binary | 1000111 | 1011001 | 1000 | 10100 | 0 | 1011011 | 1000001 | 1001001 | 1010100 | 10011 |
Color Harmonies of #475908
Complementary color
Monochromatic Colors of #475908
Black with #475908
Text Example
Text Example
White with #475908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475908; }
p { color: rgb(71,89,8); }
H1.HeaderClassName
{
color: #475908;
}
.AnyTagClassName
{
color: #475908;
}
</style>
background-color css
<style>
a { background-color: #475908; }
a { background-color: rgb(71,89,8); }
div.DivClassName
{
background-color: #475908;
}
.BgClassName
{
background-color: #475908;
}
</style>
border-color css
<style>
span { border-color: #475908; }
span { border-color: rgb(71,89,8); }
td.TdClassName
{
border-color: #475908;
}
.TagClassName
{
border-color: #475908;
}
</style>