Shades of Verdun Green #475A08
Tints of Verdun Green #475A08
RGB
CMYK
RGB Variations
Color information
#475A08 (or 0x475A08) is known color: Verdun Green. HEX triplet: 47, 5A and 08. RGB value is (71,90,8). Sum of RGB (Red+Green+Blue) = 71+90+8=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 90 (35.55% from 255 or 53.25% from 169); Blue value is 8 (3.52% from 255 or 4.73% from 169); Max value from RGB is 90 - color contains mainly: green. Hex color #475A08 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475A08 is #B8A5F7. Grayscale: #4B4B4B. Windows color (decimal): -12101112 or 547399. OLE color: 547399.
HSL color Cylindrical-coordinate representation of color #475A08: hue angle of 73.9º 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 #475A08 is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 90 | 8 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.65 |
| HSL | 73.9º | 0.84% | 0.19% | - |
| HSV(B) | 73.9º | 0.91% | 0.35% | - |
| XYZ | 6.3 | 8.67 | 1.57 | - |
| YUV | 74.97 | 90.21 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 90 | 8 | 0.21 | 0 | 0.91 | 0.65 | 73.9 | 0.84 | 0.19 |
| Hex | 47 | 5A | 8 | 15 | 0 | 5B | 41 | 4A | 54 | 13 |
| Octal | 107 | 132 | 10 | 25 | 0 | 133 | 101 | 112 | 124 | 23 |
| Binary | 1000111 | 1011010 | 1000 | 10101 | 0 | 1011011 | 1000001 | 1001010 | 1010100 | 10011 |
Color Harmonies of #475A08
Complementary color
Monochromatic Colors of #475A08
Black with #475A08
Text Example
Text Example
White with #475A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475A08; }
p { color: rgb(71,90,8); }
H1.HeaderClassName
{
color: #475A08;
}
.AnyTagClassName
{
color: #475A08;
}
</style>
background-color css
<style>
a { background-color: #475A08; }
a { background-color: rgb(71,90,8); }
div.DivClassName
{
background-color: #475A08;
}
.BgClassName
{
background-color: #475A08;
}
</style>
border-color css
<style>
span { border-color: #475A08; }
span { border-color: rgb(71,90,8); }
td.TdClassName
{
border-color: #475A08;
}
.TagClassName
{
border-color: #475A08;
}
</style>