Shades of Viridian Green #57615E
Tints of Viridian Green #57615E
RGB
CMYK
RGB Variations
Color information
#57615E (or 0x57615E) is known color: Viridian Green. HEX triplet: 57, 61 and 5E. RGB value is (87,97,94). Sum of RGB (Red+Green+Blue) = 87+97+94=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 97 (38.28% from 255 or 34.89% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 97 - color contains mainly: green. Hex color #57615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57615E is #A89EA1. Grayscale: #5D5D5D. Windows color (decimal): -11050658 or 6185303. OLE color: 6185303.
HSL color Cylindrical-coordinate representation of color #57615E: hue angle of 162º 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 #57615E is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 97 | 94 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.62 |
| HSL | 162º | 0.05% | 0.36% | - |
| HSV(B) | 162º | 0.1% | 0.38% | - |
| XYZ | 10.23 | 11.38 | 12.25 | - |
| YUV | 93.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 97 | 94 | 0.10 | 0 | 0.03 | 0.62 | 162 | 0.05 | 0.36 |
| Hex | 57 | 61 | 5E | A | 0 | 3 | 3E | A2 | 5 | 24 |
| Octal | 127 | 141 | 136 | 12 | 0 | 3 | 76 | 242 | 5 | 44 |
| Binary | 1010111 | 1100001 | 1011110 | 1010 | 0 | 11 | 111110 | 10100010 | 101 | 100100 |
Color Harmonies of #57615E
Complementary color
Monochromatic Colors of #57615E
Black with #57615E
Text Example
Text Example
White with #57615E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57615E; }
p { color: rgb(87,97,94); }
H1.HeaderClassName
{
color: #57615E;
}
.AnyTagClassName
{
color: #57615E;
}
</style>
background-color css
<style>
a { background-color: #57615E; }
a { background-color: rgb(87,97,94); }
div.DivClassName
{
background-color: #57615E;
}
.BgClassName
{
background-color: #57615E;
}
</style>
border-color css
<style>
span { border-color: #57615E; }
span { border-color: rgb(87,97,94); }
td.TdClassName
{
border-color: #57615E;
}
.TagClassName
{
border-color: #57615E;
}
</style>