Shades of Fruit Salad #549D5C
Tints of Fruit Salad #549D5C
RGB
CMYK
RGB Variations
Color information
#549D5C (or 0x549D5C) is known color: Fruit Salad. HEX triplet: 54, 9D and 5C. RGB value is (84,157,92). Sum of RGB (Red+Green+Blue) = 84+157+92=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 157 (61.72% from 255 or 47.15% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 157 - color contains mainly: green. Hex color #549D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549D5C is #AB62A3. Grayscale: #7F7F7F. Windows color (decimal): -11231908 or 6069588. OLE color: 6069588.
HSL color Cylindrical-coordinate representation of color #549D5C: hue angle of 126.58º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549D5C is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 92 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.38 |
| HSL | 126.58º | 0.3% | 0.47% | - |
| HSV(B) | 126.58º | 0.46% | 0.62% | - |
| XYZ | 17.64 | 26.77 | 14.36 | - |
| YUV | 127.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 92 | 0.46 | 0 | 0.41 | 0.38 | 126.58 | 0.3 | 0.47 |
| Hex | 54 | 9D | 5C | 2E | 0 | 29 | 26 | 7F | 1E | 2F |
| Octal | 124 | 235 | 134 | 56 | 0 | 51 | 46 | 177 | 36 | 57 |
| Binary | 1010100 | 10011101 | 1011100 | 101110 | 0 | 101001 | 100110 | 1111111 | 11110 | 101111 |
Color Harmonies of #549D5C
Complementary color
Monochromatic Colors of #549D5C
Black with #549D5C
Text Example
Text Example
White with #549D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D5C; }
p { color: rgb(84,157,92); }
H1.HeaderClassName
{
color: #549D5C;
}
.AnyTagClassName
{
color: #549D5C;
}
</style>
background-color css
<style>
a { background-color: #549D5C; }
a { background-color: rgb(84,157,92); }
div.DivClassName
{
background-color: #549D5C;
}
.BgClassName
{
background-color: #549D5C;
}
</style>
border-color css
<style>
span { border-color: #549D5C; }
span { border-color: rgb(84,157,92); }
td.TdClassName
{
border-color: #549D5C;
}
.TagClassName
{
border-color: #549D5C;
}
</style>