Shades of Verdun Green #475105
Tints of Verdun Green #475105
RGB
CMYK
RGB Variations
Color information
#475105 (or 0x475105) is known color: Verdun Green. HEX triplet: 47, 51 and 05. RGB value is (71,81,5). Sum of RGB (Red+Green+Blue) = 71+81+5=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #475105 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475105 is #B8AEFA. Grayscale: #454545. Windows color (decimal): -12103419 or 348487. OLE color: 348487.
HSL color Cylindrical-coordinate representation of color #475105: hue angle of 67.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #475105 is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 71 | 81 | 5 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.68 |
| HSL | 67.89º | 0.88% | 0.17% | - |
| HSV(B) | 67.89º | 0.94% | 0.32% | - |
| XYZ | 5.57 | 7.24 | 1.25 | - |
| YUV | 69.35 | 91.69 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 81 | 5 | 0.12 | 0 | 0.94 | 0.68 | 67.89 | 0.88 | 0.17 |
| Hex | 47 | 51 | 5 | C | 0 | 5E | 44 | 44 | 58 | 11 |
| Octal | 107 | 121 | 5 | 14 | 0 | 136 | 104 | 104 | 130 | 21 |
| Binary | 1000111 | 1010001 | 101 | 1100 | 0 | 1011110 | 1000100 | 1000100 | 1011000 | 10001 |
Color Harmonies of #475105
Complementary color
Monochromatic Colors of #475105
Black with #475105
Text Example
Text Example
White with #475105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475105; }
p { color: rgb(71,81,5); }
H1.HeaderClassName
{
color: #475105;
}
.AnyTagClassName
{
color: #475105;
}
</style>
background-color css
<style>
a { background-color: #475105; }
a { background-color: rgb(71,81,5); }
div.DivClassName
{
background-color: #475105;
}
.BgClassName
{
background-color: #475105;
}
</style>
border-color css
<style>
span { border-color: #475105; }
span { border-color: rgb(71,81,5); }
td.TdClassName
{
border-color: #475105;
}
.TagClassName
{
border-color: #475105;
}
</style>