Shades of Fruit Salad #549C46
Tints of Fruit Salad #549C46
RGB
CMYK
RGB Variations
Color information
#549C46 (or 0x549C46) is known color: Fruit Salad. HEX triplet: 54, 9C and 46. RGB value is (84,156,70). Sum of RGB (Red+Green+Blue) = 84+156+70=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 156 (61.33% from 255 or 50.32% from 310); Blue value is 70 (27.73% from 255 or 22.58% from 310); Max value from RGB is 156 - color contains mainly: green. Hex color #549C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C46 is #AB63B9. Grayscale: #7C7C7C. Windows color (decimal): -11232186 or 4627540. OLE color: 4627540.
HSL color Cylindrical-coordinate representation of color #549C46: hue angle of 110.23º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #549C46 is Cyan = 0.46, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 70 | - |
| CMYK | 0.46 | 0 | 0.55 | 0.39 |
| HSL | 110.23º | 0.38% | 0.44% | - |
| HSV(B) | 110.23º | 0.55% | 0.61% | - |
| XYZ | 16.65 | 26.1 | 9.96 | - |
| YUV | 124.67 | 97.15 | 98.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 70 | 0.46 | 0 | 0.55 | 0.39 | 110.23 | 0.38 | 0.44 |
| Hex | 54 | 9C | 46 | 2E | 0 | 37 | 27 | 6E | 26 | 2C |
| Octal | 124 | 234 | 106 | 56 | 0 | 67 | 47 | 156 | 46 | 54 |
| Binary | 1010100 | 10011100 | 1000110 | 101110 | 0 | 110111 | 100111 | 1101110 | 100110 | 101100 |
Color Harmonies of #549C46
Complementary color
Monochromatic Colors of #549C46
Black with #549C46
Text Example
Text Example
White with #549C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C46; }
p { color: rgb(84,156,70); }
H1.HeaderClassName
{
color: #549C46;
}
.AnyTagClassName
{
color: #549C46;
}
</style>
background-color css
<style>
a { background-color: #549C46; }
a { background-color: rgb(84,156,70); }
div.DivClassName
{
background-color: #549C46;
}
.BgClassName
{
background-color: #549C46;
}
</style>
border-color css
<style>
span { border-color: #549C46; }
span { border-color: rgb(84,156,70); }
td.TdClassName
{
border-color: #549C46;
}
.TagClassName
{
border-color: #549C46;
}
</style>