Shades of Hippie Green #538750
Tints of Hippie Green #538750
RGB
CMYK
RGB Variations
Color information
#538750 (or 0x538750) is known color: Hippie Green. HEX triplet: 53, 87 and 50. RGB value is (83,135,80). Sum of RGB (Red+Green+Blue) = 83+135+80=298 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.85% from 298); Green value is 135 (53.12% from 255 or 45.30% from 298); Blue value is 80 (31.64% from 255 or 26.85% from 298); Max value from RGB is 135 - color contains mainly: green. Hex color #538750 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538750 is #AC78AF. Grayscale: #717171. Windows color (decimal): -11303088 or 5277523. OLE color: 5277523.
HSL color Cylindrical-coordinate representation of color #538750: hue angle of 116.73º degrees, saturation: 0.26, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538750 is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 135 | 80 | - |
| CMYK | 0.39 | 0 | 0.41 | 0.47 |
| HSL | 116.73º | 0.26% | 0.42% | - |
| HSV(B) | 116.73º | 0.41% | 0.53% | - |
| XYZ | 13.68 | 19.75 | 10.68 | - |
| YUV | 113.18 | 109.27 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 135 | 80 | 0.39 | 0 | 0.41 | 0.47 | 116.73 | 0.26 | 0.42 |
| Hex | 53 | 87 | 50 | 27 | 0 | 29 | 2F | 75 | 1A | 2A |
| Octal | 123 | 207 | 120 | 47 | 0 | 51 | 57 | 165 | 32 | 52 |
| Binary | 1010011 | 10000111 | 1010000 | 100111 | 0 | 101001 | 101111 | 1110101 | 11010 | 101010 |
Color Harmonies of #538750
Complementary color
Monochromatic Colors of #538750
Black with #538750
Text Example
Text Example
White with #538750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538750; }
p { color: rgb(83,135,80); }
H1.HeaderClassName
{
color: #538750;
}
.AnyTagClassName
{
color: #538750;
}
</style>
background-color css
<style>
a { background-color: #538750; }
a { background-color: rgb(83,135,80); }
div.DivClassName
{
background-color: #538750;
}
.BgClassName
{
background-color: #538750;
}
</style>
border-color css
<style>
span { border-color: #538750; }
span { border-color: rgb(83,135,80); }
td.TdClassName
{
border-color: #538750;
}
.TagClassName
{
border-color: #538750;
}
</style>