Shades of Hippie Green #54934C
Tints of Hippie Green #54934C
RGB
CMYK
RGB Variations
Color information
#54934C (or 0x54934C) is known color: Hippie Green. HEX triplet: 54, 93 and 4C. RGB value is (84,147,76). Sum of RGB (Red+Green+Blue) = 84+147+76=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 147 (57.81% from 255 or 47.88% from 307); Blue value is 76 (30.08% from 255 or 24.76% from 307); Max value from RGB is 147 - color contains mainly: green. Hex color #54934C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54934C is #AB6CB3. Grayscale: #787878. Windows color (decimal): -11234484 or 5018452. OLE color: 5018452.
HSL color Cylindrical-coordinate representation of color #54934C: hue angle of 113.24º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54934C is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 76 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.42 |
| HSL | 113.24º | 0.32% | 0.44% | - |
| HSV(B) | 113.24º | 0.48% | 0.58% | - |
| XYZ | 15.39 | 23.27 | 10.52 | - |
| YUV | 120.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 76 | 0.43 | 0 | 0.48 | 0.42 | 113.24 | 0.32 | 0.44 |
| Hex | 54 | 93 | 4C | 2B | 0 | 30 | 2A | 71 | 20 | 2C |
| Octal | 124 | 223 | 114 | 53 | 0 | 60 | 52 | 161 | 40 | 54 |
| Binary | 1010100 | 10010011 | 1001100 | 101011 | 0 | 110000 | 101010 | 1110001 | 100000 | 101100 |
Color Harmonies of #54934C
Complementary color
Monochromatic Colors of #54934C
Black with #54934C
Text Example
Text Example
White with #54934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54934C; }
p { color: rgb(84,147,76); }
H1.HeaderClassName
{
color: #54934C;
}
.AnyTagClassName
{
color: #54934C;
}
</style>
background-color css
<style>
a { background-color: #54934C; }
a { background-color: rgb(84,147,76); }
div.DivClassName
{
background-color: #54934C;
}
.BgClassName
{
background-color: #54934C;
}
</style>
border-color css
<style>
span { border-color: #54934C; }
span { border-color: rgb(84,147,76); }
td.TdClassName
{
border-color: #54934C;
}
.TagClassName
{
border-color: #54934C;
}
</style>