Shades of Hippie Green #54934E
Tints of Hippie Green #54934E
RGB
CMYK
RGB Variations
Color information
#54934E (or 0x54934E) is known color: Hippie Green. HEX triplet: 54, 93 and 4E. RGB value is (84,147,78). Sum of RGB (Red+Green+Blue) = 84+147+78=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 78 (30.86% from 255 or 25.24% from 309); Max value from RGB is 147 - color contains mainly: green. Hex color #54934E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54934E is #AB6CB1. Grayscale: #787878. Windows color (decimal): -11234482 or 5149524. OLE color: 5149524.
HSL color Cylindrical-coordinate representation of color #54934E: hue angle of 114.78º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #54934E is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 78 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.42 |
| HSL | 114.78º | 0.31% | 0.44% | - |
| HSV(B) | 114.78º | 0.47% | 0.58% | - |
| XYZ | 15.47 | 23.3 | 10.89 | - |
| YUV | 120.3 | 104.13 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 78 | 0.43 | 0 | 0.47 | 0.42 | 114.78 | 0.31 | 0.44 |
| Hex | 54 | 93 | 4E | 2B | 0 | 2F | 2A | 73 | 1F | 2C |
| Octal | 124 | 223 | 116 | 53 | 0 | 57 | 52 | 163 | 37 | 54 |
| Binary | 1010100 | 10010011 | 1001110 | 101011 | 0 | 101111 | 101010 | 1110011 | 11111 | 101100 |
Color Harmonies of #54934E
Complementary color
Monochromatic Colors of #54934E
Black with #54934E
Text Example
Text Example
White with #54934E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54934E; }
p { color: rgb(84,147,78); }
H1.HeaderClassName
{
color: #54934E;
}
.AnyTagClassName
{
color: #54934E;
}
</style>
background-color css
<style>
a { background-color: #54934E; }
a { background-color: rgb(84,147,78); }
div.DivClassName
{
background-color: #54934E;
}
.BgClassName
{
background-color: #54934E;
}
</style>
border-color css
<style>
span { border-color: #54934E; }
span { border-color: rgb(84,147,78); }
td.TdClassName
{
border-color: #54934E;
}
.TagClassName
{
border-color: #54934E;
}
</style>