Shades of Viridian Green #5D6663
Tints of Viridian Green #5D6663
RGB
CMYK
RGB Variations
Color information
#5D6663 (or 0x5D6663) is known color: Viridian Green. HEX triplet: 5D, 66 and 63. RGB value is (93,102,99). Sum of RGB (Red+Green+Blue) = 93+102+99=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 99 (39.06% from 255 or 33.67% from 294); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6663 is #A2999C. Grayscale: #626262. Windows color (decimal): -10656157 or 6514269. OLE color: 6514269.
HSL color Cylindrical-coordinate representation of color #5D6663: hue angle of 160º 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 #5D6663 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 99 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.6 |
| HSL | 160º | 0.05% | 0.38% | - |
| HSV(B) | 160º | 0.09% | 0.4% | - |
| XYZ | 11.52 | 12.73 | 13.65 | - |
| YUV | 98.97 | 128.02 | 123.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 99 | 0.09 | 0 | 0.03 | 0.6 | 160 | 0.05 | 0.38 |
| Hex | 5D | 66 | 63 | 9 | 0 | 3 | 3C | A0 | 5 | 26 |
| Octal | 135 | 146 | 143 | 11 | 0 | 3 | 74 | 240 | 5 | 46 |
| Binary | 1011101 | 1100110 | 1100011 | 1001 | 0 | 11 | 111100 | 10100000 | 101 | 100110 |
Color Harmonies of #5D6663
Complementary color
Monochromatic Colors of #5D6663
Black with #5D6663
Text Example
Text Example
White with #5D6663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6663; }
p { color: rgb(93,102,99); }
H1.HeaderClassName
{
color: #5D6663;
}
.AnyTagClassName
{
color: #5D6663;
}
</style>
background-color css
<style>
a { background-color: #5D6663; }
a { background-color: rgb(93,102,99); }
div.DivClassName
{
background-color: #5D6663;
}
.BgClassName
{
background-color: #5D6663;
}
</style>
border-color css
<style>
span { border-color: #5D6663; }
span { border-color: rgb(93,102,99); }
td.TdClassName
{
border-color: #5D6663;
}
.TagClassName
{
border-color: #5D6663;
}
</style>