Shades of Hippie Green #548A5B
Tints of Hippie Green #548A5B
RGB
CMYK
RGB Variations
Color information
#548A5B (or 0x548A5B) is known color: Hippie Green. HEX triplet: 54, 8A and 5B. RGB value is (84,138,91). Sum of RGB (Red+Green+Blue) = 84+138+91=313 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.84% from 313); Green value is 138 (54.30% from 255 or 44.09% from 313); Blue value is 91 (35.94% from 255 or 29.07% from 313); Max value from RGB is 138 - color contains mainly: green. Hex color #548A5B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548A5B is #AB75A4. Grayscale: #747474. Windows color (decimal): -11236773 or 5999188. OLE color: 5999188.
HSL color Cylindrical-coordinate representation of color #548A5B: hue angle of 127.78º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #548A5B is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 84 | 138 | 91 | - |
| CMYK | 0.39 | 0 | 0.34 | 0.46 |
| HSL | 127.78º | 0.24% | 0.44% | - |
| HSV(B) | 127.78º | 0.39% | 0.54% | - |
| XYZ | 14.63 | 20.82 | 13.14 | - |
| YUV | 116.5 | 113.61 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 138 | 91 | 0.39 | 0 | 0.34 | 0.46 | 127.78 | 0.24 | 0.44 |
| Hex | 54 | 8A | 5B | 27 | 0 | 22 | 2E | 80 | 18 | 2C |
| Octal | 124 | 212 | 133 | 47 | 0 | 42 | 56 | 200 | 30 | 54 |
| Binary | 1010100 | 10001010 | 1011011 | 100111 | 0 | 100010 | 101110 | 10000000 | 11000 | 101100 |
Color Harmonies of #548A5B
Complementary color
Monochromatic Colors of #548A5B
Black with #548A5B
Text Example
Text Example
White with #548A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548A5B; }
p { color: rgb(84,138,91); }
H1.HeaderClassName
{
color: #548A5B;
}
.AnyTagClassName
{
color: #548A5B;
}
</style>
background-color css
<style>
a { background-color: #548A5B; }
a { background-color: rgb(84,138,91); }
div.DivClassName
{
background-color: #548A5B;
}
.BgClassName
{
background-color: #548A5B;
}
</style>
border-color css
<style>
span { border-color: #548A5B; }
span { border-color: rgb(84,138,91); }
td.TdClassName
{
border-color: #548A5B;
}
.TagClassName
{
border-color: #548A5B;
}
</style>