Shades of Viridian Green #56655E
Tints of Viridian Green #56655E
RGB
CMYK
RGB Variations
Color information
#56655E (or 0x56655E) is known color: Viridian Green. HEX triplet: 56, 65 and 5E. RGB value is (86,101,94). Sum of RGB (Red+Green+Blue) = 86+101+94=281 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.60% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 101 - color contains mainly: green. Hex color #56655E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655E is #A99AA1. Grayscale: #5F5F5F. Windows color (decimal): -11115170 or 6186326. OLE color: 6186326.
HSL color Cylindrical-coordinate representation of color #56655E: hue angle of 152º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #56655E is Cyan = 0.15, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 94 | - |
| CMYK | 0.15 | 0 | 0.07 | 0.60 |
| HSL | 152º | 0.08% | 0.37% | - |
| HSV(B) | 152º | 0.15% | 0.4% | - |
| XYZ | 10.51 | 12.09 | 12.37 | - |
| YUV | 95.72 | 127.03 | 121.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 94 | 0.15 | 0 | 0.07 | 0.60 | 152 | 0.08 | 0.37 |
| Hex | 56 | 65 | 5E | F | 0 | 7 | 3C | 98 | 8 | 25 |
| Octal | 126 | 145 | 136 | 17 | 0 | 7 | 74 | 230 | 10 | 45 |
| Binary | 1010110 | 1100101 | 1011110 | 1111 | 0 | 111 | 111100 | 10011000 | 1000 | 100101 |
Color Harmonies of #56655E
Complementary color
Monochromatic Colors of #56655E
Black with #56655E
Text Example
Text Example
White with #56655E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56655E; }
p { color: rgb(86,101,94); }
H1.HeaderClassName
{
color: #56655E;
}
.AnyTagClassName
{
color: #56655E;
}
</style>
background-color css
<style>
a { background-color: #56655E; }
a { background-color: rgb(86,101,94); }
div.DivClassName
{
background-color: #56655E;
}
.BgClassName
{
background-color: #56655E;
}
</style>
border-color css
<style>
span { border-color: #56655E; }
span { border-color: rgb(86,101,94); }
td.TdClassName
{
border-color: #56655E;
}
.TagClassName
{
border-color: #56655E;
}
</style>