Shades of Fruit Salad #549C5C
Tints of Fruit Salad #549C5C
RGB
CMYK
RGB Variations
Color information
#549C5C (or 0x549C5C) is known color: Fruit Salad. HEX triplet: 54, 9C and 5C. RGB value is (84,156,92). Sum of RGB (Red+Green+Blue) = 84+156+92=332 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.30% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #549C5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549C5C is #AB63A3. Grayscale: #7F7F7F. Windows color (decimal): -11232164 or 6069332. OLE color: 6069332.
HSL color Cylindrical-coordinate representation of color #549C5C: hue angle of 126.67º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #549C5C is Cyan = 0.46, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 84 | 156 | 92 | - |
| CMYK | 0.46 | 0 | 0.41 | 0.39 |
| HSL | 126.67º | 0.3% | 0.47% | - |
| HSV(B) | 126.67º | 0.46% | 0.61% | - |
| XYZ | 17.48 | 26.43 | 14.31 | - |
| YUV | 127.18 | 108.15 | 97.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 156 | 92 | 0.46 | 0 | 0.41 | 0.39 | 126.67 | 0.3 | 0.47 |
| Hex | 54 | 9C | 5C | 2E | 0 | 29 | 27 | 7F | 1E | 2F |
| Octal | 124 | 234 | 134 | 56 | 0 | 51 | 47 | 177 | 36 | 57 |
| Binary | 1010100 | 10011100 | 1011100 | 101110 | 0 | 101001 | 100111 | 1111111 | 11110 | 101111 |
Color Harmonies of #549C5C
Complementary color
Monochromatic Colors of #549C5C
Black with #549C5C
Text Example
Text Example
White with #549C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #549C5C; }
p { color: rgb(84,156,92); }
H1.HeaderClassName
{
color: #549C5C;
}
.AnyTagClassName
{
color: #549C5C;
}
</style>
background-color css
<style>
a { background-color: #549C5C; }
a { background-color: rgb(84,156,92); }
div.DivClassName
{
background-color: #549C5C;
}
.BgClassName
{
background-color: #549C5C;
}
</style>
border-color css
<style>
span { border-color: #549C5C; }
span { border-color: rgb(84,156,92); }
td.TdClassName
{
border-color: #549C5C;
}
.TagClassName
{
border-color: #549C5C;
}
</style>