Shades of Viridian Green #576860
Tints of Viridian Green #576860
RGB
CMYK
RGB Variations
Color information
#576860 (or 0x576860) is known color: Viridian Green. HEX triplet: 57, 68 and 60. RGB value is (87,104,96). Sum of RGB (Red+Green+Blue) = 87+104+96=287 (38% of max value = 765). Red value is 87 (34.38% from 255 or 30.31% from 287); Green value is 104 (41.02% from 255 or 36.24% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 104 - color contains mainly: green. Hex color #576860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576860 is #A8979F. Grayscale: #626262. Windows color (decimal): -11048864 or 6318167. OLE color: 6318167.
HSL color Cylindrical-coordinate representation of color #576860: hue angle of 151.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #576860 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 87 | 104 | 96 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.59 |
| HSL | 151.76º | 0.09% | 0.37% | - |
| HSV(B) | 151.76º | 0.16% | 0.41% | - |
| XYZ | 10.99 | 12.77 | 12.95 | - |
| YUV | 98.01 | 126.87 | 120.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 104 | 96 | 0.16 | 0 | 0.08 | 0.59 | 151.76 | 0.09 | 0.37 |
| Hex | 57 | 68 | 60 | 10 | 0 | 8 | 3B | 98 | 9 | 25 |
| Octal | 127 | 150 | 140 | 20 | 0 | 10 | 73 | 230 | 11 | 45 |
| Binary | 1010111 | 1101000 | 1100000 | 10000 | 0 | 1000 | 111011 | 10011000 | 1001 | 100101 |
Color Harmonies of #576860
Complementary color
Monochromatic Colors of #576860
Black with #576860
Text Example
Text Example
White with #576860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576860; }
p { color: rgb(87,104,96); }
H1.HeaderClassName
{
color: #576860;
}
.AnyTagClassName
{
color: #576860;
}
</style>
background-color css
<style>
a { background-color: #576860; }
a { background-color: rgb(87,104,96); }
div.DivClassName
{
background-color: #576860;
}
.BgClassName
{
background-color: #576860;
}
</style>
border-color css
<style>
span { border-color: #576860; }
span { border-color: rgb(87,104,96); }
td.TdClassName
{
border-color: #576860;
}
.TagClassName
{
border-color: #576860;
}
</style>