#549959

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

Shades of Fruit Salad #549959

Tints of Fruit Salad #549959

Color information

#549959 (or 0x549959) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 59. RGB value is (84,153,89). Sum of RGB (Red+Green+Blue) = 84+153+89=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 153 (60.16% from 255 or 46.93% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 153 - color contains mainly: green. Hex color #549959 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549959 is #AB66A6. Grayscale: #7D7D7D. Windows color (decimal): -11232935 or 5871956. OLE color: 5871956.

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

Color convert

RGB8415389-
CMYK0.4500.420.4
HSL124.35º29.11%46.47%-
HSV(B)124.35º45.1%60%-
XYZ16.8525.3913.46-
YUV125.07107.6498.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.77%
GREEN value IS 153 (60.16% from 255) = 46.93%
BLUE value IS 89 (35.16% from 255) = 27.30%
R=25.77%
G=46.93%
B=27.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153890.4500.420.4124.3529.1146.47
Hex5499592D02A287c1d2e
Octal12423113155052501743556
Binary10101001001100110110011011010101010101000111110011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549959; }

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

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

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

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

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

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

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

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