Shades of Viridian Green #5D6662
Tints of Viridian Green #5D6662
RGB
CMYK
RGB Variations
Color information
#5D6662 (or 0x5D6662) is known color: Viridian Green. HEX triplet: 5D, 66 and 62. RGB value is (93,102,98). Sum of RGB (Red+Green+Blue) = 93+102+98=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 102 (40.23% from 255 or 34.81% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6662 is #A2999D. Grayscale: #626262. Windows color (decimal): -10656158 or 6448733. OLE color: 6448733.
HSL color Cylindrical-coordinate representation of color #5D6662: hue angle of 153.33º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5D6662 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 98 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.6 |
| HSL | 153.33º | 0.05% | 0.38% | - |
| HSV(B) | 153.33º | 0.09% | 0.4% | - |
| XYZ | 11.47 | 12.71 | 13.4 | - |
| YUV | 98.85 | 127.52 | 123.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 98 | 0.09 | 0 | 0.04 | 0.6 | 153.33 | 0.05 | 0.38 |
| Hex | 5D | 66 | 62 | 9 | 0 | 4 | 3C | 99 | 5 | 26 |
| Octal | 135 | 146 | 142 | 11 | 0 | 4 | 74 | 231 | 5 | 46 |
| Binary | 1011101 | 1100110 | 1100010 | 1001 | 0 | 100 | 111100 | 10011001 | 101 | 100110 |
Color Harmonies of #5D6662
Complementary color
Monochromatic Colors of #5D6662
Black with #5D6662
Text Example
Text Example
White with #5D6662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6662; }
p { color: rgb(93,102,98); }
H1.HeaderClassName
{
color: #5D6662;
}
.AnyTagClassName
{
color: #5D6662;
}
</style>
background-color css
<style>
a { background-color: #5D6662; }
a { background-color: rgb(93,102,98); }
div.DivClassName
{
background-color: #5D6662;
}
.BgClassName
{
background-color: #5D6662;
}
</style>
border-color css
<style>
span { border-color: #5D6662; }
span { border-color: rgb(93,102,98); }
td.TdClassName
{
border-color: #5D6662;
}
.TagClassName
{
border-color: #5D6662;
}
</style>