#549958

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

Shades of Fruit Salad #549958

Tints of Fruit Salad #549958

Color information

#549958 (or 0x549958) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 58. RGB value is (84,153,88). Sum of RGB (Red+Green+Blue) = 84+153+88=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 153 (60.16% from 255 or 47.08% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 153 - color contains mainly: green. Hex color #549958 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #549958 is #AB66A7. Grayscale: #7D7D7D. Windows color (decimal): -11232936 or 5806420. OLE color: 5806420.

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

Color convert

RGB8415388-
CMYK0.4500.420.4
HSL123.48º29.11%46.47%-
HSV(B)123.48º45.1%60%-
XYZ16.8125.3713.24-
YUV124.96107.1498.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 25.85%
GREEN value IS 153 (60.16% from 255) = 47.08%
BLUE value IS 88 (34.77% from 255) = 27.08%
R=25.85%
G=47.08%
B=27.08%

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
Decimal84153880.4500.420.4123.4829.1146.47
Hex5499582D02A287b1d2e
Octal12423113055052501733556
Binary10101001001100110110001011010101010101000111101111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549958; }

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

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

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

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

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

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

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

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