Shades of Hippie Green #538352
Tints of Hippie Green #538352
RGB
CMYK
RGB Variations
Color information
#538352 (or 0x538352) is known color: Hippie Green. HEX triplet: 53, 83 and 52. RGB value is (83,131,82). Sum of RGB (Red+Green+Blue) = 83+131+82=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 82 (32.42% from 255 or 27.70% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #538352 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538352 is #AC7CAD. Grayscale: #6F6F6F. Windows color (decimal): -11304110 or 5407571. OLE color: 5407571.
HSL color Cylindrical-coordinate representation of color #538352: hue angle of 118.78º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #538352 is Cyan = 0.37, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 82 | - |
| CMYK | 0.37 | 0 | 0.37 | 0.49 |
| HSL | 118.78º | 0.23% | 0.42% | - |
| HSV(B) | 118.78º | 0.37% | 0.51% | - |
| XYZ | 13.21 | 18.68 | 10.89 | - |
| YUV | 111.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 82 | 0.37 | 0 | 0.37 | 0.49 | 118.78 | 0.23 | 0.42 |
| Hex | 53 | 83 | 52 | 25 | 0 | 25 | 31 | 77 | 17 | 2A |
| Octal | 123 | 203 | 122 | 45 | 0 | 45 | 61 | 167 | 27 | 52 |
| Binary | 1010011 | 10000011 | 1010010 | 100101 | 0 | 100101 | 110001 | 1110111 | 10111 | 101010 |
Color Harmonies of #538352
Complementary color
Monochromatic Colors of #538352
Black with #538352
Text Example
Text Example
White with #538352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538352; }
p { color: rgb(83,131,82); }
H1.HeaderClassName
{
color: #538352;
}
.AnyTagClassName
{
color: #538352;
}
</style>
background-color css
<style>
a { background-color: #538352; }
a { background-color: rgb(83,131,82); }
div.DivClassName
{
background-color: #538352;
}
.BgClassName
{
background-color: #538352;
}
</style>
border-color css
<style>
span { border-color: #538352; }
span { border-color: rgb(83,131,82); }
td.TdClassName
{
border-color: #538352;
}
.TagClassName
{
border-color: #538352;
}
</style>