Shades of Hippie Green #538F50
Tints of Hippie Green #538F50
RGB
CMYK
RGB Variations
Color information
#538F50 (or 0x538F50) is known color: Hippie Green. HEX triplet: 53, 8F and 50. RGB value is (83,143,80). Sum of RGB (Red+Green+Blue) = 83+143+80=306 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.12% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #538F50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F50 is #AC70AF. Grayscale: #767676. Windows color (decimal): -11301040 or 5279571. OLE color: 5279571.
HSL color Cylindrical-coordinate representation of color #538F50: hue angle of 117.14º degrees, saturation: 0.28, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #538F50 is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 80 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.44 |
| HSL | 117.14º | 0.28% | 0.44% | - |
| HSV(B) | 117.14º | 0.44% | 0.56% | - |
| XYZ | 14.84 | 22.06 | 11.07 | - |
| YUV | 117.88 | 106.62 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 80 | 0.42 | 0 | 0.44 | 0.44 | 117.14 | 0.28 | 0.44 |
| Hex | 53 | 8F | 50 | 2A | 0 | 2C | 2C | 75 | 1C | 2C |
| Octal | 123 | 217 | 120 | 52 | 0 | 54 | 54 | 165 | 34 | 54 |
| Binary | 1010011 | 10001111 | 1010000 | 101010 | 0 | 101100 | 101100 | 1110101 | 11100 | 101100 |
Color Harmonies of #538F50
Complementary color
Monochromatic Colors of #538F50
Black with #538F50
Text Example
Text Example
White with #538F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F50; }
p { color: rgb(83,143,80); }
H1.HeaderClassName
{
color: #538F50;
}
.AnyTagClassName
{
color: #538F50;
}
</style>
background-color css
<style>
a { background-color: #538F50; }
a { background-color: rgb(83,143,80); }
div.DivClassName
{
background-color: #538F50;
}
.BgClassName
{
background-color: #538F50;
}
</style>
border-color css
<style>
span { border-color: #538F50; }
span { border-color: rgb(83,143,80); }
td.TdClassName
{
border-color: #538F50;
}
.TagClassName
{
border-color: #538F50;
}
</style>