Shades of Viridian Green #56615D
Tints of Viridian Green #56615D
RGB
CMYK
RGB Variations
Color information
#56615D (or 0x56615D) is known color: Viridian Green. HEX triplet: 56, 61 and 5D. RGB value is (86,97,93). Sum of RGB (Red+Green+Blue) = 86+97+93=276 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.16% from 276); Green value is 97 (38.28% from 255 or 35.14% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 97 - color contains mainly: green. Hex color #56615D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56615D is #A99EA2. Grayscale: #5D5D5D. Windows color (decimal): -11116195 or 6119766. OLE color: 6119766.
HSL color Cylindrical-coordinate representation of color #56615D: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #56615D is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 97 | 93 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.62 |
| HSL | 158.18º | 0.06% | 0.36% | - |
| HSV(B) | 158.18º | 0.11% | 0.38% | - |
| XYZ | 10.09 | 11.32 | 12.01 | - |
| YUV | 93.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 97 | 93 | 0.11 | 0 | 0.04 | 0.62 | 158.18 | 0.06 | 0.36 |
| Hex | 56 | 61 | 5D | B | 0 | 4 | 3E | 9E | 6 | 24 |
| Octal | 126 | 141 | 135 | 13 | 0 | 4 | 76 | 236 | 6 | 44 |
| Binary | 1010110 | 1100001 | 1011101 | 1011 | 0 | 100 | 111110 | 10011110 | 110 | 100100 |
Color Harmonies of #56615D
Complementary color
Monochromatic Colors of #56615D
Black with #56615D
Text Example
Text Example
White with #56615D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56615D; }
p { color: rgb(86,97,93); }
H1.HeaderClassName
{
color: #56615D;
}
.AnyTagClassName
{
color: #56615D;
}
</style>
background-color css
<style>
a { background-color: #56615D; }
a { background-color: rgb(86,97,93); }
div.DivClassName
{
background-color: #56615D;
}
.BgClassName
{
background-color: #56615D;
}
</style>
border-color css
<style>
span { border-color: #56615D; }
span { border-color: rgb(86,97,93); }
td.TdClassName
{
border-color: #56615D;
}
.TagClassName
{
border-color: #56615D;
}
</style>