Shades of Hippie Green #538E59
Tints of Hippie Green #538E59
RGB
CMYK
RGB Variations
Color information
#538E59 (or 0x538E59) is known color: Hippie Green. HEX triplet: 53, 8E and 59. RGB value is (83,142,89). Sum of RGB (Red+Green+Blue) = 83+142+89=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 142 (55.86% from 255 or 45.22% from 314); Blue value is 89 (35.16% from 255 or 28.34% from 314); Max value from RGB is 142 - color contains mainly: green. Hex color #538E59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538E59 is #AC71A6. Grayscale: #767676. Windows color (decimal): -11301287 or 5869139. OLE color: 5869139.
HSL color Cylindrical-coordinate representation of color #538E59: hue angle of 126.1º 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 #538E59 is Cyan = 0.42, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 142 | 89 | - |
| CMYK | 0.42 | 0 | 0.37 | 0.44 |
| HSL | 126.1º | 0.26% | 0.44% | - |
| HSV(B) | 126.1º | 0.42% | 0.56% | - |
| XYZ | 15.04 | 21.91 | 12.89 | - |
| YUV | 118.32 | 111.45 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 142 | 89 | 0.42 | 0 | 0.37 | 0.44 | 126.1 | 0.26 | 0.44 |
| Hex | 53 | 8E | 59 | 2A | 0 | 25 | 2C | 7E | 1A | 2C |
| Octal | 123 | 216 | 131 | 52 | 0 | 45 | 54 | 176 | 32 | 54 |
| Binary | 1010011 | 10001110 | 1011001 | 101010 | 0 | 100101 | 101100 | 1111110 | 11010 | 101100 |
Color Harmonies of #538E59
Complementary color
Monochromatic Colors of #538E59
Black with #538E59
Text Example
Text Example
White with #538E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538E59; }
p { color: rgb(83,142,89); }
H1.HeaderClassName
{
color: #538E59;
}
.AnyTagClassName
{
color: #538E59;
}
</style>
background-color css
<style>
a { background-color: #538E59; }
a { background-color: rgb(83,142,89); }
div.DivClassName
{
background-color: #538E59;
}
.BgClassName
{
background-color: #538E59;
}
</style>
border-color css
<style>
span { border-color: #538E59; }
span { border-color: rgb(83,142,89); }
td.TdClassName
{
border-color: #538E59;
}
.TagClassName
{
border-color: #538E59;
}
</style>