Shades of Hippie Green #538550
Tints of Hippie Green #538550
RGB
CMYK
RGB Variations
Color information
#538550 (or 0x538550) is known color: Hippie Green. HEX triplet: 53, 85 and 50. RGB value is (83,133,80). Sum of RGB (Red+Green+Blue) = 83+133+80=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 133 (52.34% from 255 or 44.93% from 296); Blue value is 80 (31.64% from 255 or 27.03% from 296); Max value from RGB is 133 - color contains mainly: green. Hex color #538550 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538550 is #AC7AAF. Grayscale: #707070. Windows color (decimal): -11303600 or 5277011. OLE color: 5277011.
HSL color Cylindrical-coordinate representation of color #538550: hue angle of 116.6º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538550 is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 133 | 80 | - |
| CMYK | 0.38 | 0 | 0.40 | 0.48 |
| HSL | 116.6º | 0.25% | 0.42% | - |
| HSV(B) | 116.6º | 0.4% | 0.52% | - |
| XYZ | 13.4 | 19.19 | 10.59 | - |
| YUV | 112.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 133 | 80 | 0.38 | 0 | 0.40 | 0.48 | 116.6 | 0.25 | 0.42 |
| Hex | 53 | 85 | 50 | 26 | 0 | 28 | 30 | 75 | 19 | 2A |
| Octal | 123 | 205 | 120 | 46 | 0 | 50 | 60 | 165 | 31 | 52 |
| Binary | 1010011 | 10000101 | 1010000 | 100110 | 0 | 101000 | 110000 | 1110101 | 11001 | 101010 |
Color Harmonies of #538550
Complementary color
Monochromatic Colors of #538550
Black with #538550
Text Example
Text Example
White with #538550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538550; }
p { color: rgb(83,133,80); }
H1.HeaderClassName
{
color: #538550;
}
.AnyTagClassName
{
color: #538550;
}
</style>
background-color css
<style>
a { background-color: #538550; }
a { background-color: rgb(83,133,80); }
div.DivClassName
{
background-color: #538550;
}
.BgClassName
{
background-color: #538550;
}
</style>
border-color css
<style>
span { border-color: #538550; }
span { border-color: rgb(83,133,80); }
td.TdClassName
{
border-color: #538550;
}
.TagClassName
{
border-color: #538550;
}
</style>