Shades of Viridian Green #5A615E
Tints of Viridian Green #5A615E
RGB
CMYK
RGB Variations
Color information
#5A615E (or 0x5A615E) is known color: Viridian Green. HEX triplet: 5A, 61 and 5E. RGB value is (90,97,94). Sum of RGB (Red+Green+Blue) = 90+97+94=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 97 - color contains mainly: green. Hex color #5A615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A615E is #A59EA1. Grayscale: #5E5E5E. Windows color (decimal): -10854050 or 6185306. OLE color: 6185306.
HSL color Cylindrical-coordinate representation of color #5A615E: hue angle of 154.29º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5A615E is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 97 | 94 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.62 |
| HSL | 154.29º | 0.04% | 0.37% | - |
| HSV(B) | 154.29º | 0.07% | 0.38% | - |
| XYZ | 10.51 | 11.53 | 12.26 | - |
| YUV | 94.57 | 127.68 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 97 | 94 | 0.07 | 0 | 0.03 | 0.62 | 154.29 | 0.04 | 0.37 |
| Hex | 5A | 61 | 5E | 7 | 0 | 3 | 3E | 9A | 4 | 25 |
| Octal | 132 | 141 | 136 | 7 | 0 | 3 | 76 | 232 | 4 | 45 |
| Binary | 1011010 | 1100001 | 1011110 | 111 | 0 | 11 | 111110 | 10011010 | 100 | 100101 |
Color Harmonies of #5A615E
Complementary color
Monochromatic Colors of #5A615E
Black with #5A615E
Text Example
Text Example
White with #5A615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A615E; }
p { color: rgb(90,97,94); }
H1.HeaderClassName
{
color: #5A615E;
}
.AnyTagClassName
{
color: #5A615E;
}
</style>
background-color css
<style>
a { background-color: #5A615E; }
a { background-color: rgb(90,97,94); }
div.DivClassName
{
background-color: #5A615E;
}
.BgClassName
{
background-color: #5A615E;
}
</style>
border-color css
<style>
span { border-color: #5A615E; }
span { border-color: rgb(90,97,94); }
td.TdClassName
{
border-color: #5A615E;
}
.TagClassName
{
border-color: #5A615E;
}
</style>