Shades of Verdun Green #475900
Tints of Verdun Green #475900
RGB
CMYK
RGB Variations
Color information
#475900 (or 0x475900) is known color: Verdun Green. HEX triplet: 47, 59 and 00. RGB value is (71,89,0). Sum of RGB (Red+Green+Blue) = 71+89+0=160 (21% of max value = 765). Red value is 71 (28.12% from 255 or 44.38% from 160); Green value is 89 (35.16% from 255 or 55.62% from 160); Blue value is 0 (0.39% from 255 or 0% from 160); Max value from RGB is 89 - color contains mainly: green. Hex color #475900 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475900 is #B8A6FF. Grayscale: #494949. Windows color (decimal): -12101376 or 22855. OLE color: 22855.
HSL color Cylindrical-coordinate representation of color #475900: hue angle of 72.13º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #475900 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 71 | 89 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.65 |
| HSL | 72.13º | 1% | 0.17% | - |
| HSV(B) | 72.13º | 1% | 0.35% | - |
| XYZ | 6.17 | 8.48 | 1.31 | - |
| YUV | 73.47 | 86.54 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 89 | 0 | 0.20 | 0 | 1 | 0.65 | 72.13 | 1 | 0.17 |
| Hex | 47 | 59 | 0 | 14 | 0 | 64 | 41 | 48 | 64 | 11 |
| Octal | 107 | 131 | 0 | 24 | 0 | 144 | 101 | 110 | 144 | 21 |
| Binary | 1000111 | 1011001 | 0 | 10100 | 0 | 1100100 | 1000001 | 1001000 | 1100100 | 10001 |
Color Harmonies of #475900
Complementary color
Monochromatic Colors of #475900
Black with #475900
Text Example
Text Example
White with #475900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475900; }
p { color: rgb(71,89,0); }
H1.HeaderClassName
{
color: #475900;
}
.AnyTagClassName
{
color: #475900;
}
</style>
background-color css
<style>
a { background-color: #475900; }
a { background-color: rgb(71,89,0); }
div.DivClassName
{
background-color: #475900;
}
.BgClassName
{
background-color: #475900;
}
</style>
border-color css
<style>
span { border-color: #475900; }
span { border-color: rgb(71,89,0); }
td.TdClassName
{
border-color: #475900;
}
.TagClassName
{
border-color: #475900;
}
</style>