Shades of Hippie Green #538F58
Tints of Hippie Green #538F58
RGB
CMYK
RGB Variations
Color information
#538F58 (or 0x538F58) is known color: Hippie Green. HEX triplet: 53, 8F and 58. RGB value is (83,143,88). Sum of RGB (Red+Green+Blue) = 83+143+88=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 143 (56.25% from 255 or 45.54% from 314); Blue value is 88 (34.77% from 255 or 28.03% from 314); Max value from RGB is 143 - color contains mainly: green. Hex color #538F58 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538F58 is #AC70A7. Grayscale: #767676. Windows color (decimal): -11301032 or 5803859. OLE color: 5803859.
HSL color Cylindrical-coordinate representation of color #538F58: hue angle of 125º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #538F58 is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 83 | 143 | 88 | - |
| CMYK | 0.42 | 0 | 0.38 | 0.44 |
| HSL | 125º | 0.27% | 0.44% | - |
| HSV(B) | 125º | 0.42% | 0.56% | - |
| XYZ | 15.15 | 22.19 | 12.72 | - |
| YUV | 118.79 | 110.62 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 143 | 88 | 0.42 | 0 | 0.38 | 0.44 | 125 | 0.27 | 0.44 |
| Hex | 53 | 8F | 58 | 2A | 0 | 26 | 2C | 7D | 1B | 2C |
| Octal | 123 | 217 | 130 | 52 | 0 | 46 | 54 | 175 | 33 | 54 |
| Binary | 1010011 | 10001111 | 1011000 | 101010 | 0 | 100110 | 101100 | 1111101 | 11011 | 101100 |
Color Harmonies of #538F58
Complementary color
Monochromatic Colors of #538F58
Black with #538F58
Text Example
Text Example
White with #538F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538F58; }
p { color: rgb(83,143,88); }
H1.HeaderClassName
{
color: #538F58;
}
.AnyTagClassName
{
color: #538F58;
}
</style>
background-color css
<style>
a { background-color: #538F58; }
a { background-color: rgb(83,143,88); }
div.DivClassName
{
background-color: #538F58;
}
.BgClassName
{
background-color: #538F58;
}
</style>
border-color css
<style>
span { border-color: #538F58; }
span { border-color: rgb(83,143,88); }
td.TdClassName
{
border-color: #538F58;
}
.TagClassName
{
border-color: #538F58;
}
</style>