Shades of Hippie Green #538E57
Tints of Hippie Green #538E57
RGB
CMYK
RGB Variations
Color information
#538E57 (or 0x538E57) is known color: Hippie Green. HEX triplet: 53, 8E and 57. RGB value is (83,142,87). Sum of RGB (Red+Green+Blue) = 83+142+87=312 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.60% from 312); Green value is 142 (55.86% from 255 or 45.51% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 142 - color contains mainly: green. Hex color #538E57 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E57 is #AC71A8. Grayscale: #767676. Windows color (decimal): -11301289 or 5738067. OLE color: 5738067.
HSL color Cylindrical-coordinate representation of color #538E57: hue angle of 124.07º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538E57 is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 142 | 87 | - |
| CMYK | 0.42 | 0 | 0.39 | 0.44 |
| HSL | 124.07º | 0.26% | 0.44% | - |
| HSV(B) | 124.07º | 0.42% | 0.56% | - |
| XYZ | 14.96 | 21.87 | 12.45 | - |
| YUV | 118.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 87 | 0.42 | 0 | 0.39 | 0.44 | 124.07 | 0.26 | 0.44 |
| Hex | 53 | 8E | 57 | 2A | 0 | 27 | 2C | 7C | 1A | 2C |
| Octal | 123 | 216 | 127 | 52 | 0 | 47 | 54 | 174 | 32 | 54 |
| Binary | 1010011 | 10001110 | 1010111 | 101010 | 0 | 100111 | 101100 | 1111100 | 11010 | 101100 |
Color Harmonies of #538E57
Complementary color
Monochromatic Colors of #538E57
Black with #538E57
Text Example
Text Example
White with #538E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538E57; }
p { color: rgb(83,142,87); }
H1.HeaderClassName
{
color: #538E57;
}
.AnyTagClassName
{
color: #538E57;
}
</style>
background-color css
<style>
a { background-color: #538E57; }
a { background-color: rgb(83,142,87); }
div.DivClassName
{
background-color: #538E57;
}
.BgClassName
{
background-color: #538E57;
}
</style>
border-color css
<style>
span { border-color: #538E57; }
span { border-color: rgb(83,142,87); }
td.TdClassName
{
border-color: #538E57;
}
.TagClassName
{
border-color: #538E57;
}
</style>