Shades of Viridian Green #5B615E
Tints of Viridian Green #5B615E
RGB
CMYK
RGB Variations
Color information
#5B615E (or 0x5B615E) is known color: Viridian Green. HEX triplet: 5B, 61 and 5E. RGB value is (91,97,94). Sum of RGB (Red+Green+Blue) = 91+97+94=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 97 (38.28% from 255 or 34.40% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 97 - color contains mainly: green. Hex color #5B615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B615E is #A49EA1. Grayscale: #5E5E5E. Windows color (decimal): -10788514 or 6185307. OLE color: 6185307.
HSL color Cylindrical-coordinate representation of color #5B615E: hue angle of 150º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5B615E is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 91 | 97 | 94 | - |
| CMYK | 0.06 | 0 | 0.03 | 0.62 |
| HSL | 150º | 0.03% | 0.37% | - |
| HSV(B) | 150º | 0.06% | 0.38% | - |
| XYZ | 10.61 | 11.58 | 12.27 | - |
| YUV | 94.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 97 | 94 | 0.06 | 0 | 0.03 | 0.62 | 150 | 0.03 | 0.37 |
| Hex | 5B | 61 | 5E | 6 | 0 | 3 | 3E | 96 | 3 | 25 |
| Octal | 133 | 141 | 136 | 6 | 0 | 3 | 76 | 226 | 3 | 45 |
| Binary | 1011011 | 1100001 | 1011110 | 110 | 0 | 11 | 111110 | 10010110 | 11 | 100101 |
Color Harmonies of #5B615E
Complementary color
Monochromatic Colors of #5B615E
Black with #5B615E
Text Example
Text Example
White with #5B615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B615E; }
p { color: rgb(91,97,94); }
H1.HeaderClassName
{
color: #5B615E;
}
.AnyTagClassName
{
color: #5B615E;
}
</style>
background-color css
<style>
a { background-color: #5B615E; }
a { background-color: rgb(91,97,94); }
div.DivClassName
{
background-color: #5B615E;
}
.BgClassName
{
background-color: #5B615E;
}
</style>
border-color css
<style>
span { border-color: #5B615E; }
span { border-color: rgb(91,97,94); }
td.TdClassName
{
border-color: #5B615E;
}
.TagClassName
{
border-color: #5B615E;
}
</style>