Shades of Hippie Green #54904E
Tints of Hippie Green #54904E
RGB
CMYK
RGB Variations
Color information
#54904E (or 0x54904E) is known color: Hippie Green. HEX triplet: 54, 90 and 4E. RGB value is (84,144,78). Sum of RGB (Red+Green+Blue) = 84+144+78=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #54904E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54904E is #AB6FB1. Grayscale: #767676. Windows color (decimal): -11235250 or 5148756. OLE color: 5148756.
HSL color Cylindrical-coordinate representation of color #54904E: hue angle of 114.55º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54904E is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 84 | 144 | 78 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.44 |
| HSL | 114.55º | 0.3% | 0.44% | - |
| HSV(B) | 114.55º | 0.46% | 0.56% | - |
| XYZ | 15 | 22.38 | 10.74 | - |
| YUV | 118.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 144 | 78 | 0.42 | 0 | 0.46 | 0.44 | 114.55 | 0.3 | 0.44 |
| Hex | 54 | 90 | 4E | 2A | 0 | 2E | 2C | 73 | 1E | 2C |
| Octal | 124 | 220 | 116 | 52 | 0 | 56 | 54 | 163 | 36 | 54 |
| Binary | 1010100 | 10010000 | 1001110 | 101010 | 0 | 101110 | 101100 | 1110011 | 11110 | 101100 |
Color Harmonies of #54904E
Complementary color
Monochromatic Colors of #54904E
Black with #54904E
Text Example
Text Example
White with #54904E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54904E; }
p { color: rgb(84,144,78); }
H1.HeaderClassName
{
color: #54904E;
}
.AnyTagClassName
{
color: #54904E;
}
</style>
background-color css
<style>
a { background-color: #54904E; }
a { background-color: rgb(84,144,78); }
div.DivClassName
{
background-color: #54904E;
}
.BgClassName
{
background-color: #54904E;
}
</style>
border-color css
<style>
span { border-color: #54904E; }
span { border-color: rgb(84,144,78); }
td.TdClassName
{
border-color: #54904E;
}
.TagClassName
{
border-color: #54904E;
}
</style>