#549853

Color #549853 Fruit Salad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fruit Salad #549853

Tints of Fruit Salad #549853

Color information

#549853 (or 0x549853) is unknown color: approx Fruit Salad. HEX triplet: 54, 98 and 53. RGB value is (84,152,83). Sum of RGB (Red+Green+Blue) = 84+152+83=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #549853 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549853 is #AB67AC. Grayscale: #7C7C7C. Windows color (decimal): -11233197 or 5478484. OLE color: 5478484.

HSL color Cylindrical-coordinate representation of color #549853: hue angle of 119.13º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #549853 is Cyan = 0.45, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.40.

Color convert

RGB8415283-
CMYK0.4500.450.40
HSL119.13º29.36%46.08%-
HSV(B)119.13º45.39%59.61%-
XYZ16.4524.9712.14-
YUV123.8104.9799.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 84 (33.20% from 255) = 26.33%
GREEN value IS 152 (59.77% from 255) = 47.65%
BLUE value IS 83 (32.81% from 255) = 26.02%
R=26.33%
G=47.65%
B=26.02%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152830.4500.450.40119.1329.3646.08
Hex5498532D02D28771d2e
Octal12423012355055501673556
Binary10101001001100010100111011010101101101000111011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549853; }

 p { color: rgb(84,152,83); }

 H1.HeaderClassName
 {
   color: #549853;
 }
 .AnyTagClassName
 {
   color: #549853;
 }
</style>
background-color css

<style>
 a { background-color: #549853; }

 a { background-color: rgb(84,152,83); }

 div.DivClassName
 {
   background-color: #549853;
 }
 .BgClassName
 {
   background-color: #549853;
 }
</style>
border-color css

<style>
 span { border-color: #549853; }

 span { border-color: rgb(84,152,83); }

 td.TdClassName
 {
   border-color: #549853;
 }
 .TagClassName
 {
   border-color: #549853;
 }
</style>