Shades of Hippie Green #548953
Tints of Hippie Green #548953
RGB
CMYK
RGB Variations
Color information
#548953 (or 0x548953) is known color: Hippie Green. HEX triplet: 54, 89 and 53. RGB value is (84,137,83). Sum of RGB (Red+Green+Blue) = 84+137+83=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 137 (53.91% from 255 or 45.07% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 137 - color contains mainly: green. Hex color #548953 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548953 is #AB76AC. Grayscale: #737373. Windows color (decimal): -11237037 or 5474644. OLE color: 5474644.
HSL color Cylindrical-coordinate representation of color #548953: hue angle of 118.89º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548953 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 137 | 83 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.46 |
| HSL | 118.89º | 0.25% | 0.43% | - |
| HSV(B) | 118.89º | 0.39% | 0.54% | - |
| XYZ | 14.16 | 20.4 | 11.37 | - |
| YUV | 115 | 109.94 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 137 | 83 | 0.39 | 0 | 0.39 | 0.46 | 118.89 | 0.25 | 0.43 |
| Hex | 54 | 89 | 53 | 27 | 0 | 27 | 2E | 77 | 19 | 2B |
| Octal | 124 | 211 | 123 | 47 | 0 | 47 | 56 | 167 | 31 | 53 |
| Binary | 1010100 | 10001001 | 1010011 | 100111 | 0 | 100111 | 101110 | 1110111 | 11001 | 101011 |
Color Harmonies of #548953
Complementary color
Monochromatic Colors of #548953
Black with #548953
Text Example
Text Example
White with #548953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548953; }
p { color: rgb(84,137,83); }
H1.HeaderClassName
{
color: #548953;
}
.AnyTagClassName
{
color: #548953;
}
</style>
background-color css
<style>
a { background-color: #548953; }
a { background-color: rgb(84,137,83); }
div.DivClassName
{
background-color: #548953;
}
.BgClassName
{
background-color: #548953;
}
</style>
border-color css
<style>
span { border-color: #548953; }
span { border-color: rgb(84,137,83); }
td.TdClassName
{
border-color: #548953;
}
.TagClassName
{
border-color: #548953;
}
</style>