Shades of Verdun Green #52590F
Tints of Verdun Green #52590F
RGB
CMYK
RGB Variations
Color information
#52590F (or 0x52590F) is known color: Verdun Green. HEX triplet: 52, 59 and 0F. RGB value is (82,89,15). Sum of RGB (Red+Green+Blue) = 82+89+15=186 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.09% from 186); Green value is 89 (35.16% from 255 or 47.85% from 186); Blue value is 15 (6.25% from 255 or 8.06% from 186); Max value from RGB is 89 - color contains mainly: green. Hex color #52590F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #52590F is #ADA6F0. Grayscale: #4E4E4E. Windows color (decimal): -11380465 or 1005906. OLE color: 1005906.
HSL color Cylindrical-coordinate representation of color #52590F: hue angle of 65.68º degrees, saturation: 0.71, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52590F is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 82 | 89 | 15 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.65 |
| HSL | 65.68º | 0.71% | 0.2% | - |
| HSV(B) | 65.68º | 0.83% | 0.35% | - |
| XYZ | 7.14 | 8.97 | 1.81 | - |
| YUV | 78.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 89 | 15 | 0.08 | 0 | 0.83 | 0.65 | 65.68 | 0.71 | 0.2 |
| Hex | 52 | 59 | F | 8 | 0 | 53 | 41 | 42 | 47 | 14 |
| Octal | 122 | 131 | 17 | 10 | 0 | 123 | 101 | 102 | 107 | 24 |
| Binary | 1010010 | 1011001 | 1111 | 1000 | 0 | 1010011 | 1000001 | 1000010 | 1000111 | 10100 |
Color Harmonies of #52590F
Complementary color
Monochromatic Colors of #52590F
Black with #52590F
Text Example
Text Example
White with #52590F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52590F; }
p { color: rgb(82,89,15); }
H1.HeaderClassName
{
color: #52590F;
}
.AnyTagClassName
{
color: #52590F;
}
</style>
background-color css
<style>
a { background-color: #52590F; }
a { background-color: rgb(82,89,15); }
div.DivClassName
{
background-color: #52590F;
}
.BgClassName
{
background-color: #52590F;
}
</style>
border-color css
<style>
span { border-color: #52590F; }
span { border-color: rgb(82,89,15); }
td.TdClassName
{
border-color: #52590F;
}
.TagClassName
{
border-color: #52590F;
}
</style>