Shades of Verdun Green #5A560A
Tints of Verdun Green #5A560A
RGB
CMYK
RGB Variations
Color information
#5A560A (or 0x5A560A) is known color: Verdun Green. HEX triplet: 5A, 56 and 0A. RGB value is (90,86,10). Sum of RGB (Red+Green+Blue) = 90+86+10=186 (24% of max value = 765). Red value is 90 (35.55% from 255 or 48.39% from 186); Green value is 86 (33.98% from 255 or 46.24% from 186); Blue value is 10 (4.30% from 255 or 5.38% from 186); Max value from RGB is 90 - color contains mainly: red. Hex color #5A560A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #5A560A is #A5A9F5. Grayscale: #4E4E4E. Windows color (decimal): -10856950 or 677466. OLE color: 677466.
HSL color Cylindrical-coordinate representation of color #5A560A: hue angle of 57º degrees, saturation: 0.8, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A560A is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 86 | 10 | - |
| CMYK | 0 | 0.04 | 0.89 | 0.65 |
| HSL | 57º | 0.8% | 0.2% | - |
| HSV(B) | 57º | 0.89% | 0.35% | - |
| XYZ | 7.6 | 8.85 | 1.6 | - |
| YUV | 78.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 86 | 10 | 0 | 0.04 | 0.89 | 0.65 | 57 | 0.8 | 0.2 |
| Hex | 5A | 56 | A | 0 | 4 | 59 | 41 | 39 | 50 | 14 |
| Octal | 132 | 126 | 12 | 0 | 4 | 131 | 101 | 71 | 120 | 24 |
| Binary | 1011010 | 1010110 | 1010 | 0 | 100 | 1011001 | 1000001 | 111001 | 1010000 | 10100 |
Color Harmonies of #5A560A
Complementary color
Monochromatic Colors of #5A560A
Black with #5A560A
Text Example
Text Example
White with #5A560A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A560A; }
p { color: rgb(90,86,10); }
H1.HeaderClassName
{
color: #5A560A;
}
.AnyTagClassName
{
color: #5A560A;
}
</style>
background-color css
<style>
a { background-color: #5A560A; }
a { background-color: rgb(90,86,10); }
div.DivClassName
{
background-color: #5A560A;
}
.BgClassName
{
background-color: #5A560A;
}
</style>
border-color css
<style>
span { border-color: #5A560A; }
span { border-color: rgb(90,86,10); }
td.TdClassName
{
border-color: #5A560A;
}
.TagClassName
{
border-color: #5A560A;
}
</style>