#549852

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

Shades of Fruit Salad #549852

Tints of Fruit Salad #549852

Color information

#549852 (or 0x549852) is unknown color: approx Fruit Salad. HEX triplet: 54, 98 and 52. RGB value is (84,152,82). Sum of RGB (Red+Green+Blue) = 84+152+82=318 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.42% from 318); Green value is 152 (59.77% from 255 or 47.80% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 152 - color contains mainly: green. Hex color #549852 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549852 is #AB67AD. Grayscale: #7B7B7B. Windows color (decimal): -11233198 or 5412948. OLE color: 5412948.

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

Color convert

RGB8415282-
CMYK0.4500.460.40
HSL118.29º29.91%45.88%-
HSV(B)118.29º46.05%59.61%-
XYZ16.4124.9511.93-
YUV123.69104.4799.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.42%
GREEN value IS 152 (59.77% from 255) = 47.80%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=26.42%
G=47.80%
B=25.79%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84152820.4500.460.40118.2929.9145.88
Hex5498522D02E28761e2e
Octal12423012255056501663656
Binary10101001001100010100101011010101110101000111011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549852; }

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

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

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

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

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

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

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

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