Shades of Hippie Green #54854D
Tints of Hippie Green #54854D
RGB
CMYK
RGB Variations
Color information
#54854D (or 0x54854D) is known color: Hippie Green. HEX triplet: 54, 85 and 4D. RGB value is (84,133,77). Sum of RGB (Red+Green+Blue) = 84+133+77=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 77 (30.47% from 255 or 26.19% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #54854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54854D is #AB7AB2. Grayscale: #707070. Windows color (decimal): -11238067 or 5080404. OLE color: 5080404.
HSL color Cylindrical-coordinate representation of color #54854D: hue angle of 112.5º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #54854D is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 84 | 133 | 77 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.48 |
| HSL | 112.5º | 0.27% | 0.41% | - |
| HSV(B) | 112.5º | 0.42% | 0.52% | - |
| XYZ | 13.38 | 19.2 | 10.02 | - |
| YUV | 111.97 | 108.27 | 108.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 133 | 77 | 0.37 | 0 | 0.42 | 0.48 | 112.5 | 0.27 | 0.41 |
| Hex | 54 | 85 | 4D | 25 | 0 | 2A | 30 | 70 | 1B | 29 |
| Octal | 124 | 205 | 115 | 45 | 0 | 52 | 60 | 160 | 33 | 51 |
| Binary | 1010100 | 10000101 | 1001101 | 100101 | 0 | 101010 | 110000 | 1110000 | 11011 | 101001 |
Color Harmonies of #54854D
Complementary color
Monochromatic Colors of #54854D
Black with #54854D
Text Example
Text Example
White with #54854D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54854D; }
p { color: rgb(84,133,77); }
H1.HeaderClassName
{
color: #54854D;
}
.AnyTagClassName
{
color: #54854D;
}
</style>
background-color css
<style>
a { background-color: #54854D; }
a { background-color: rgb(84,133,77); }
div.DivClassName
{
background-color: #54854D;
}
.BgClassName
{
background-color: #54854D;
}
</style>
border-color css
<style>
span { border-color: #54854D; }
span { border-color: rgb(84,133,77); }
td.TdClassName
{
border-color: #54854D;
}
.TagClassName
{
border-color: #54854D;
}
</style>