Shades of Viridian Green #5D6763
Tints of Viridian Green #5D6763
RGB
CMYK
RGB Variations
Color information
#5D6763 (or 0x5D6763) is known color: Viridian Green. HEX triplet: 5D, 67 and 63. RGB value is (93,103,99). Sum of RGB (Red+Green+Blue) = 93+103+99=295 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.53% from 295); Green value is 103 (40.62% from 255 or 34.92% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 103 - color contains mainly: green. Hex color #5D6763 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6763 is #A2989C. Grayscale: #636363. Windows color (decimal): -10655901 or 6514525. OLE color: 6514525.
HSL color Cylindrical-coordinate representation of color #5D6763: hue angle of 156º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5D6763 is Cyan = 0.10, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 93 | 103 | 99 | - |
| CMYK | 0.10 | 0 | 0.04 | 0.60 |
| HSL | 156º | 0.05% | 0.38% | - |
| HSV(B) | 156º | 0.1% | 0.4% | - |
| XYZ | 11.62 | 12.93 | 13.69 | - |
| YUV | 99.55 | 127.69 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 103 | 99 | 0.10 | 0 | 0.04 | 0.60 | 156 | 0.05 | 0.38 |
| Hex | 5D | 67 | 63 | A | 0 | 4 | 3C | 9C | 5 | 26 |
| Octal | 135 | 147 | 143 | 12 | 0 | 4 | 74 | 234 | 5 | 46 |
| Binary | 1011101 | 1100111 | 1100011 | 1010 | 0 | 100 | 111100 | 10011100 | 101 | 100110 |
Color Harmonies of #5D6763
Complementary color
Monochromatic Colors of #5D6763
Black with #5D6763
Text Example
Text Example
White with #5D6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6763; }
p { color: rgb(93,103,99); }
H1.HeaderClassName
{
color: #5D6763;
}
.AnyTagClassName
{
color: #5D6763;
}
</style>
background-color css
<style>
a { background-color: #5D6763; }
a { background-color: rgb(93,103,99); }
div.DivClassName
{
background-color: #5D6763;
}
.BgClassName
{
background-color: #5D6763;
}
</style>
border-color css
<style>
span { border-color: #5D6763; }
span { border-color: rgb(93,103,99); }
td.TdClassName
{
border-color: #5D6763;
}
.TagClassName
{
border-color: #5D6763;
}
</style>