Shades of Viridian Green #5A605D
Tints of Viridian Green #5A605D
RGB
CMYK
RGB Variations
Color information
#5A605D (or 0x5A605D) is known color: Viridian Green. HEX triplet: 5A, 60 and 5D. RGB value is (90,96,93). Sum of RGB (Red+Green+Blue) = 90+96+93=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 93 (36.72% from 255 or 33.33% from 279); Max value from RGB is 96 - color contains mainly: green. Hex color #5A605D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A605D is #A59FA2. Grayscale: #5D5D5D. Windows color (decimal): -10854307 or 6119514. OLE color: 6119514.
HSL color Cylindrical-coordinate representation of color #5A605D: hue angle of 150º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5A605D is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 93 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.62 |
| HSL | 150º | 0.03% | 0.36% | - |
| HSV(B) | 150º | 0.06% | 0.38% | - |
| XYZ | 10.38 | 11.33 | 12 | - |
| YUV | 93.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 93 | 0.06 | 0 | 0.03 | 0.62 | 150 | 0.03 | 0.36 |
| Hex | 5A | 60 | 5D | 6 | 0 | 3 | 3E | 96 | 3 | 24 |
| Octal | 132 | 140 | 135 | 6 | 0 | 3 | 76 | 226 | 3 | 44 |
| Binary | 1011010 | 1100000 | 1011101 | 110 | 0 | 11 | 111110 | 10010110 | 11 | 100100 |
Color Harmonies of #5A605D
Complementary color
Monochromatic Colors of #5A605D
Black with #5A605D
Text Example
Text Example
White with #5A605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A605D; }
p { color: rgb(90,96,93); }
H1.HeaderClassName
{
color: #5A605D;
}
.AnyTagClassName
{
color: #5A605D;
}
</style>
background-color css
<style>
a { background-color: #5A605D; }
a { background-color: rgb(90,96,93); }
div.DivClassName
{
background-color: #5A605D;
}
.BgClassName
{
background-color: #5A605D;
}
</style>
border-color css
<style>
span { border-color: #5A605D; }
span { border-color: rgb(90,96,93); }
td.TdClassName
{
border-color: #5A605D;
}
.TagClassName
{
border-color: #5A605D;
}
</style>