Shades of Viridian Green #575E5C
Tints of Viridian Green #575E5C
RGB
CMYK
RGB Variations
Color information
#575E5C (or 0x575E5C) is known color: Viridian Green. HEX triplet: 57, 5E and 5C. RGB value is (87,94,92). Sum of RGB (Red+Green+Blue) = 87+94+92=273 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.87% from 273); Green value is 94 (37.11% from 255 or 34.43% from 273); Blue value is 92 (36.33% from 255 or 33.70% from 273); Max value from RGB is 94 - color contains mainly: green. Hex color #575E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575E5C is #A8A1A3. Grayscale: #5B5B5B. Windows color (decimal): -11051428 or 6053463. OLE color: 6053463.
HSL color Cylindrical-coordinate representation of color #575E5C: hue angle of 162.86º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #575E5C is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 87 | 94 | 92 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.63 |
| HSL | 162.86º | 0.04% | 0.35% | - |
| HSV(B) | 162.86º | 0.07% | 0.37% | - |
| XYZ | 9.86 | 10.8 | 11.69 | - |
| YUV | 91.68 | 128.18 | 124.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 94 | 92 | 0.07 | 0 | 0.02 | 0.63 | 162.86 | 0.04 | 0.35 |
| Hex | 57 | 5E | 5C | 7 | 0 | 2 | 3F | A3 | 4 | 23 |
| Octal | 127 | 136 | 134 | 7 | 0 | 2 | 77 | 243 | 4 | 43 |
| Binary | 1010111 | 1011110 | 1011100 | 111 | 0 | 10 | 111111 | 10100011 | 100 | 100011 |
Color Harmonies of #575E5C
Complementary color
Monochromatic Colors of #575E5C
Black with #575E5C
Text Example
Text Example
White with #575E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #575E5C; }
p { color: rgb(87,94,92); }
H1.HeaderClassName
{
color: #575E5C;
}
.AnyTagClassName
{
color: #575E5C;
}
</style>
background-color css
<style>
a { background-color: #575E5C; }
a { background-color: rgb(87,94,92); }
div.DivClassName
{
background-color: #575E5C;
}
.BgClassName
{
background-color: #575E5C;
}
</style>
border-color css
<style>
span { border-color: #575E5C; }
span { border-color: rgb(87,94,92); }
td.TdClassName
{
border-color: #575E5C;
}
.TagClassName
{
border-color: #575E5C;
}
</style>