Shades of Viridian Green #5A6561
Tints of Viridian Green #5A6561
RGB
CMYK
RGB Variations
Color information
#5A6561 (or 0x5A6561) is known color: Viridian Green. HEX triplet: 5A, 65 and 61. RGB value is (90,101,97). Sum of RGB (Red+Green+Blue) = 90+101+97=288 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.25% from 288); Green value is 101 (39.84% from 255 or 35.07% from 288); Blue value is 97 (38.28% from 255 or 33.68% from 288); Max value from RGB is 101 - color contains mainly: green. Hex color #5A6561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6561 is #A59A9E. Grayscale: #616161. Windows color (decimal): -10853023 or 6382938. OLE color: 6382938.
HSL color Cylindrical-coordinate representation of color #5A6561: hue angle of 158.18º 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 #5A6561 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 90 | 101 | 97 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.60 |
| HSL | 158.18º | 0.06% | 0.37% | - |
| HSV(B) | 158.18º | 0.11% | 0.4% | - |
| XYZ | 11.03 | 12.34 | 13.11 | - |
| YUV | 97.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 101 | 97 | 0.11 | 0 | 0.04 | 0.60 | 158.18 | 0.06 | 0.37 |
| Hex | 5A | 65 | 61 | B | 0 | 4 | 3C | 9E | 6 | 25 |
| Octal | 132 | 145 | 141 | 13 | 0 | 4 | 74 | 236 | 6 | 45 |
| Binary | 1011010 | 1100101 | 1100001 | 1011 | 0 | 100 | 111100 | 10011110 | 110 | 100101 |
Color Harmonies of #5A6561
Complementary color
Monochromatic Colors of #5A6561
Black with #5A6561
Text Example
Text Example
White with #5A6561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6561; }
p { color: rgb(90,101,97); }
H1.HeaderClassName
{
color: #5A6561;
}
.AnyTagClassName
{
color: #5A6561;
}
</style>
background-color css
<style>
a { background-color: #5A6561; }
a { background-color: rgb(90,101,97); }
div.DivClassName
{
background-color: #5A6561;
}
.BgClassName
{
background-color: #5A6561;
}
</style>
border-color css
<style>
span { border-color: #5A6561; }
span { border-color: rgb(90,101,97); }
td.TdClassName
{
border-color: #5A6561;
}
.TagClassName
{
border-color: #5A6561;
}
</style>