Shades of Verdun Green #475511
Tints of Verdun Green #475511
RGB
CMYK
RGB Variations
Color information
#475511 (or 0x475511) is known color: Verdun Green. HEX triplet: 47, 55 and 11. RGB value is (71,85,17). Sum of RGB (Red+Green+Blue) = 71+85+17=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 85 (33.59% from 255 or 49.13% from 173); Blue value is 17 (7.03% from 255 or 9.83% from 173); Max value from RGB is 85 - color contains mainly: green. Hex color #475511 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #475511 is #B8AAEE. Grayscale: #494949. Windows color (decimal): -12102383 or 1135943. OLE color: 1135943.
HSL color Cylindrical-coordinate representation of color #475511: hue angle of 72.35º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #475511 is Cyan = 0.16, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 17 | - |
| CMYK | 0.16 | 0 | 0.80 | 0.67 |
| HSL | 72.35º | 0.67% | 0.2% | - |
| HSV(B) | 72.35º | 0.8% | 0.33% | - |
| XYZ | 5.95 | 7.88 | 1.74 | - |
| YUV | 73.06 | 96.36 | 126.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 17 | 0.16 | 0 | 0.80 | 0.67 | 72.35 | 0.67 | 0.2 |
| Hex | 47 | 55 | 11 | 10 | 0 | 50 | 43 | 48 | 43 | 14 |
| Octal | 107 | 125 | 21 | 20 | 0 | 120 | 103 | 110 | 103 | 24 |
| Binary | 1000111 | 1010101 | 10001 | 10000 | 0 | 1010000 | 1000011 | 1001000 | 1000011 | 10100 |
Color Harmonies of #475511
Complementary color
Monochromatic Colors of #475511
Black with #475511
Text Example
Text Example
White with #475511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #475511; }
p { color: rgb(71,85,17); }
H1.HeaderClassName
{
color: #475511;
}
.AnyTagClassName
{
color: #475511;
}
</style>
background-color css
<style>
a { background-color: #475511; }
a { background-color: rgb(71,85,17); }
div.DivClassName
{
background-color: #475511;
}
.BgClassName
{
background-color: #475511;
}
</style>
border-color css
<style>
span { border-color: #475511; }
span { border-color: rgb(71,85,17); }
td.TdClassName
{
border-color: #475511;
}
.TagClassName
{
border-color: #475511;
}
</style>