Shades of Hippie Green #538D59
Tints of Hippie Green #538D59
RGB
CMYK
RGB Variations
Color information
#538D59 (or 0x538D59) is known color: Hippie Green. HEX triplet: 53, 8D and 59. RGB value is (83,141,89). Sum of RGB (Red+Green+Blue) = 83+141+89=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #538D59 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D59 is #AC72A6. Grayscale: #757575. Windows color (decimal): -11301543 or 5868883. OLE color: 5868883.
HSL color Cylindrical-coordinate representation of color #538D59: hue angle of 126.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D59 is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 89 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.45 |
| HSL | 126.21º | 0.26% | 0.44% | - |
| HSV(B) | 126.21º | 0.41% | 0.55% | - |
| XYZ | 14.9 | 21.61 | 12.84 | - |
| YUV | 117.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 89 | 0.41 | 0 | 0.37 | 0.45 | 126.21 | 0.26 | 0.44 |
| Hex | 53 | 8D | 59 | 29 | 0 | 25 | 2D | 7E | 1A | 2C |
| Octal | 123 | 215 | 131 | 51 | 0 | 45 | 55 | 176 | 32 | 54 |
| Binary | 1010011 | 10001101 | 1011001 | 101001 | 0 | 100101 | 101101 | 1111110 | 11010 | 101100 |
Color Harmonies of #538D59
Complementary color
Monochromatic Colors of #538D59
Black with #538D59
Text Example
Text Example
White with #538D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D59; }
p { color: rgb(83,141,89); }
H1.HeaderClassName
{
color: #538D59;
}
.AnyTagClassName
{
color: #538D59;
}
</style>
background-color css
<style>
a { background-color: #538D59; }
a { background-color: rgb(83,141,89); }
div.DivClassName
{
background-color: #538D59;
}
.BgClassName
{
background-color: #538D59;
}
</style>
border-color css
<style>
span { border-color: #538D59; }
span { border-color: rgb(83,141,89); }
td.TdClassName
{
border-color: #538D59;
}
.TagClassName
{
border-color: #538D59;
}
</style>