Shades of Hippie Green #539646
Tints of Hippie Green #539646
RGB
CMYK
RGB Variations
Color information
#539646 (or 0x539646) is known color: Hippie Green. HEX triplet: 53, 96 and 46. RGB value is (83,150,70). Sum of RGB (Red+Green+Blue) = 83+150+70=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 70 (27.73% from 255 or 23.10% from 303); Max value from RGB is 150 - color contains mainly: green. Hex color #539646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #539646 is #AC69B9. Grayscale: #797979. Windows color (decimal): -11299258 or 4626003. OLE color: 4626003.
HSL color Cylindrical-coordinate representation of color #539646: hue angle of 110.25º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #539646 is Cyan = 0.45, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 83 | 150 | 70 | - |
| CMYK | 0.45 | 0 | 0.53 | 0.41 |
| HSL | 110.25º | 0.36% | 0.43% | - |
| HSV(B) | 110.25º | 0.53% | 0.59% | - |
| XYZ | 15.58 | 24.09 | 9.62 | - |
| YUV | 120.85 | 99.3 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 150 | 70 | 0.45 | 0 | 0.53 | 0.41 | 110.25 | 0.36 | 0.43 |
| Hex | 53 | 96 | 46 | 2D | 0 | 35 | 29 | 6E | 24 | 2B |
| Octal | 123 | 226 | 106 | 55 | 0 | 65 | 51 | 156 | 44 | 53 |
| Binary | 1010011 | 10010110 | 1000110 | 101101 | 0 | 110101 | 101001 | 1101110 | 100100 | 101011 |
Color Harmonies of #539646
Complementary color
Monochromatic Colors of #539646
Black with #539646
Text Example
Text Example
White with #539646
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #539646; }
p { color: rgb(83,150,70); }
H1.HeaderClassName
{
color: #539646;
}
.AnyTagClassName
{
color: #539646;
}
</style>
background-color css
<style>
a { background-color: #539646; }
a { background-color: rgb(83,150,70); }
div.DivClassName
{
background-color: #539646;
}
.BgClassName
{
background-color: #539646;
}
</style>
border-color css
<style>
span { border-color: #539646; }
span { border-color: rgb(83,150,70); }
td.TdClassName
{
border-color: #539646;
}
.TagClassName
{
border-color: #539646;
}
</style>