Shades of Viridian Green #576B61
Tints of Viridian Green #576B61
RGB
CMYK
RGB Variations
Color information
#576B61 (or 0x576B61) is known color: Viridian Green. HEX triplet: 57, 6B and 61. RGB value is (87,107,97). Sum of RGB (Red+Green+Blue) = 87+107+97=291 (38% of max value = 765). Red value is 87 (34.38% from 255 or 29.90% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 97 (38.28% from 255 or 33.33% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #576B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #576B61 is #A8949E. Grayscale: #636363. Windows color (decimal): -11048095 or 6384471. OLE color: 6384471.
HSL color Cylindrical-coordinate representation of color #576B61: hue angle of 150º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #576B61 is Cyan = 0.19, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 87 | 107 | 97 | - |
| CMYK | 0.19 | 0 | 0.09 | 0.58 |
| HSL | 150º | 0.1% | 0.38% | - |
| HSV(B) | 150º | 0.19% | 0.42% | - |
| XYZ | 11.35 | 13.4 | 13.3 | - |
| YUV | 99.88 | 126.37 | 118.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 107 | 97 | 0.19 | 0 | 0.09 | 0.58 | 150 | 0.1 | 0.38 |
| Hex | 57 | 6B | 61 | 13 | 0 | 9 | 3A | 96 | A | 26 |
| Octal | 127 | 153 | 141 | 23 | 0 | 11 | 72 | 226 | 12 | 46 |
| Binary | 1010111 | 1101011 | 1100001 | 10011 | 0 | 1001 | 111010 | 10010110 | 1010 | 100110 |
Color Harmonies of #576B61
Complementary color
Monochromatic Colors of #576B61
Black with #576B61
Text Example
Text Example
White with #576B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #576B61; }
p { color: rgb(87,107,97); }
H1.HeaderClassName
{
color: #576B61;
}
.AnyTagClassName
{
color: #576B61;
}
</style>
background-color css
<style>
a { background-color: #576B61; }
a { background-color: rgb(87,107,97); }
div.DivClassName
{
background-color: #576B61;
}
.BgClassName
{
background-color: #576B61;
}
</style>
border-color css
<style>
span { border-color: #576B61; }
span { border-color: rgb(87,107,97); }
td.TdClassName
{
border-color: #576B61;
}
.TagClassName
{
border-color: #576B61;
}
</style>