Shades of Hippie Green #54934F
Tints of Hippie Green #54934F
RGB
CMYK
RGB Variations
Color information
#54934F (or 0x54934F) is known color: Hippie Green. HEX triplet: 54, 93 and 4F. RGB value is (84,147,79). Sum of RGB (Red+Green+Blue) = 84+147+79=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 147 (57.81% from 255 or 47.42% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 147 - color contains mainly: green. Hex color #54934F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #54934F is #AB6CB0. Grayscale: #787878. Windows color (decimal): -11234481 or 5215060. OLE color: 5215060.
HSL color Cylindrical-coordinate representation of color #54934F: hue angle of 115.59º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54934F is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 84 | 147 | 79 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.42 |
| HSL | 115.59º | 0.3% | 0.44% | - |
| HSV(B) | 115.59º | 0.46% | 0.58% | - |
| XYZ | 15.5 | 23.32 | 11.08 | - |
| YUV | 120.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 147 | 79 | 0.43 | 0 | 0.46 | 0.42 | 115.59 | 0.3 | 0.44 |
| Hex | 54 | 93 | 4F | 2B | 0 | 2E | 2A | 74 | 1E | 2C |
| Octal | 124 | 223 | 117 | 53 | 0 | 56 | 52 | 164 | 36 | 54 |
| Binary | 1010100 | 10010011 | 1001111 | 101011 | 0 | 101110 | 101010 | 1110100 | 11110 | 101100 |
Color Harmonies of #54934F
Complementary color
Monochromatic Colors of #54934F
Black with #54934F
Text Example
Text Example
White with #54934F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54934F; }
p { color: rgb(84,147,79); }
H1.HeaderClassName
{
color: #54934F;
}
.AnyTagClassName
{
color: #54934F;
}
</style>
background-color css
<style>
a { background-color: #54934F; }
a { background-color: rgb(84,147,79); }
div.DivClassName
{
background-color: #54934F;
}
.BgClassName
{
background-color: #54934F;
}
</style>
border-color css
<style>
span { border-color: #54934F; }
span { border-color: rgb(84,147,79); }
td.TdClassName
{
border-color: #54934F;
}
.TagClassName
{
border-color: #54934F;
}
</style>