Shades of Hippie Green #548E54
Tints of Hippie Green #548E54
RGB
CMYK
RGB Variations
Color information
#548E54 (or 0x548E54) is known color: Hippie Green. HEX triplet: 54, 8E and 54. RGB value is (84,142,84). Sum of RGB (Red+Green+Blue) = 84+142+84=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 142 (55.86% from 255 or 45.81% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 142 - color contains mainly: green. Hex color #548E54 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #548E54 is #AB71AB. Grayscale: #767676. Windows color (decimal): -11235756 or 5541460. OLE color: 5541460.
HSL color Cylindrical-coordinate representation of color #548E54: hue angle of 120º 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 #548E54 is Cyan = 0.41, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.44.
Color convert
RGB | 84 | 142 | 84 | - |
CMYK | 0.41 | 0 | 0.41 | 0.44 |
HSL | 120º | 0.26% | 0.44% | - |
HSV(B) | 120º | 0.41% | 0.56% | - |
XYZ | 14.93 | 21.87 | 11.82 | - |
YUV | 118.05 | 108.78 | 103.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 84 | 142 | 84 | 0.41 | 0 | 0.41 | 0.44 | 120 | 0.26 | 0.44 |
Hex | 54 | 8E | 54 | 29 | 0 | 29 | 2C | 78 | 1A | 2C |
Octal | 124 | 216 | 124 | 51 | 0 | 51 | 54 | 170 | 32 | 54 |
Binary | 1010100 | 10001110 | 1010100 | 101001 | 0 | 101001 | 101100 | 1111000 | 11010 | 101100 |
Color Harmonies of #548E54
Complementary color
Monochromatic Colors of #548E54
Black with #548E54
Text Example
Text Example
White with #548E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #548E54; }
p { color: rgb(84,142,84); }
H1.HeaderClassName
{
color: #548E54;
}
.AnyTagClassName
{
color: #548E54;
}
</style>
background-color css
<style>
a { background-color: #548E54; }
a { background-color: rgb(84,142,84); }
div.DivClassName
{
background-color: #548E54;
}
.BgClassName
{
background-color: #548E54;
}
</style>
border-color css
<style>
span { border-color: #548E54; }
span { border-color: rgb(84,142,84); }
td.TdClassName
{
border-color: #548E54;
}
.TagClassName
{
border-color: #548E54;
}
</style>