Shades of Hippie Green #54834F
Tints of Hippie Green #54834F
RGB
CMYK
RGB Variations
Color information
#54834F (or 0x54834F) is known color: Hippie Green. HEX triplet: 54, 83 and 4F. RGB value is (84,131,79). Sum of RGB (Red+Green+Blue) = 84+131+79=294 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.57% from 294); Green value is 131 (51.56% from 255 or 44.56% from 294); Blue value is 79 (31.25% from 255 or 26.87% from 294); Max value from RGB is 131 - color contains mainly: green. Hex color #54834F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54834F is #AB7CB0. Grayscale: #6F6F6F. Windows color (decimal): -11238577 or 5210964. OLE color: 5210964.
HSL color Cylindrical-coordinate representation of color #54834F: hue angle of 114.23º 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 #54834F is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 84 | 131 | 79 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.49 |
| HSL | 114.23º | 0.25% | 0.41% | - |
| HSV(B) | 114.23º | 0.4% | 0.51% | - |
| XYZ | 13.18 | 18.68 | 10.31 | - |
| YUV | 111.02 | 109.93 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 131 | 79 | 0.36 | 0 | 0.40 | 0.49 | 114.23 | 0.25 | 0.41 |
| Hex | 54 | 83 | 4F | 24 | 0 | 28 | 31 | 72 | 19 | 29 |
| Octal | 124 | 203 | 117 | 44 | 0 | 50 | 61 | 162 | 31 | 51 |
| Binary | 1010100 | 10000011 | 1001111 | 100100 | 0 | 101000 | 110001 | 1110010 | 11001 | 101001 |
Color Harmonies of #54834F
Complementary color
Monochromatic Colors of #54834F
Black with #54834F
Text Example
Text Example
White with #54834F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54834F; }
p { color: rgb(84,131,79); }
H1.HeaderClassName
{
color: #54834F;
}
.AnyTagClassName
{
color: #54834F;
}
</style>
background-color css
<style>
a { background-color: #54834F; }
a { background-color: rgb(84,131,79); }
div.DivClassName
{
background-color: #54834F;
}
.BgClassName
{
background-color: #54834F;
}
</style>
border-color css
<style>
span { border-color: #54834F; }
span { border-color: rgb(84,131,79); }
td.TdClassName
{
border-color: #54834F;
}
.TagClassName
{
border-color: #54834F;
}
</style>