Shades of Fruit Salad #549942
Tints of Fruit Salad #549942
RGB
CMYK
RGB Variations
Color information
#549942 (or 0x549942) is known color: Fruit Salad. HEX triplet: 54, 99 and 42. RGB value is (84,153,66). Sum of RGB (Red+Green+Blue) = 84+153+66=303 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.72% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 66 (26.17% from 255 or 21.78% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #549942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549942 is #AB66BD. Grayscale: #7A7A7A. Windows color (decimal): -11232958 or 4364628. OLE color: 4364628.
HSL color Cylindrical-coordinate representation of color #549942: hue angle of 107.59º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #549942 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 84 | 153 | 66 | - |
| CMYK | 0.45 | 0 | 0.57 | 0.4 |
| HSL | 107.59º | 0.4% | 0.43% | - |
| HSV(B) | 107.59º | 0.57% | 0.6% | - |
| XYZ | 16.03 | 25.06 | 9.15 | - |
| YUV | 122.45 | 96.14 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 153 | 66 | 0.45 | 0 | 0.57 | 0.4 | 107.59 | 0.4 | 0.43 |
| Hex | 54 | 99 | 42 | 2D | 0 | 39 | 28 | 6C | 28 | 2B |
| Octal | 124 | 231 | 102 | 55 | 0 | 71 | 50 | 154 | 50 | 53 |
| Binary | 1010100 | 10011001 | 1000010 | 101101 | 0 | 111001 | 101000 | 1101100 | 101000 | 101011 |
Color Harmonies of #549942
Complementary color
Monochromatic Colors of #549942
Black with #549942
Text Example
Text Example
White with #549942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549942; }
p { color: rgb(84,153,66); }
H1.HeaderClassName
{
color: #549942;
}
.AnyTagClassName
{
color: #549942;
}
</style>
background-color css
<style>
a { background-color: #549942; }
a { background-color: rgb(84,153,66); }
div.DivClassName
{
background-color: #549942;
}
.BgClassName
{
background-color: #549942;
}
</style>
border-color css
<style>
span { border-color: #549942; }
span { border-color: rgb(84,153,66); }
td.TdClassName
{
border-color: #549942;
}
.TagClassName
{
border-color: #549942;
}
</style>