Shades of Hippie Green #538450
Tints of Hippie Green #538450
RGB
CMYK
RGB Variations
Color information
#538450 (or 0x538450) is known color: Hippie Green. HEX triplet: 53, 84 and 50. RGB value is (83,132,80). Sum of RGB (Red+Green+Blue) = 83+132+80=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 132 (51.95% from 255 or 44.75% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 132 - color contains mainly: green. Hex color #538450 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538450 is #AC7BAF. Grayscale: #6F6F6F. Windows color (decimal): -11303856 or 5276755. OLE color: 5276755.
HSL color Cylindrical-coordinate representation of color #538450: hue angle of 116.54º degrees, saturation: 0.25, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538450 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 83 | 132 | 80 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.48 |
| HSL | 116.54º | 0.25% | 0.42% | - |
| HSV(B) | 116.54º | 0.39% | 0.52% | - |
| XYZ | 13.27 | 18.92 | 10.54 | - |
| YUV | 111.42 | 110.27 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 132 | 80 | 0.37 | 0 | 0.39 | 0.48 | 116.54 | 0.25 | 0.42 |
| Hex | 53 | 84 | 50 | 25 | 0 | 27 | 30 | 75 | 19 | 2A |
| Octal | 123 | 204 | 120 | 45 | 0 | 47 | 60 | 165 | 31 | 52 |
| Binary | 1010011 | 10000100 | 1010000 | 100101 | 0 | 100111 | 110000 | 1110101 | 11001 | 101010 |
Color Harmonies of #538450
Complementary color
Monochromatic Colors of #538450
Black with #538450
Text Example
Text Example
White with #538450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538450; }
p { color: rgb(83,132,80); }
H1.HeaderClassName
{
color: #538450;
}
.AnyTagClassName
{
color: #538450;
}
</style>
background-color css
<style>
a { background-color: #538450; }
a { background-color: rgb(83,132,80); }
div.DivClassName
{
background-color: #538450;
}
.BgClassName
{
background-color: #538450;
}
</style>
border-color css
<style>
span { border-color: #538450; }
span { border-color: rgb(83,132,80); }
td.TdClassName
{
border-color: #538450;
}
.TagClassName
{
border-color: #538450;
}
</style>