Shades of Fruit Salad #549653
Tints of Fruit Salad #549653
RGB
CMYK
RGB Variations
Color information
#549653 (or 0x549653) is known color: Fruit Salad. HEX triplet: 54, 96 and 53. RGB value is (84,150,83). Sum of RGB (Red+Green+Blue) = 84+150+83=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #549653 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549653 is #AB69AC. Grayscale: #7A7A7A. Windows color (decimal): -11233709 or 5477972. OLE color: 5477972.
HSL color Cylindrical-coordinate representation of color #549653: hue angle of 119.1º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549653 is Cyan = 0.44, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 84 | 150 | 83 | - |
| CMYK | 0.44 | 0 | 0.45 | 0.41 |
| HSL | 119.1º | 0.29% | 0.46% | - |
| HSV(B) | 119.1º | 0.45% | 0.59% | - |
| XYZ | 16.12 | 24.32 | 12.03 | - |
| YUV | 122.63 | 105.63 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 150 | 83 | 0.44 | 0 | 0.45 | 0.41 | 119.1 | 0.29 | 0.46 |
| Hex | 54 | 96 | 53 | 2C | 0 | 2D | 29 | 77 | 1D | 2E |
| Octal | 124 | 226 | 123 | 54 | 0 | 55 | 51 | 167 | 35 | 56 |
| Binary | 1010100 | 10010110 | 1010011 | 101100 | 0 | 101101 | 101001 | 1110111 | 11101 | 101110 |
Color Harmonies of #549653
Complementary color
Monochromatic Colors of #549653
Black with #549653
Text Example
Text Example
White with #549653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549653; }
p { color: rgb(84,150,83); }
H1.HeaderClassName
{
color: #549653;
}
.AnyTagClassName
{
color: #549653;
}
</style>
background-color css
<style>
a { background-color: #549653; }
a { background-color: rgb(84,150,83); }
div.DivClassName
{
background-color: #549653;
}
.BgClassName
{
background-color: #549653;
}
</style>
border-color css
<style>
span { border-color: #549653; }
span { border-color: rgb(84,150,83); }
td.TdClassName
{
border-color: #549653;
}
.TagClassName
{
border-color: #549653;
}
</style>