Shades of Verdun Green #53590A
Tints of Verdun Green #53590A
RGB
CMYK
RGB Variations
Color information
#53590A (or 0x53590A) is known color: Verdun Green. HEX triplet: 53, 59 and 0A. RGB value is (83,89,10). Sum of RGB (Red+Green+Blue) = 83+89+10=182 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.60% from 182); Green value is 89 (35.16% from 255 or 48.90% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 89 - color contains mainly: green. Hex color #53590A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #53590A is #ACA6F5. Grayscale: #4E4E4E. Windows color (decimal): -11314934 or 678227. OLE color: 678227.
HSL color Cylindrical-coordinate representation of color #53590A: hue angle of 64.56º degrees, saturation: 0.8, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #53590A is Cyan = 0.07, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 83 | 89 | 10 | - |
| CMYK | 0.07 | 0 | 0.89 | 0.65 |
| HSL | 64.56º | 0.8% | 0.19% | - |
| HSV(B) | 64.56º | 0.89% | 0.35% | - |
| XYZ | 7.19 | 9.01 | 1.65 | - |
| YUV | 78.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 89 | 10 | 0.07 | 0 | 0.89 | 0.65 | 64.56 | 0.8 | 0.19 |
| Hex | 53 | 59 | A | 7 | 0 | 59 | 41 | 41 | 50 | 13 |
| Octal | 123 | 131 | 12 | 7 | 0 | 131 | 101 | 101 | 120 | 23 |
| Binary | 1010011 | 1011001 | 1010 | 111 | 0 | 1011001 | 1000001 | 1000001 | 1010000 | 10011 |
Color Harmonies of #53590A
Complementary color
Monochromatic Colors of #53590A
Black with #53590A
Text Example
Text Example
White with #53590A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53590A; }
p { color: rgb(83,89,10); }
H1.HeaderClassName
{
color: #53590A;
}
.AnyTagClassName
{
color: #53590A;
}
</style>
background-color css
<style>
a { background-color: #53590A; }
a { background-color: rgb(83,89,10); }
div.DivClassName
{
background-color: #53590A;
}
.BgClassName
{
background-color: #53590A;
}
</style>
border-color css
<style>
span { border-color: #53590A; }
span { border-color: rgb(83,89,10); }
td.TdClassName
{
border-color: #53590A;
}
.TagClassName
{
border-color: #53590A;
}
</style>