Shades of Hippie Green #538D53
Tints of Hippie Green #538D53
RGB
CMYK
RGB Variations
Color information
#538D53 (or 0x538D53) is known color: Hippie Green. HEX triplet: 53, 8D and 53. RGB value is (83,141,83). Sum of RGB (Red+Green+Blue) = 83+141+83=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 141 (55.47% from 255 or 45.93% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 141 - color contains mainly: green. Hex color #538D53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538D53 is #AC72AC. Grayscale: #757575. Windows color (decimal): -11301549 or 5475667. OLE color: 5475667.
HSL color Cylindrical-coordinate representation of color #538D53: hue angle of 120º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #538D53 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 83 | 141 | 83 | - |
| CMYK | 0.41 | 0 | 0.41 | 0.45 |
| HSL | 120º | 0.26% | 0.44% | - |
| HSV(B) | 120º | 0.41% | 0.55% | - |
| XYZ | 14.65 | 21.51 | 11.56 | - |
| YUV | 117.05 | 108.78 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 141 | 83 | 0.41 | 0 | 0.41 | 0.45 | 120 | 0.26 | 0.44 |
| Hex | 53 | 8D | 53 | 29 | 0 | 29 | 2D | 78 | 1A | 2C |
| Octal | 123 | 215 | 123 | 51 | 0 | 51 | 55 | 170 | 32 | 54 |
| Binary | 1010011 | 10001101 | 1010011 | 101001 | 0 | 101001 | 101101 | 1111000 | 11010 | 101100 |
Color Harmonies of #538D53
Complementary color
Monochromatic Colors of #538D53
Black with #538D53
Text Example
Text Example
White with #538D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538D53; }
p { color: rgb(83,141,83); }
H1.HeaderClassName
{
color: #538D53;
}
.AnyTagClassName
{
color: #538D53;
}
</style>
background-color css
<style>
a { background-color: #538D53; }
a { background-color: rgb(83,141,83); }
div.DivClassName
{
background-color: #538D53;
}
.BgClassName
{
background-color: #538D53;
}
</style>
border-color css
<style>
span { border-color: #538D53; }
span { border-color: rgb(83,141,83); }
td.TdClassName
{
border-color: #538D53;
}
.TagClassName
{
border-color: #538D53;
}
</style>