Shades of Fruit Salad #549C44
Tints of Fruit Salad #549C44
RGB
CMYK
RGB Variations
Color information
#549C44 (or 0x549C44) is known color: Fruit Salad. HEX triplet: 54, 9C and 44. RGB value is (84,156,68). Sum of RGB (Red+Green+Blue) = 84+156+68=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 156 (61.33% from 255 or 50.65% from 308); Blue value is 68 (26.95% from 255 or 22.08% from 308); Max value from RGB is 156 - color contains mainly: green. Hex color #549C44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549C44 is #AB63BB. Grayscale: #7C7C7C. Windows color (decimal): -11232188 or 4496468. OLE color: 4496468.
HSL color Cylindrical-coordinate representation of color #549C44: hue angle of 109.09º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #549C44 is Cyan = 0.46, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 68 | - |
| CMYK | 0.46 | 0 | 0.56 | 0.39 |
| HSL | 109.09º | 0.39% | 0.44% | - |
| HSV(B) | 109.09º | 0.56% | 0.61% | - |
| XYZ | 16.59 | 26.08 | 9.63 | - |
| YUV | 124.44 | 96.15 | 99.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 68 | 0.46 | 0 | 0.56 | 0.39 | 109.09 | 0.39 | 0.44 |
| Hex | 54 | 9C | 44 | 2E | 0 | 38 | 27 | 6D | 27 | 2C |
| Octal | 124 | 234 | 104 | 56 | 0 | 70 | 47 | 155 | 47 | 54 |
| Binary | 1010100 | 10011100 | 1000100 | 101110 | 0 | 111000 | 100111 | 1101101 | 100111 | 101100 |
Color Harmonies of #549C44
Complementary color
Monochromatic Colors of #549C44
Black with #549C44
Text Example
Text Example
White with #549C44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C44; }
p { color: rgb(84,156,68); }
H1.HeaderClassName
{
color: #549C44;
}
.AnyTagClassName
{
color: #549C44;
}
</style>
background-color css
<style>
a { background-color: #549C44; }
a { background-color: rgb(84,156,68); }
div.DivClassName
{
background-color: #549C44;
}
.BgClassName
{
background-color: #549C44;
}
</style>
border-color css
<style>
span { border-color: #549C44; }
span { border-color: rgb(84,156,68); }
td.TdClassName
{
border-color: #549C44;
}
.TagClassName
{
border-color: #549C44;
}
</style>