Shades of Hippie Green #55924F
Tints of Hippie Green #55924F
RGB
CMYK
RGB Variations
Color information
#55924F (or 0x55924F) is known color: Hippie Green. HEX triplet: 55, 92 and 4F. RGB value is (85,146,79). Sum of RGB (Red+Green+Blue) = 85+146+79=310 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.42% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 79 (31.25% from 255 or 25.48% from 310); Max value from RGB is 146 - color contains mainly: green. Hex color #55924F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55924F is #AA6DB0. Grayscale: #787878. Windows color (decimal): -11169201 or 5214805. OLE color: 5214805.
HSL color Cylindrical-coordinate representation of color #55924F: hue angle of 114.63º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #55924F is Cyan = 0.42, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 85 | 146 | 79 | - |
| CMYK | 0.42 | 0 | 0.46 | 0.43 |
| HSL | 114.63º | 0.3% | 0.44% | - |
| HSV(B) | 114.63º | 0.46% | 0.57% | - |
| XYZ | 15.44 | 23.05 | 11.03 | - |
| YUV | 120.12 | 104.79 | 102.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 146 | 79 | 0.42 | 0 | 0.46 | 0.43 | 114.63 | 0.3 | 0.44 |
| Hex | 55 | 92 | 4F | 2A | 0 | 2E | 2B | 73 | 1E | 2C |
| Octal | 125 | 222 | 117 | 52 | 0 | 56 | 53 | 163 | 36 | 54 |
| Binary | 1010101 | 10010010 | 1001111 | 101010 | 0 | 101110 | 101011 | 1110011 | 11110 | 101100 |
Color Harmonies of #55924F
Complementary color
Monochromatic Colors of #55924F
Black with #55924F
Text Example
Text Example
White with #55924F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55924F; }
p { color: rgb(85,146,79); }
H1.HeaderClassName
{
color: #55924F;
}
.AnyTagClassName
{
color: #55924F;
}
</style>
background-color css
<style>
a { background-color: #55924F; }
a { background-color: rgb(85,146,79); }
div.DivClassName
{
background-color: #55924F;
}
.BgClassName
{
background-color: #55924F;
}
</style>
border-color css
<style>
span { border-color: #55924F; }
span { border-color: rgb(85,146,79); }
td.TdClassName
{
border-color: #55924F;
}
.TagClassName
{
border-color: #55924F;
}
</style>