Shades of Hippie Green #548B51
Tints of Hippie Green #548B51
RGB
CMYK
RGB Variations
Color information
#548B51 (or 0x548B51) is known color: Hippie Green. HEX triplet: 54, 8B and 51. RGB value is (84,139,81). Sum of RGB (Red+Green+Blue) = 84+139+81=304 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.63% from 304); Green value is 139 (54.69% from 255 or 45.72% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 139 - color contains mainly: green. Hex color #548B51 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548B51 is #AB74AE. Grayscale: #747474. Windows color (decimal): -11236527 or 5344084. OLE color: 5344084.
HSL color Cylindrical-coordinate representation of color #548B51: hue angle of 116.9º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #548B51 is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 81 | - |
| CMYK | 0.40 | 0 | 0.42 | 0.45 |
| HSL | 116.9º | 0.26% | 0.43% | - |
| HSV(B) | 116.9º | 0.42% | 0.55% | - |
| XYZ | 14.37 | 20.94 | 11.07 | - |
| YUV | 115.94 | 108.28 | 105.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 81 | 0.40 | 0 | 0.42 | 0.45 | 116.9 | 0.26 | 0.43 |
| Hex | 54 | 8B | 51 | 28 | 0 | 2A | 2D | 75 | 1A | 2B |
| Octal | 124 | 213 | 121 | 50 | 0 | 52 | 55 | 165 | 32 | 53 |
| Binary | 1010100 | 10001011 | 1010001 | 101000 | 0 | 101010 | 101101 | 1110101 | 11010 | 101011 |
Color Harmonies of #548B51
Complementary color
Monochromatic Colors of #548B51
Black with #548B51
Text Example
Text Example
White with #548B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B51; }
p { color: rgb(84,139,81); }
H1.HeaderClassName
{
color: #548B51;
}
.AnyTagClassName
{
color: #548B51;
}
</style>
background-color css
<style>
a { background-color: #548B51; }
a { background-color: rgb(84,139,81); }
div.DivClassName
{
background-color: #548B51;
}
.BgClassName
{
background-color: #548B51;
}
</style>
border-color css
<style>
span { border-color: #548B51; }
span { border-color: rgb(84,139,81); }
td.TdClassName
{
border-color: #548B51;
}
.TagClassName
{
border-color: #548B51;
}
</style>