Shades of Viridian Green #5D6361
Tints of Viridian Green #5D6361
RGB
CMYK
RGB Variations
Color information
#5D6361 (or 0x5D6361) is known color: Viridian Green. HEX triplet: 5D, 63 and 61. RGB value is (93,99,97). Sum of RGB (Red+Green+Blue) = 93+99+97=289 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.18% from 289); Green value is 99 (39.06% from 255 or 34.26% from 289); Blue value is 97 (38.28% from 255 or 33.56% from 289); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6361 is #A29C9E. Grayscale: #606060. Windows color (decimal): -10656927 or 6382429. OLE color: 6382429.
HSL color Cylindrical-coordinate representation of color #5D6361: hue angle of 160º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #5D6361 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 97 | - |
| CMYK | 0.06 | 0 | 0.02 | 0.61 |
| HSL | 160º | 0.03% | 0.38% | - |
| HSV(B) | 160º | 0.06% | 0.39% | - |
| XYZ | 11.13 | 12.11 | 13.06 | - |
| YUV | 96.98 | 128.01 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 97 | 0.06 | 0 | 0.02 | 0.61 | 160 | 0.03 | 0.38 |
| Hex | 5D | 63 | 61 | 6 | 0 | 2 | 3D | A0 | 3 | 26 |
| Octal | 135 | 143 | 141 | 6 | 0 | 2 | 75 | 240 | 3 | 46 |
| Binary | 1011101 | 1100011 | 1100001 | 110 | 0 | 10 | 111101 | 10100000 | 11 | 100110 |
Color Harmonies of #5D6361
Complementary color
Monochromatic Colors of #5D6361
Black with #5D6361
Text Example
Text Example
White with #5D6361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6361; }
p { color: rgb(93,99,97); }
H1.HeaderClassName
{
color: #5D6361;
}
.AnyTagClassName
{
color: #5D6361;
}
</style>
background-color css
<style>
a { background-color: #5D6361; }
a { background-color: rgb(93,99,97); }
div.DivClassName
{
background-color: #5D6361;
}
.BgClassName
{
background-color: #5D6361;
}
</style>
border-color css
<style>
span { border-color: #5D6361; }
span { border-color: rgb(93,99,97); }
td.TdClassName
{
border-color: #5D6361;
}
.TagClassName
{
border-color: #5D6361;
}
</style>