Shades of Fruit Salad #549E4D
Tints of Fruit Salad #549E4D
RGB
CMYK
RGB Variations
Color information
#549E4D (or 0x549E4D) is known color: Fruit Salad. HEX triplet: 54, 9E and 4D. RGB value is (84,158,77). Sum of RGB (Red+Green+Blue) = 84+158+77=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 158 (62.11% from 255 or 49.53% from 319); Blue value is 77 (30.47% from 255 or 24.14% from 319); Max value from RGB is 158 - color contains mainly: green. Hex color #549E4D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549E4D is #AB61B2. Grayscale: #7E7E7E. Windows color (decimal): -11231667 or 5086804. OLE color: 5086804.
HSL color Cylindrical-coordinate representation of color #549E4D: hue angle of 114.81º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #549E4D is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 158 | 77 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.38 |
| HSL | 114.81º | 0.34% | 0.46% | - |
| HSV(B) | 114.81º | 0.51% | 0.62% | - |
| XYZ | 17.22 | 26.87 | 11.3 | - |
| YUV | 126.64 | 99.98 | 97.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 158 | 77 | 0.47 | 0 | 0.51 | 0.38 | 114.81 | 0.34 | 0.46 |
| Hex | 54 | 9E | 4D | 2F | 0 | 33 | 26 | 73 | 22 | 2E |
| Octal | 124 | 236 | 115 | 57 | 0 | 63 | 46 | 163 | 42 | 56 |
| Binary | 1010100 | 10011110 | 1001101 | 101111 | 0 | 110011 | 100110 | 1110011 | 100010 | 101110 |
Color Harmonies of #549E4D
Complementary color
Monochromatic Colors of #549E4D
Black with #549E4D
Text Example
Text Example
White with #549E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549E4D; }
p { color: rgb(84,158,77); }
H1.HeaderClassName
{
color: #549E4D;
}
.AnyTagClassName
{
color: #549E4D;
}
</style>
background-color css
<style>
a { background-color: #549E4D; }
a { background-color: rgb(84,158,77); }
div.DivClassName
{
background-color: #549E4D;
}
.BgClassName
{
background-color: #549E4D;
}
</style>
border-color css
<style>
span { border-color: #549E4D; }
span { border-color: rgb(84,158,77); }
td.TdClassName
{
border-color: #549E4D;
}
.TagClassName
{
border-color: #549E4D;
}
</style>