Shades of Verdun Green #52550E
Tints of Verdun Green #52550E
RGB
CMYK
RGB Variations
Color information
#52550E (or 0x52550E) is known color: Verdun Green. HEX triplet: 52, 55 and 0E. RGB value is (82,85,14). Sum of RGB (Red+Green+Blue) = 82+85+14=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 85 (33.59% from 255 or 46.96% from 181); Blue value is 14 (5.86% from 255 or 7.73% from 181); Max value from RGB is 85 - color contains mainly: green. Hex color #52550E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52550E is #ADAAF1. Grayscale: #4C4C4C. Windows color (decimal): -11381490 or 939346. OLE color: 939346.
HSL color Cylindrical-coordinate representation of color #52550E: hue angle of 62.54º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52550E is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 14 | - |
| CMYK | 0.04 | 0 | 0.84 | 0.67 |
| HSL | 62.54º | 0.72% | 0.19% | - |
| HSV(B) | 62.54º | 0.84% | 0.33% | - |
| XYZ | 6.81 | 8.32 | 1.66 | - |
| YUV | 76.01 | 93.01 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 14 | 0.04 | 0 | 0.84 | 0.67 | 62.54 | 0.72 | 0.19 |
| Hex | 52 | 55 | E | 4 | 0 | 54 | 43 | 3F | 48 | 13 |
| Octal | 122 | 125 | 16 | 4 | 0 | 124 | 103 | 77 | 110 | 23 |
| Binary | 1010010 | 1010101 | 1110 | 100 | 0 | 1010100 | 1000011 | 111111 | 1001000 | 10011 |
Color Harmonies of #52550E
Complementary color
Monochromatic Colors of #52550E
Black with #52550E
Text Example
Text Example
White with #52550E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52550E; }
p { color: rgb(82,85,14); }
H1.HeaderClassName
{
color: #52550E;
}
.AnyTagClassName
{
color: #52550E;
}
</style>
background-color css
<style>
a { background-color: #52550E; }
a { background-color: rgb(82,85,14); }
div.DivClassName
{
background-color: #52550E;
}
.BgClassName
{
background-color: #52550E;
}
</style>
border-color css
<style>
span { border-color: #52550E; }
span { border-color: rgb(82,85,14); }
td.TdClassName
{
border-color: #52550E;
}
.TagClassName
{
border-color: #52550E;
}
</style>