Shades of Fruit Salad #549D42
Tints of Fruit Salad #549D42
RGB
CMYK
RGB Variations
Color information
#549D42 (or 0x549D42) is known color: Fruit Salad. HEX triplet: 54, 9D and 42. RGB value is (84,157,66). Sum of RGB (Red+Green+Blue) = 84+157+66=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 66 (26.17% from 255 or 21.50% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #549D42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549D42 is #AB62BD. Grayscale: #7D7D7D. Windows color (decimal): -11231934 or 4365652. OLE color: 4365652.
HSL color Cylindrical-coordinate representation of color #549D42: hue angle of 108.13º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #549D42 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 84 | 157 | 66 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.38 |
| HSL | 108.13º | 0.41% | 0.44% | - |
| HSV(B) | 108.13º | 0.58% | 0.62% | - |
| XYZ | 16.7 | 26.39 | 9.37 | - |
| YUV | 124.8 | 94.82 | 98.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 157 | 66 | 0.46 | 0 | 0.58 | 0.38 | 108.13 | 0.41 | 0.44 |
| Hex | 54 | 9D | 42 | 2E | 0 | 3A | 26 | 6C | 29 | 2C |
| Octal | 124 | 235 | 102 | 56 | 0 | 72 | 46 | 154 | 51 | 54 |
| Binary | 1010100 | 10011101 | 1000010 | 101110 | 0 | 111010 | 100110 | 1101100 | 101001 | 101100 |
Color Harmonies of #549D42
Complementary color
Monochromatic Colors of #549D42
Black with #549D42
Text Example
Text Example
White with #549D42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549D42; }
p { color: rgb(84,157,66); }
H1.HeaderClassName
{
color: #549D42;
}
.AnyTagClassName
{
color: #549D42;
}
</style>
background-color css
<style>
a { background-color: #549D42; }
a { background-color: rgb(84,157,66); }
div.DivClassName
{
background-color: #549D42;
}
.BgClassName
{
background-color: #549D42;
}
</style>
border-color css
<style>
span { border-color: #549D42; }
span { border-color: rgb(84,157,66); }
td.TdClassName
{
border-color: #549D42;
}
.TagClassName
{
border-color: #549D42;
}
</style>