Shades of Hippie Green #538350
Tints of Hippie Green #538350
RGB
CMYK
RGB Variations
Color information
#538350 (or 0x538350) is known color: Hippie Green. HEX triplet: 53, 83 and 50. RGB value is (83,131,80). Sum of RGB (Red+Green+Blue) = 83+131+80=294 (38% of max value = 765). Red value is 83 (32.81% from 255 or 28.23% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 80 (31.64% from 255 or 27.21% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #538350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #538350 is #AC7CAF. Grayscale: #6E6E6E. Windows color (decimal): -11304112 or 5276499. OLE color: 5276499.
HSL color Cylindrical-coordinate representation of color #538350: hue angle of 116.47º degrees, saturation: 0.24, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #538350 is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 83 | 131 | 80 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.49 |
| HSL | 116.47º | 0.24% | 0.41% | - |
| HSV(B) | 116.47º | 0.39% | 0.51% | - |
| XYZ | 13.13 | 18.65 | 10.5 | - |
| YUV | 110.83 | 110.6 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 131 | 80 | 0.37 | 0 | 0.39 | 0.49 | 116.47 | 0.24 | 0.41 |
| Hex | 53 | 83 | 50 | 25 | 0 | 27 | 31 | 74 | 18 | 29 |
| Octal | 123 | 203 | 120 | 45 | 0 | 47 | 61 | 164 | 30 | 51 |
| Binary | 1010011 | 10000011 | 1010000 | 100101 | 0 | 100111 | 110001 | 1110100 | 11000 | 101001 |
Color Harmonies of #538350
Complementary color
Monochromatic Colors of #538350
Black with #538350
Text Example
Text Example
White with #538350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #538350; }
p { color: rgb(83,131,80); }
H1.HeaderClassName
{
color: #538350;
}
.AnyTagClassName
{
color: #538350;
}
</style>
background-color css
<style>
a { background-color: #538350; }
a { background-color: rgb(83,131,80); }
div.DivClassName
{
background-color: #538350;
}
.BgClassName
{
background-color: #538350;
}
</style>
border-color css
<style>
span { border-color: #538350; }
span { border-color: rgb(83,131,80); }
td.TdClassName
{
border-color: #538350;
}
.TagClassName
{
border-color: #538350;
}
</style>