Shades of Hippie Green #539250
Tints of Hippie Green #539250
RGB
CMYK
RGB Variations
Color information
#539250 (or 0x539250) is known color: Hippie Green. HEX triplet: 53, 92 and 50. RGB value is (83,146,80). Sum of RGB (Red+Green+Blue) = 83+146+80=309 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.86% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #539250 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539250 is #AC6DAF. Grayscale: #777777. Windows color (decimal): -11300272 or 5280339. OLE color: 5280339.
HSL color Cylindrical-coordinate representation of color #539250: hue angle of 117.27º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539250 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 83 | 146 | 80 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.43 |
| HSL | 117.27º | 0.29% | 0.44% | - |
| HSV(B) | 117.27º | 0.45% | 0.57% | - |
| XYZ | 15.29 | 22.98 | 11.22 | - |
| YUV | 119.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 146 | 80 | 0.43 | 0 | 0.45 | 0.43 | 117.27 | 0.29 | 0.44 |
| Hex | 53 | 92 | 50 | 2B | 0 | 2D | 2B | 75 | 1D | 2C |
| Octal | 123 | 222 | 120 | 53 | 0 | 55 | 53 | 165 | 35 | 54 |
| Binary | 1010011 | 10010010 | 1010000 | 101011 | 0 | 101101 | 101011 | 1110101 | 11101 | 101100 |
Color Harmonies of #539250
Complementary color
Monochromatic Colors of #539250
Black with #539250
Text Example
Text Example
White with #539250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539250; }
p { color: rgb(83,146,80); }
H1.HeaderClassName
{
color: #539250;
}
.AnyTagClassName
{
color: #539250;
}
</style>
background-color css
<style>
a { background-color: #539250; }
a { background-color: rgb(83,146,80); }
div.DivClassName
{
background-color: #539250;
}
.BgClassName
{
background-color: #539250;
}
</style>
border-color css
<style>
span { border-color: #539250; }
span { border-color: rgb(83,146,80); }
td.TdClassName
{
border-color: #539250;
}
.TagClassName
{
border-color: #539250;
}
</style>