Shades of Verdun Green #47550F
Tints of Verdun Green #47550F
RGB
CMYK
RGB Variations
Color information
#47550F (or 0x47550F) is known color: Verdun Green. HEX triplet: 47, 55 and 0F. RGB value is (71,85,15). Sum of RGB (Red+Green+Blue) = 71+85+15=171 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.52% from 171); Green value is 85 (33.59% from 255 or 49.71% from 171); Blue value is 15 (6.25% from 255 or 8.77% from 171); Max value from RGB is 85 - color contains mainly: green. Hex color #47550F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #47550F is #B8AAF0. Grayscale: #494949. Windows color (decimal): -12102385 or 1004871. OLE color: 1004871.
HSL color Cylindrical-coordinate representation of color #47550F: hue angle of 72º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47550F is Cyan = 0.16, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 71 | 85 | 15 | - |
| CMYK | 0.16 | 0 | 0.82 | 0.67 |
| HSL | 72º | 0.7% | 0.2% | - |
| HSV(B) | 72º | 0.82% | 0.33% | - |
| XYZ | 5.93 | 7.87 | 1.66 | - |
| YUV | 72.83 | 95.36 | 126.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 85 | 15 | 0.16 | 0 | 0.82 | 0.67 | 72 | 0.7 | 0.2 |
| Hex | 47 | 55 | F | 10 | 0 | 52 | 43 | 48 | 46 | 14 |
| Octal | 107 | 125 | 17 | 20 | 0 | 122 | 103 | 110 | 106 | 24 |
| Binary | 1000111 | 1010101 | 1111 | 10000 | 0 | 1010010 | 1000011 | 1001000 | 1000110 | 10100 |
Color Harmonies of #47550F
Complementary color
Monochromatic Colors of #47550F
Black with #47550F
Text Example
Text Example
White with #47550F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47550F; }
p { color: rgb(71,85,15); }
H1.HeaderClassName
{
color: #47550F;
}
.AnyTagClassName
{
color: #47550F;
}
</style>
background-color css
<style>
a { background-color: #47550F; }
a { background-color: rgb(71,85,15); }
div.DivClassName
{
background-color: #47550F;
}
.BgClassName
{
background-color: #47550F;
}
</style>
border-color css
<style>
span { border-color: #47550F; }
span { border-color: rgb(71,85,15); }
td.TdClassName
{
border-color: #47550F;
}
.TagClassName
{
border-color: #47550F;
}
</style>