Shades of Viridian Green #57655F
Tints of Viridian Green #57655F
RGB
CMYK
RGB Variations
Color information
#57655F (or 0x57655F) is known color: Viridian Green. HEX triplet: 57, 65 and 5F. RGB value is (87,101,95). Sum of RGB (Red+Green+Blue) = 87+101+95=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 101 (39.84% from 255 or 35.69% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 101 - color contains mainly: green. Hex color #57655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57655F is #A89AA0. Grayscale: #606060. Windows color (decimal): -11049633 or 6251863. OLE color: 6251863.
HSL color Cylindrical-coordinate representation of color #57655F: hue angle of 154.29º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57655F is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 87 | 101 | 95 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.60 |
| HSL | 154.29º | 0.07% | 0.37% | - |
| HSV(B) | 154.29º | 0.14% | 0.4% | - |
| XYZ | 10.65 | 12.16 | 12.61 | - |
| YUV | 96.13 | 127.36 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 101 | 95 | 0.14 | 0 | 0.06 | 0.60 | 154.29 | 0.07 | 0.37 |
| Hex | 57 | 65 | 5F | E | 0 | 6 | 3C | 9A | 7 | 25 |
| Octal | 127 | 145 | 137 | 16 | 0 | 6 | 74 | 232 | 7 | 45 |
| Binary | 1010111 | 1100101 | 1011111 | 1110 | 0 | 110 | 111100 | 10011010 | 111 | 100101 |
Color Harmonies of #57655F
Complementary color
Monochromatic Colors of #57655F
Black with #57655F
Text Example
Text Example
White with #57655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57655F; }
p { color: rgb(87,101,95); }
H1.HeaderClassName
{
color: #57655F;
}
.AnyTagClassName
{
color: #57655F;
}
</style>
background-color css
<style>
a { background-color: #57655F; }
a { background-color: rgb(87,101,95); }
div.DivClassName
{
background-color: #57655F;
}
.BgClassName
{
background-color: #57655F;
}
</style>
border-color css
<style>
span { border-color: #57655F; }
span { border-color: rgb(87,101,95); }
td.TdClassName
{
border-color: #57655F;
}
.TagClassName
{
border-color: #57655F;
}
</style>