Shades of Viridian Green #575F5C
Tints of Viridian Green #575F5C
RGB
CMYK
RGB Variations
Color information
#575F5C (or 0x575F5C) is known color: Viridian Green. HEX triplet: 57, 5F and 5C. RGB value is (87,95,92). Sum of RGB (Red+Green+Blue) = 87+95+92=274 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.75% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 95 - color contains mainly: green. Hex color #575F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575F5C is #A8A0A3. Grayscale: #5C5C5C. Windows color (decimal): -11051172 or 6053719. OLE color: 6053719.
HSL color Cylindrical-coordinate representation of color #575F5C: hue angle of 157.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #575F5C is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 95 | 92 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.63 |
| HSL | 157.5º | 0.04% | 0.36% | - |
| HSV(B) | 157.5º | 0.08% | 0.37% | - |
| XYZ | 9.95 | 10.98 | 11.72 | - |
| YUV | 92.27 | 127.85 | 124.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 95 | 92 | 0.08 | 0 | 0.03 | 0.63 | 157.5 | 0.04 | 0.36 |
| Hex | 57 | 5F | 5C | 8 | 0 | 3 | 3F | 9E | 4 | 24 |
| Octal | 127 | 137 | 134 | 10 | 0 | 3 | 77 | 236 | 4 | 44 |
| Binary | 1010111 | 1011111 | 1011100 | 1000 | 0 | 11 | 111111 | 10011110 | 100 | 100100 |
Color Harmonies of #575F5C
Complementary color
Monochromatic Colors of #575F5C
Black with #575F5C
Text Example
Text Example
White with #575F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575F5C; }
p { color: rgb(87,95,92); }
H1.HeaderClassName
{
color: #575F5C;
}
.AnyTagClassName
{
color: #575F5C;
}
</style>
background-color css
<style>
a { background-color: #575F5C; }
a { background-color: rgb(87,95,92); }
div.DivClassName
{
background-color: #575F5C;
}
.BgClassName
{
background-color: #575F5C;
}
</style>
border-color css
<style>
span { border-color: #575F5C; }
span { border-color: rgb(87,95,92); }
td.TdClassName
{
border-color: #575F5C;
}
.TagClassName
{
border-color: #575F5C;
}
</style>