Shades of Hippie Green #538853
Tints of Hippie Green #538853
RGB
CMYK
RGB Variations
Color information
#538853 (or 0x538853) is known color: Hippie Green. HEX triplet: 53, 88 and 53. RGB value is (83,136,83). Sum of RGB (Red+Green+Blue) = 83+136+83=302 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.48% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 83 (32.81% from 255 or 27.48% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #538853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538853 is #AC77AC. Grayscale: #727272. Windows color (decimal): -11302829 or 5474387. OLE color: 5474387.
HSL color Cylindrical-coordinate representation of color #538853: hue angle of 120º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538853 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 83 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.47 |
| HSL | 120º | 0.24% | 0.43% | - |
| HSV(B) | 120º | 0.39% | 0.53% | - |
| XYZ | 13.93 | 20.07 | 11.32 | - |
| YUV | 114.11 | 110.44 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 83 | 0.39 | 0 | 0.39 | 0.47 | 120 | 0.24 | 0.43 |
| Hex | 53 | 88 | 53 | 27 | 0 | 27 | 2F | 78 | 18 | 2B |
| Octal | 123 | 210 | 123 | 47 | 0 | 47 | 57 | 170 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1010011 | 100111 | 0 | 100111 | 101111 | 1111000 | 11000 | 101011 |
Color Harmonies of #538853
Complementary color
Monochromatic Colors of #538853
Black with #538853
Text Example
Text Example
White with #538853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538853; }
p { color: rgb(83,136,83); }
H1.HeaderClassName
{
color: #538853;
}
.AnyTagClassName
{
color: #538853;
}
</style>
background-color css
<style>
a { background-color: #538853; }
a { background-color: rgb(83,136,83); }
div.DivClassName
{
background-color: #538853;
}
.BgClassName
{
background-color: #538853;
}
</style>
border-color css
<style>
span { border-color: #538853; }
span { border-color: rgb(83,136,83); }
td.TdClassName
{
border-color: #538853;
}
.TagClassName
{
border-color: #538853;
}
</style>