Shades of Viridian Green #5D6160
Tints of Viridian Green #5D6160
RGB
CMYK
RGB Variations
Color information
#5D6160 (or 0x5D6160) is known color: Viridian Green. HEX triplet: 5D, 61 and 60. RGB value is (93,97,96). Sum of RGB (Red+Green+Blue) = 93+97+96=286 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.52% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6160 is #A29E9F. Grayscale: #5F5F5F. Windows color (decimal): -10657440 or 6316381. OLE color: 6316381.
HSL color Cylindrical-coordinate representation of color #5D6160: hue angle of 165º degrees, saturation: 0.02, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #5D6160 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 96 | - |
| CMYK | 0.04 | 0 | 0.01 | 0.62 |
| HSL | 165º | 0.02% | 0.37% | - |
| HSV(B) | 165º | 0.04% | 0.38% | - |
| XYZ | 10.9 | 11.72 | 12.75 | - |
| YUV | 95.69 | 128.17 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 96 | 0.04 | 0 | 0.01 | 0.62 | 165 | 0.02 | 0.37 |
| Hex | 5D | 61 | 60 | 4 | 0 | 1 | 3E | A5 | 2 | 25 |
| Octal | 135 | 141 | 140 | 4 | 0 | 1 | 76 | 245 | 2 | 45 |
| Binary | 1011101 | 1100001 | 1100000 | 100 | 0 | 1 | 111110 | 10100101 | 10 | 100101 |
Color Harmonies of #5D6160
Complementary color
Monochromatic Colors of #5D6160
Black with #5D6160
Text Example
Text Example
White with #5D6160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6160; }
p { color: rgb(93,97,96); }
H1.HeaderClassName
{
color: #5D6160;
}
.AnyTagClassName
{
color: #5D6160;
}
</style>
background-color css
<style>
a { background-color: #5D6160; }
a { background-color: rgb(93,97,96); }
div.DivClassName
{
background-color: #5D6160;
}
.BgClassName
{
background-color: #5D6160;
}
</style>
border-color css
<style>
span { border-color: #5D6160; }
span { border-color: rgb(93,97,96); }
td.TdClassName
{
border-color: #5D6160;
}
.TagClassName
{
border-color: #5D6160;
}
</style>