#549956

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

Shades of Fruit Salad #549956

Tints of Fruit Salad #549956

Color information

#549956 (or 0x549956) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 56. RGB value is (84,153,86). Sum of RGB (Red+Green+Blue) = 84+153+86=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 153 (60.16% from 255 or 47.37% from 323); Blue value is 86 (33.98% from 255 or 26.63% from 323); Max value from RGB is 153 - color contains mainly: green. Hex color #549956 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549956 is #AB66A9. Grayscale: #7C7C7C. Windows color (decimal): -11232938 or 5675348. OLE color: 5675348.

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

Color convert

RGB8415386-
CMYK0.4500.440.4
HSL121.74º29.11%46.47%-
HSV(B)121.74º45.1%60%-
XYZ16.7325.3412.81-
YUV124.73106.1498.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 26.01%
GREEN value IS 153 (60.16% from 255) = 47.37%
BLUE value IS 86 (33.98% from 255) = 26.63%
R=26.01%
G=47.37%
B=26.63%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153860.4500.440.4121.7429.1146.47
Hex5499562D02C287a1d2e
Octal12423112655054501723556
Binary10101001001100110101101011010101100101000111101011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549956; }

 p { color: rgb(84,153,86); }

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

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

 a { background-color: rgb(84,153,86); }

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

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

 span { border-color: rgb(84,153,86); }

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