Shades of Viridian Green #56605B
Tints of Viridian Green #56605B
RGB
CMYK
RGB Variations
Color information
#56605B (or 0x56605B) is known color: Viridian Green. HEX triplet: 56, 60 and 5B. RGB value is (86,96,91). Sum of RGB (Red+Green+Blue) = 86+96+91=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 96 (37.89% from 255 or 35.16% from 273); Blue value is 91 (35.94% from 255 or 33.33% from 273); Max value from RGB is 96 - color contains mainly: green. Hex color #56605B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56605B is #A99FA4. Grayscale: #5C5C5C. Windows color (decimal): -11116453 or 5988438. OLE color: 5988438.
HSL color Cylindrical-coordinate representation of color #56605B: hue angle of 150º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #56605B is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 96 | 91 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.62 |
| HSL | 150º | 0.05% | 0.36% | - |
| HSV(B) | 150º | 0.1% | 0.38% | - |
| XYZ | 9.91 | 11.1 | 11.52 | - |
| YUV | 92.44 | 127.19 | 123.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 96 | 91 | 0.10 | 0 | 0.05 | 0.62 | 150 | 0.05 | 0.36 |
| Hex | 56 | 60 | 5B | A | 0 | 5 | 3E | 96 | 5 | 24 |
| Octal | 126 | 140 | 133 | 12 | 0 | 5 | 76 | 226 | 5 | 44 |
| Binary | 1010110 | 1100000 | 1011011 | 1010 | 0 | 101 | 111110 | 10010110 | 101 | 100100 |
Color Harmonies of #56605B
Complementary color
Monochromatic Colors of #56605B
Black with #56605B
Text Example
Text Example
White with #56605B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56605B; }
p { color: rgb(86,96,91); }
H1.HeaderClassName
{
color: #56605B;
}
.AnyTagClassName
{
color: #56605B;
}
</style>
background-color css
<style>
a { background-color: #56605B; }
a { background-color: rgb(86,96,91); }
div.DivClassName
{
background-color: #56605B;
}
.BgClassName
{
background-color: #56605B;
}
</style>
border-color css
<style>
span { border-color: #56605B; }
span { border-color: rgb(86,96,91); }
td.TdClassName
{
border-color: #56605B;
}
.TagClassName
{
border-color: #56605B;
}
</style>