Shades of Hippie Green #538A56
Tints of Hippie Green #538A56
RGB
CMYK
RGB Variations
Color information
#538A56 (or 0x538A56) is known color: Hippie Green. HEX triplet: 53, 8A and 56. RGB value is (83,138,86). Sum of RGB (Red+Green+Blue) = 83+138+86=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 138 (54.30% from 255 or 44.95% from 307); Blue value is 86 (33.98% from 255 or 28.01% from 307); Max value from RGB is 138 - color contains mainly: green. Hex color #538A56 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538A56 is #AC75A9. Grayscale: #737373. Windows color (decimal): -11302314 or 5671507. OLE color: 5671507.
HSL color Cylindrical-coordinate representation of color #538A56: hue angle of 123.27º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #538A56 is Cyan = 0.40, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 83 | 138 | 86 | - |
| CMYK | 0.40 | 0 | 0.38 | 0.46 |
| HSL | 123.27º | 0.25% | 0.43% | - |
| HSV(B) | 123.27º | 0.4% | 0.54% | - |
| XYZ | 14.34 | 20.69 | 12.04 | - |
| YUV | 115.63 | 111.28 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 138 | 86 | 0.40 | 0 | 0.38 | 0.46 | 123.27 | 0.25 | 0.43 |
| Hex | 53 | 8A | 56 | 28 | 0 | 26 | 2E | 7B | 19 | 2B |
| Octal | 123 | 212 | 126 | 50 | 0 | 46 | 56 | 173 | 31 | 53 |
| Binary | 1010011 | 10001010 | 1010110 | 101000 | 0 | 100110 | 101110 | 1111011 | 11001 | 101011 |
Color Harmonies of #538A56
Complementary color
Monochromatic Colors of #538A56
Black with #538A56
Text Example
Text Example
White with #538A56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538A56; }
p { color: rgb(83,138,86); }
H1.HeaderClassName
{
color: #538A56;
}
.AnyTagClassName
{
color: #538A56;
}
</style>
background-color css
<style>
a { background-color: #538A56; }
a { background-color: rgb(83,138,86); }
div.DivClassName
{
background-color: #538A56;
}
.BgClassName
{
background-color: #538A56;
}
</style>
border-color css
<style>
span { border-color: #538A56; }
span { border-color: rgb(83,138,86); }
td.TdClassName
{
border-color: #538A56;
}
.TagClassName
{
border-color: #538A56;
}
</style>