Shades of Hippie Green #548E5A
Tints of Hippie Green #548E5A
RGB
CMYK
RGB Variations
Color information
#548E5A (or 0x548E5A) is known color: Hippie Green. HEX triplet: 54, 8E and 5A. RGB value is (84,142,90). Sum of RGB (Red+Green+Blue) = 84+142+90=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #548E5A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548E5A is #AB71A5. Grayscale: #767676. Windows color (decimal): -11235750 or 5934676. OLE color: 5934676.
HSL color Cylindrical-coordinate representation of color #548E5A: hue angle of 126.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #548E5A is Cyan = 0.41, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 142 | 90 | - |
| CMYK | 0.41 | 0 | 0.37 | 0.44 |
| HSL | 126.21º | 0.26% | 0.44% | - |
| HSV(B) | 126.21º | 0.41% | 0.56% | - |
| XYZ | 15.17 | 21.97 | 13.11 | - |
| YUV | 118.73 | 111.78 | 103.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 142 | 90 | 0.41 | 0 | 0.37 | 0.44 | 126.21 | 0.26 | 0.44 |
| Hex | 54 | 8E | 5A | 29 | 0 | 25 | 2C | 7E | 1A | 2C |
| Octal | 124 | 216 | 132 | 51 | 0 | 45 | 54 | 176 | 32 | 54 |
| Binary | 1010100 | 10001110 | 1011010 | 101001 | 0 | 100101 | 101100 | 1111110 | 11010 | 101100 |
Color Harmonies of #548E5A
Complementary color
Monochromatic Colors of #548E5A
Black with #548E5A
Text Example
Text Example
White with #548E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E5A; }
p { color: rgb(84,142,90); }
H1.HeaderClassName
{
color: #548E5A;
}
.AnyTagClassName
{
color: #548E5A;
}
</style>
background-color css
<style>
a { background-color: #548E5A; }
a { background-color: rgb(84,142,90); }
div.DivClassName
{
background-color: #548E5A;
}
.BgClassName
{
background-color: #548E5A;
}
</style>
border-color css
<style>
span { border-color: #548E5A; }
span { border-color: rgb(84,142,90); }
td.TdClassName
{
border-color: #548E5A;
}
.TagClassName
{
border-color: #548E5A;
}
</style>