Shades of Hippie Green #54834E
Tints of Hippie Green #54834E
RGB
CMYK
RGB Variations
Color information
#54834E (or 0x54834E) is known color: Hippie Green. HEX triplet: 54, 83 and 4E. RGB value is (84,131,78). Sum of RGB (Red+Green+Blue) = 84+131+78=293 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.67% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #54834E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54834E is #AB7CB1. Grayscale: #6F6F6F. Windows color (decimal): -11238578 or 5145428. OLE color: 5145428.
HSL color Cylindrical-coordinate representation of color #54834E: hue angle of 113.21º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #54834E is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 131 | 78 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.49 |
| HSL | 113.21º | 0.25% | 0.41% | - |
| HSV(B) | 113.21º | 0.4% | 0.51% | - |
| XYZ | 13.15 | 18.67 | 10.12 | - |
| YUV | 110.91 | 109.43 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 78 | 0.36 | 0 | 0.40 | 0.49 | 113.21 | 0.25 | 0.41 |
| Hex | 54 | 83 | 4E | 24 | 0 | 28 | 31 | 71 | 19 | 29 |
| Octal | 124 | 203 | 116 | 44 | 0 | 50 | 61 | 161 | 31 | 51 |
| Binary | 1010100 | 10000011 | 1001110 | 100100 | 0 | 101000 | 110001 | 1110001 | 11001 | 101001 |
Color Harmonies of #54834E
Complementary color
Monochromatic Colors of #54834E
Black with #54834E
Text Example
Text Example
White with #54834E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54834E; }
p { color: rgb(84,131,78); }
H1.HeaderClassName
{
color: #54834E;
}
.AnyTagClassName
{
color: #54834E;
}
</style>
background-color css
<style>
a { background-color: #54834E; }
a { background-color: rgb(84,131,78); }
div.DivClassName
{
background-color: #54834E;
}
.BgClassName
{
background-color: #54834E;
}
</style>
border-color css
<style>
span { border-color: #54834E; }
span { border-color: rgb(84,131,78); }
td.TdClassName
{
border-color: #54834E;
}
.TagClassName
{
border-color: #54834E;
}
</style>