Shades of Hippie Green #538855
Tints of Hippie Green #538855
RGB
CMYK
RGB Variations
Color information
#538855 (or 0x538855) is known color: Hippie Green. HEX triplet: 53, 88 and 55. RGB value is (83,136,85). Sum of RGB (Red+Green+Blue) = 83+136+85=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 136 (53.52% from 255 or 44.74% from 304); Blue value is 85 (33.59% from 255 or 27.96% from 304); Max value from RGB is 136 - color contains mainly: green. Hex color #538855 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538855 is #AC77AA. Grayscale: #727272. Windows color (decimal): -11302827 or 5605459. OLE color: 5605459.
HSL color Cylindrical-coordinate representation of color #538855: hue angle of 122.26º 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 #538855 is Cyan = 0.39, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 136 | 85 | - |
| CMYK | 0.39 | 0 | 0.38 | 0.47 |
| HSL | 122.26º | 0.24% | 0.43% | - |
| HSV(B) | 122.26º | 0.39% | 0.53% | - |
| XYZ | 14.01 | 20.1 | 11.74 | - |
| YUV | 114.34 | 111.44 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 136 | 85 | 0.39 | 0 | 0.38 | 0.47 | 122.26 | 0.24 | 0.43 |
| Hex | 53 | 88 | 55 | 27 | 0 | 26 | 2F | 7A | 18 | 2B |
| Octal | 123 | 210 | 125 | 47 | 0 | 46 | 57 | 172 | 30 | 53 |
| Binary | 1010011 | 10001000 | 1010101 | 100111 | 0 | 100110 | 101111 | 1111010 | 11000 | 101011 |
Color Harmonies of #538855
Complementary color
Monochromatic Colors of #538855
Black with #538855
Text Example
Text Example
White with #538855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538855; }
p { color: rgb(83,136,85); }
H1.HeaderClassName
{
color: #538855;
}
.AnyTagClassName
{
color: #538855;
}
</style>
background-color css
<style>
a { background-color: #538855; }
a { background-color: rgb(83,136,85); }
div.DivClassName
{
background-color: #538855;
}
.BgClassName
{
background-color: #538855;
}
</style>
border-color css
<style>
span { border-color: #538855; }
span { border-color: rgb(83,136,85); }
td.TdClassName
{
border-color: #538855;
}
.TagClassName
{
border-color: #538855;
}
</style>