Shades of Hippie Green #538051
Tints of Hippie Green #538051
RGB
CMYK
RGB Variations
Color information
#538051 (or 0x538051) is known color: Hippie Green. HEX triplet: 53, 80 and 51. RGB value is (83,128,81). Sum of RGB (Red+Green+Blue) = 83+128+81=292 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.42% from 292); Green value is 128 (50.39% from 255 or 43.84% from 292); Blue value is 81 (32.03% from 255 or 27.74% from 292); Max value from RGB is 128 - color contains mainly: green. Hex color #538051 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538051 is #AC7FAE. Grayscale: #6D6D6D. Windows color (decimal): -11304879 or 5341267. OLE color: 5341267.
HSL color Cylindrical-coordinate representation of color #538051: hue angle of 117.45º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538051 is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 83 | 128 | 81 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.50 |
| HSL | 117.45º | 0.22% | 0.41% | - |
| HSV(B) | 117.45º | 0.37% | 0.5% | - |
| XYZ | 12.77 | 17.87 | 10.56 | - |
| YUV | 109.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 128 | 81 | 0.35 | 0 | 0.37 | 0.50 | 117.45 | 0.22 | 0.41 |
| Hex | 53 | 80 | 51 | 23 | 0 | 25 | 32 | 75 | 16 | 29 |
| Octal | 123 | 200 | 121 | 43 | 0 | 45 | 62 | 165 | 26 | 51 |
| Binary | 1010011 | 10000000 | 1010001 | 100011 | 0 | 100101 | 110010 | 1110101 | 10110 | 101001 |
Color Harmonies of #538051
Complementary color
Monochromatic Colors of #538051
Black with #538051
Text Example
Text Example
White with #538051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538051; }
p { color: rgb(83,128,81); }
H1.HeaderClassName
{
color: #538051;
}
.AnyTagClassName
{
color: #538051;
}
</style>
background-color css
<style>
a { background-color: #538051; }
a { background-color: rgb(83,128,81); }
div.DivClassName
{
background-color: #538051;
}
.BgClassName
{
background-color: #538051;
}
</style>
border-color css
<style>
span { border-color: #538051; }
span { border-color: rgb(83,128,81); }
td.TdClassName
{
border-color: #538051;
}
.TagClassName
{
border-color: #538051;
}
</style>