Shades of Hippie Green #548B4B
Tints of Hippie Green #548B4B
RGB
CMYK
RGB Variations
Color information
#548B4B (or 0x548B4B) is known color: Hippie Green. HEX triplet: 54, 8B and 4B. RGB value is (84,139,75). Sum of RGB (Red+Green+Blue) = 84+139+75=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 75 (29.69% from 255 or 25.17% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #548B4B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #548B4B is #AB74B4. Grayscale: #737373. Windows color (decimal): -11236533 or 4950868. OLE color: 4950868.
HSL color Cylindrical-coordinate representation of color #548B4B: hue angle of 111.56º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #548B4B is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 84 | 139 | 75 | - |
| CMYK | 0.40 | 0 | 0.46 | 0.45 |
| HSL | 111.56º | 0.3% | 0.42% | - |
| HSV(B) | 111.56º | 0.46% | 0.55% | - |
| XYZ | 14.16 | 20.86 | 9.94 | - |
| YUV | 115.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 139 | 75 | 0.40 | 0 | 0.46 | 0.45 | 111.56 | 0.3 | 0.42 |
| Hex | 54 | 8B | 4B | 28 | 0 | 2E | 2D | 70 | 1E | 2A |
| Octal | 124 | 213 | 113 | 50 | 0 | 56 | 55 | 160 | 36 | 52 |
| Binary | 1010100 | 10001011 | 1001011 | 101000 | 0 | 101110 | 101101 | 1110000 | 11110 | 101010 |
Color Harmonies of #548B4B
Complementary color
Monochromatic Colors of #548B4B
Black with #548B4B
Text Example
Text Example
White with #548B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548B4B; }
p { color: rgb(84,139,75); }
H1.HeaderClassName
{
color: #548B4B;
}
.AnyTagClassName
{
color: #548B4B;
}
</style>
background-color css
<style>
a { background-color: #548B4B; }
a { background-color: rgb(84,139,75); }
div.DivClassName
{
background-color: #548B4B;
}
.BgClassName
{
background-color: #548B4B;
}
</style>
border-color css
<style>
span { border-color: #548B4B; }
span { border-color: rgb(84,139,75); }
td.TdClassName
{
border-color: #548B4B;
}
.TagClassName
{
border-color: #548B4B;
}
</style>