Shades of Viridian Green #57625E
Tints of Viridian Green #57625E
RGB
CMYK
RGB Variations
Color information
#57625E (or 0x57625E) is known color: Viridian Green. HEX triplet: 57, 62 and 5E. RGB value is (87,98,94). Sum of RGB (Red+Green+Blue) = 87+98+94=279 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.18% from 279); Green value is 98 (38.67% from 255 or 35.13% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 98 - color contains mainly: green. Hex color #57625E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57625E is #A89DA1. Grayscale: #5E5E5E. Windows color (decimal): -11050402 or 6185559. OLE color: 6185559.
HSL color Cylindrical-coordinate representation of color #57625E: hue angle of 158.18º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #57625E is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 87 | 98 | 94 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.62 |
| HSL | 158.18º | 0.06% | 0.36% | - |
| HSV(B) | 158.18º | 0.11% | 0.38% | - |
| XYZ | 10.32 | 11.57 | 12.28 | - |
| YUV | 94.26 | 127.86 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 98 | 94 | 0.11 | 0 | 0.04 | 0.62 | 158.18 | 0.06 | 0.36 |
| Hex | 57 | 62 | 5E | B | 0 | 4 | 3E | 9E | 6 | 24 |
| Octal | 127 | 142 | 136 | 13 | 0 | 4 | 76 | 236 | 6 | 44 |
| Binary | 1010111 | 1100010 | 1011110 | 1011 | 0 | 100 | 111110 | 10011110 | 110 | 100100 |
Color Harmonies of #57625E
Complementary color
Monochromatic Colors of #57625E
Black with #57625E
Text Example
Text Example
White with #57625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57625E; }
p { color: rgb(87,98,94); }
H1.HeaderClassName
{
color: #57625E;
}
.AnyTagClassName
{
color: #57625E;
}
</style>
background-color css
<style>
a { background-color: #57625E; }
a { background-color: rgb(87,98,94); }
div.DivClassName
{
background-color: #57625E;
}
.BgClassName
{
background-color: #57625E;
}
</style>
border-color css
<style>
span { border-color: #57625E; }
span { border-color: rgb(87,98,94); }
td.TdClassName
{
border-color: #57625E;
}
.TagClassName
{
border-color: #57625E;
}
</style>