Shades of Viridian Green #5A6962
Tints of Viridian Green #5A6962
RGB
CMYK
RGB Variations
Color information
#5A6962 (or 0x5A6962) is known color: Viridian Green. HEX triplet: 5A, 69 and 62. RGB value is (90,105,98). Sum of RGB (Red+Green+Blue) = 90+105+98=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 105 (41.41% from 255 or 35.84% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 105 - color contains mainly: green. Hex color #5A6962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A6962 is #A5969D. Grayscale: #636363. Windows color (decimal): -10851998 or 6449498. OLE color: 6449498.
HSL color Cylindrical-coordinate representation of color #5A6962: hue angle of 152º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5A6962 is Cyan = 0.14, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 90 | 105 | 98 | - |
| CMYK | 0.14 | 0 | 0.07 | 0.59 |
| HSL | 152º | 0.08% | 0.38% | - |
| HSV(B) | 152º | 0.14% | 0.41% | - |
| XYZ | 11.47 | 13.16 | 13.49 | - |
| YUV | 99.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 105 | 98 | 0.14 | 0 | 0.07 | 0.59 | 152 | 0.08 | 0.38 |
| Hex | 5A | 69 | 62 | E | 0 | 7 | 3B | 98 | 8 | 26 |
| Octal | 132 | 151 | 142 | 16 | 0 | 7 | 73 | 230 | 10 | 46 |
| Binary | 1011010 | 1101001 | 1100010 | 1110 | 0 | 111 | 111011 | 10011000 | 1000 | 100110 |
Color Harmonies of #5A6962
Complementary color
Monochromatic Colors of #5A6962
Black with #5A6962
Text Example
Text Example
White with #5A6962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6962; }
p { color: rgb(90,105,98); }
H1.HeaderClassName
{
color: #5A6962;
}
.AnyTagClassName
{
color: #5A6962;
}
</style>
background-color css
<style>
a { background-color: #5A6962; }
a { background-color: rgb(90,105,98); }
div.DivClassName
{
background-color: #5A6962;
}
.BgClassName
{
background-color: #5A6962;
}
</style>
border-color css
<style>
span { border-color: #5A6962; }
span { border-color: rgb(90,105,98); }
td.TdClassName
{
border-color: #5A6962;
}
.TagClassName
{
border-color: #5A6962;
}
</style>