Shades of Verdun Green #52550C
Tints of Verdun Green #52550C
RGB
CMYK
RGB Variations
Color information
#52550C (or 0x52550C) is known color: Verdun Green. HEX triplet: 52, 55 and 0C. RGB value is (82,85,12). Sum of RGB (Red+Green+Blue) = 82+85+12=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 12 (5.08% from 255 or 6.70% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #52550C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52550C is #ADAAF3. Grayscale: #4C4C4C. Windows color (decimal): -11381492 or 808274. OLE color: 808274.
HSL color Cylindrical-coordinate representation of color #52550C: hue angle of 62.47º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #52550C is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 82 | 85 | 12 | - |
| CMYK | 0.04 | 0 | 0.86 | 0.67 |
| HSL | 62.47º | 0.75% | 0.19% | - |
| HSV(B) | 62.47º | 0.86% | 0.33% | - |
| XYZ | 6.79 | 8.32 | 1.6 | - |
| YUV | 75.78 | 92.01 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 85 | 12 | 0.04 | 0 | 0.86 | 0.67 | 62.47 | 0.75 | 0.19 |
| Hex | 52 | 55 | C | 4 | 0 | 56 | 43 | 3E | 4B | 13 |
| Octal | 122 | 125 | 14 | 4 | 0 | 126 | 103 | 76 | 113 | 23 |
| Binary | 1010010 | 1010101 | 1100 | 100 | 0 | 1010110 | 1000011 | 111110 | 1001011 | 10011 |
Color Harmonies of #52550C
Complementary color
Monochromatic Colors of #52550C
Black with #52550C
Text Example
Text Example
White with #52550C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52550C; }
p { color: rgb(82,85,12); }
H1.HeaderClassName
{
color: #52550C;
}
.AnyTagClassName
{
color: #52550C;
}
</style>
background-color css
<style>
a { background-color: #52550C; }
a { background-color: rgb(82,85,12); }
div.DivClassName
{
background-color: #52550C;
}
.BgClassName
{
background-color: #52550C;
}
</style>
border-color css
<style>
span { border-color: #52550C; }
span { border-color: rgb(82,85,12); }
td.TdClassName
{
border-color: #52550C;
}
.TagClassName
{
border-color: #52550C;
}
</style>