Shades of Fruit Salad #54A546
Tints of Fruit Salad #54A546
RGB
CMYK
RGB Variations
Color information
#54A546 (or 0x54A546) is known color: Fruit Salad. HEX triplet: 54, A5 and 46. RGB value is (84,165,70). Sum of RGB (Red+Green+Blue) = 84+165+70=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 165 (64.84% from 255 or 51.72% from 319); Blue value is 70 (27.73% from 255 or 21.94% from 319); Max value from RGB is 165 - color contains mainly: green. Hex color #54A546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #54A546 is #AB5AB9. Grayscale: #828282. Windows color (decimal): -11229882 or 4629844. OLE color: 4629844.
HSL color Cylindrical-coordinate representation of color #54A546: hue angle of 111.16º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #54A546 is Cyan = 0.49, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 84 | 165 | 70 | - |
| CMYK | 0.49 | 0 | 0.58 | 0.35 |
| HSL | 111.16º | 0.4% | 0.46% | - |
| HSV(B) | 111.16º | 0.58% | 0.65% | - |
| XYZ | 18.22 | 29.24 | 10.48 | - |
| YUV | 129.95 | 94.16 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 165 | 70 | 0.49 | 0 | 0.58 | 0.35 | 111.16 | 0.4 | 0.46 |
| Hex | 54 | A5 | 46 | 31 | 0 | 3A | 23 | 6F | 28 | 2E |
| Octal | 124 | 245 | 106 | 61 | 0 | 72 | 43 | 157 | 50 | 56 |
| Binary | 1010100 | 10100101 | 1000110 | 110001 | 0 | 111010 | 100011 | 1101111 | 101000 | 101110 |
Color Harmonies of #54A546
Complementary color
Monochromatic Colors of #54A546
Black with #54A546
Text Example
Text Example
White with #54A546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #54A546; }
p { color: rgb(84,165,70); }
H1.HeaderClassName
{
color: #54A546;
}
.AnyTagClassName
{
color: #54A546;
}
</style>
background-color css
<style>
a { background-color: #54A546; }
a { background-color: rgb(84,165,70); }
div.DivClassName
{
background-color: #54A546;
}
.BgClassName
{
background-color: #54A546;
}
</style>
border-color css
<style>
span { border-color: #54A546; }
span { border-color: rgb(84,165,70); }
td.TdClassName
{
border-color: #54A546;
}
.TagClassName
{
border-color: #54A546;
}
</style>