Shades of Hippie Green #54954E
Tints of Hippie Green #54954E
RGB
CMYK
RGB Variations
Color information
#54954E (or 0x54954E) is known color: Hippie Green. HEX triplet: 54, 95 and 4E. RGB value is (84,149,78). Sum of RGB (Red+Green+Blue) = 84+149+78=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 149 (58.59% from 255 or 47.91% from 311); Blue value is 78 (30.86% from 255 or 25.08% from 311); Max value from RGB is 149 - color contains mainly: green. Hex color #54954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54954E is #AB6AB1. Grayscale: #797979. Windows color (decimal): -11233970 or 5150036. OLE color: 5150036.
HSL color Cylindrical-coordinate representation of color #54954E: hue angle of 114.93º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54954E is Cyan = 0.44, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 149 | 78 | - |
| CMYK | 0.44 | 0 | 0.48 | 0.42 |
| HSL | 114.93º | 0.31% | 0.45% | - |
| HSV(B) | 114.93º | 0.48% | 0.58% | - |
| XYZ | 15.78 | 23.93 | 11 | - |
| YUV | 121.47 | 103.47 | 101.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 149 | 78 | 0.44 | 0 | 0.48 | 0.42 | 114.93 | 0.31 | 0.45 |
| Hex | 54 | 95 | 4E | 2C | 0 | 30 | 2A | 73 | 1F | 2D |
| Octal | 124 | 225 | 116 | 54 | 0 | 60 | 52 | 163 | 37 | 55 |
| Binary | 1010100 | 10010101 | 1001110 | 101100 | 0 | 110000 | 101010 | 1110011 | 11111 | 101101 |
Color Harmonies of #54954E
Complementary color
Monochromatic Colors of #54954E
Black with #54954E
Text Example
Text Example
White with #54954E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54954E; }
p { color: rgb(84,149,78); }
H1.HeaderClassName
{
color: #54954E;
}
.AnyTagClassName
{
color: #54954E;
}
</style>
background-color css
<style>
a { background-color: #54954E; }
a { background-color: rgb(84,149,78); }
div.DivClassName
{
background-color: #54954E;
}
.BgClassName
{
background-color: #54954E;
}
</style>
border-color css
<style>
span { border-color: #54954E; }
span { border-color: rgb(84,149,78); }
td.TdClassName
{
border-color: #54954E;
}
.TagClassName
{
border-color: #54954E;
}
</style>