#549859

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

Shades of Fruit Salad #549859

Tints of Fruit Salad #549859

Color information

#549859 (or 0x549859) is unknown color: approx Fruit Salad. HEX triplet: 54, 98 and 59. RGB value is (84,152,89). Sum of RGB (Red+Green+Blue) = 84+152+89=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 152 (59.77% from 255 or 46.77% from 325); Blue value is 89 (35.16% from 255 or 27.38% from 325); Max value from RGB is 152 - color contains mainly: green. Hex color #549859 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549859 is #AB67A6. Grayscale: #7C7C7C. Windows color (decimal): -11233191 or 5871700. OLE color: 5871700.

HSL color Cylindrical-coordinate representation of color #549859: hue angle of 124.41º 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 #549859 is Cyan = 0.45, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB8415289-
CMYK0.4500.410.40
HSL124.41º28.81%46.27%-
HSV(B)124.41º44.74%59.61%-
XYZ16.6925.0613.41-
YUV124.49107.9799.12-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 152 (59.77% from 255) = 46.77%
BLUE value IS 89 (35.16% from 255) = 27.38%
R=25.85%
G=46.77%
B=27.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152890.4500.410.40124.4128.8146.27
Hex5498592D029287c1d2e
Octal12423013155051501743556
Binary10101001001100010110011011010101001101000111110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549859; }

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

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

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

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

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

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

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

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