Shades of Verdun Green #52590D
Tints of Verdun Green #52590D
RGB
CMYK
RGB Variations
Color information
#52590D (or 0x52590D) is known color: Verdun Green. HEX triplet: 52, 59 and 0D. RGB value is (82,89,13). Sum of RGB (Red+Green+Blue) = 82+89+13=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 89 (35.16% from 255 or 48.37% from 184); Blue value is 13 (5.47% from 255 or 7.07% from 184); Max value from RGB is 89 - color contains mainly: green. Hex color #52590D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52590D is #ADA6F2. Grayscale: #4E4E4E. Windows color (decimal): -11380467 or 874834. OLE color: 874834.
HSL color Cylindrical-coordinate representation of color #52590D: hue angle of 65.53º degrees, saturation: 0.75, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #52590D is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 13 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.65 |
| HSL | 65.53º | 0.75% | 0.2% | - |
| HSV(B) | 65.53º | 0.85% | 0.35% | - |
| XYZ | 7.12 | 8.97 | 1.74 | - |
| YUV | 78.24 | 91.18 | 130.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 13 | 0.08 | 0 | 0.85 | 0.65 | 65.53 | 0.75 | 0.2 |
| Hex | 52 | 59 | D | 8 | 0 | 55 | 41 | 42 | 4B | 14 |
| Octal | 122 | 131 | 15 | 10 | 0 | 125 | 101 | 102 | 113 | 24 |
| Binary | 1010010 | 1011001 | 1101 | 1000 | 0 | 1010101 | 1000001 | 1000010 | 1001011 | 10100 |
Color Harmonies of #52590D
Complementary color
Monochromatic Colors of #52590D
Black with #52590D
Text Example
Text Example
White with #52590D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52590D; }
p { color: rgb(82,89,13); }
H1.HeaderClassName
{
color: #52590D;
}
.AnyTagClassName
{
color: #52590D;
}
</style>
background-color css
<style>
a { background-color: #52590D; }
a { background-color: rgb(82,89,13); }
div.DivClassName
{
background-color: #52590D;
}
.BgClassName
{
background-color: #52590D;
}
</style>
border-color css
<style>
span { border-color: #52590D; }
span { border-color: rgb(82,89,13); }
td.TdClassName
{
border-color: #52590D;
}
.TagClassName
{
border-color: #52590D;
}
</style>