Shades of Hippie Green #538653
Tints of Hippie Green #538653
RGB
CMYK
RGB Variations
Color information
#538653 (or 0x538653) is known color: Hippie Green. HEX triplet: 53, 86 and 53. RGB value is (83,134,83). Sum of RGB (Red+Green+Blue) = 83+134+83=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 83 (32.81% from 255 or 27.67% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #538653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538653 is #AC79AC. Grayscale: #717171. Windows color (decimal): -11303341 or 5473875. OLE color: 5473875.
HSL color Cylindrical-coordinate representation of color #538653: hue angle of 120º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #538653 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 83 | 134 | 83 | - |
| CMYK | 0.38 | 0 | 0.38 | 0.47 |
| HSL | 120º | 0.24% | 0.43% | - |
| HSV(B) | 120º | 0.38% | 0.53% | - |
| XYZ | 13.65 | 19.51 | 11.23 | - |
| YUV | 112.94 | 111.1 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 134 | 83 | 0.38 | 0 | 0.38 | 0.47 | 120 | 0.24 | 0.43 |
| Hex | 53 | 86 | 53 | 26 | 0 | 26 | 2F | 78 | 18 | 2B |
| Octal | 123 | 206 | 123 | 46 | 0 | 46 | 57 | 170 | 30 | 53 |
| Binary | 1010011 | 10000110 | 1010011 | 100110 | 0 | 100110 | 101111 | 1111000 | 11000 | 101011 |
Color Harmonies of #538653
Complementary color
Monochromatic Colors of #538653
Black with #538653
Text Example
Text Example
White with #538653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538653; }
p { color: rgb(83,134,83); }
H1.HeaderClassName
{
color: #538653;
}
.AnyTagClassName
{
color: #538653;
}
</style>
background-color css
<style>
a { background-color: #538653; }
a { background-color: rgb(83,134,83); }
div.DivClassName
{
background-color: #538653;
}
.BgClassName
{
background-color: #538653;
}
</style>
border-color css
<style>
span { border-color: #538653; }
span { border-color: rgb(83,134,83); }
td.TdClassName
{
border-color: #538653;
}
.TagClassName
{
border-color: #538653;
}
</style>