Shades of Verdun Green #5A590C
Tints of Verdun Green #5A590C
RGB
CMYK
RGB Variations
Color information
#5A590C (or 0x5A590C) is known color: Verdun Green. HEX triplet: 5A, 59 and 0C. RGB value is (90,89,12). Sum of RGB (Red+Green+Blue) = 90+89+12=191 (25% of max value = 765). Red value is 90 (35.55% from 255 or 47.12% from 191); Green value is 89 (35.16% from 255 or 46.60% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 90 - color contains mainly: red. Hex color #5A590C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A590C is #A5A6F3. Grayscale: #505050. Windows color (decimal): -10856180 or 809306. OLE color: 809306.
HSL color Cylindrical-coordinate representation of color #5A590C: hue angle of 59.23º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A590C is Cyan = 0, Magento = 0.01, Yellow = 0.87 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 89 | 12 | - |
| CMYK | 0 | 0.01 | 0.87 | 0.65 |
| HSL | 59.23º | 0.76% | 0.2% | - |
| HSV(B) | 59.23º | 0.87% | 0.35% | - |
| XYZ | 7.86 | 9.34 | 1.74 | - |
| YUV | 80.52 | 89.33 | 134.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 89 | 12 | 0 | 0.01 | 0.87 | 0.65 | 59.23 | 0.76 | 0.2 |
| Hex | 5A | 59 | C | 0 | 1 | 57 | 41 | 3B | 4C | 14 |
| Octal | 132 | 131 | 14 | 0 | 1 | 127 | 101 | 73 | 114 | 24 |
| Binary | 1011010 | 1011001 | 1100 | 0 | 1 | 1010111 | 1000001 | 111011 | 1001100 | 10100 |
Color Harmonies of #5A590C
Complementary color
Monochromatic Colors of #5A590C
Black with #5A590C
Text Example
Text Example
White with #5A590C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A590C; }
p { color: rgb(90,89,12); }
H1.HeaderClassName
{
color: #5A590C;
}
.AnyTagClassName
{
color: #5A590C;
}
</style>
background-color css
<style>
a { background-color: #5A590C; }
a { background-color: rgb(90,89,12); }
div.DivClassName
{
background-color: #5A590C;
}
.BgClassName
{
background-color: #5A590C;
}
</style>
border-color css
<style>
span { border-color: #5A590C; }
span { border-color: rgb(90,89,12); }
td.TdClassName
{
border-color: #5A590C;
}
.TagClassName
{
border-color: #5A590C;
}
</style>