Shades of Viridian Green #56655F
Tints of Viridian Green #56655F
RGB
CMYK
RGB Variations
Color information
#56655F (or 0x56655F) is known color: Viridian Green. HEX triplet: 56, 65 and 5F. RGB value is (86,101,95). Sum of RGB (Red+Green+Blue) = 86+101+95=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 101 (39.84% from 255 or 35.82% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 101 - color contains mainly: green. Hex color #56655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56655F is #A99AA0. Grayscale: #5F5F5F. Windows color (decimal): -11115169 or 6251862. OLE color: 6251862.
HSL color Cylindrical-coordinate representation of color #56655F: hue angle of 156º 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 #56655F is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 86 | 101 | 95 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.60 |
| HSL | 156º | 0.08% | 0.37% | - |
| HSV(B) | 156º | 0.15% | 0.4% | - |
| XYZ | 10.56 | 12.11 | 12.61 | - |
| YUV | 95.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 101 | 95 | 0.15 | 0 | 0.06 | 0.60 | 156 | 0.08 | 0.37 |
| Hex | 56 | 65 | 5F | F | 0 | 6 | 3C | 9C | 8 | 25 |
| Octal | 126 | 145 | 137 | 17 | 0 | 6 | 74 | 234 | 10 | 45 |
| Binary | 1010110 | 1100101 | 1011111 | 1111 | 0 | 110 | 111100 | 10011100 | 1000 | 100101 |
Color Harmonies of #56655F
Complementary color
Monochromatic Colors of #56655F
Black with #56655F
Text Example
Text Example
White with #56655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56655F; }
p { color: rgb(86,101,95); }
H1.HeaderClassName
{
color: #56655F;
}
.AnyTagClassName
{
color: #56655F;
}
</style>
background-color css
<style>
a { background-color: #56655F; }
a { background-color: rgb(86,101,95); }
div.DivClassName
{
background-color: #56655F;
}
.BgClassName
{
background-color: #56655F;
}
</style>
border-color css
<style>
span { border-color: #56655F; }
span { border-color: rgb(86,101,95); }
td.TdClassName
{
border-color: #56655F;
}
.TagClassName
{
border-color: #56655F;
}
</style>