Shades of Viridian Green #5A6560
Tints of Viridian Green #5A6560
RGB
CMYK
RGB Variations
Color information
#5A6560 (or 0x5A6560) is known color: Viridian Green. HEX triplet: 5A, 65 and 60. RGB value is (90,101,96). Sum of RGB (Red+Green+Blue) = 90+101+96=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 101 (39.84% from 255 or 35.19% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6560 is #A59A9F. Grayscale: #616161. Windows color (decimal): -10853024 or 6317402. OLE color: 6317402.
HSL color Cylindrical-coordinate representation of color #5A6560: hue angle of 152.73º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5A6560 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 96 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.60 |
| HSL | 152.73º | 0.06% | 0.37% | - |
| HSV(B) | 152.73º | 0.11% | 0.4% | - |
| XYZ | 10.98 | 12.33 | 12.87 | - |
| YUV | 97.14 | 127.36 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 96 | 0.11 | 0 | 0.05 | 0.60 | 152.73 | 0.06 | 0.37 |
| Hex | 5A | 65 | 60 | B | 0 | 5 | 3C | 99 | 6 | 25 |
| Octal | 132 | 145 | 140 | 13 | 0 | 5 | 74 | 231 | 6 | 45 |
| Binary | 1011010 | 1100101 | 1100000 | 1011 | 0 | 101 | 111100 | 10011001 | 110 | 100101 |
Color Harmonies of #5A6560
Complementary color
Monochromatic Colors of #5A6560
Black with #5A6560
Text Example
Text Example
White with #5A6560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6560; }
p { color: rgb(90,101,96); }
H1.HeaderClassName
{
color: #5A6560;
}
.AnyTagClassName
{
color: #5A6560;
}
</style>
background-color css
<style>
a { background-color: #5A6560; }
a { background-color: rgb(90,101,96); }
div.DivClassName
{
background-color: #5A6560;
}
.BgClassName
{
background-color: #5A6560;
}
</style>
border-color css
<style>
span { border-color: #5A6560; }
span { border-color: rgb(90,101,96); }
td.TdClassName
{
border-color: #5A6560;
}
.TagClassName
{
border-color: #5A6560;
}
</style>