Shades of Hippie Green #538252
Tints of Hippie Green #538252
RGB
CMYK
RGB Variations
Color information
#538252 (or 0x538252) is known color: Hippie Green. HEX triplet: 53, 82 and 52. RGB value is (83,130,82). Sum of RGB (Red+Green+Blue) = 83+130+82=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 82 (32.42% from 255 or 27.80% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #538252 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538252 is #AC7DAD. Grayscale: #6E6E6E. Windows color (decimal): -11304366 or 5407315. OLE color: 5407315.
HSL color Cylindrical-coordinate representation of color #538252: hue angle of 118.75º 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 #538252 is Cyan = 0.36, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 130 | 82 | - |
| CMYK | 0.36 | 0 | 0.37 | 0.49 |
| HSL | 118.75º | 0.23% | 0.42% | - |
| HSV(B) | 118.75º | 0.37% | 0.51% | - |
| XYZ | 13.07 | 18.41 | 10.85 | - |
| YUV | 110.48 | 111.93 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 130 | 82 | 0.36 | 0 | 0.37 | 0.49 | 118.75 | 0.23 | 0.42 |
| Hex | 53 | 82 | 52 | 24 | 0 | 25 | 31 | 77 | 17 | 2A |
| Octal | 123 | 202 | 122 | 44 | 0 | 45 | 61 | 167 | 27 | 52 |
| Binary | 1010011 | 10000010 | 1010010 | 100100 | 0 | 100101 | 110001 | 1110111 | 10111 | 101010 |
Color Harmonies of #538252
Complementary color
Monochromatic Colors of #538252
Black with #538252
Text Example
Text Example
White with #538252
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538252; }
p { color: rgb(83,130,82); }
H1.HeaderClassName
{
color: #538252;
}
.AnyTagClassName
{
color: #538252;
}
</style>
background-color css
<style>
a { background-color: #538252; }
a { background-color: rgb(83,130,82); }
div.DivClassName
{
background-color: #538252;
}
.BgClassName
{
background-color: #538252;
}
</style>
border-color css
<style>
span { border-color: #538252; }
span { border-color: rgb(83,130,82); }
td.TdClassName
{
border-color: #538252;
}
.TagClassName
{
border-color: #538252;
}
</style>