#549944

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

Shades of Fruit Salad #549944

Tints of Fruit Salad #549944

Color information

#549944 (or 0x549944) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 44. RGB value is (84,153,68). Sum of RGB (Red+Green+Blue) = 84+153+68=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 153 (60.16% from 255 or 50.16% from 305); Blue value is 68 (26.95% from 255 or 22.30% from 305); Max value from RGB is 153 - color contains mainly: green. Hex color #549944 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549944 is #AB66BB. Grayscale: #7A7A7A. Windows color (decimal): -11232956 or 4495700. OLE color: 4495700.

HSL color Cylindrical-coordinate representation of color #549944: hue angle of 108.71º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #549944 is Cyan = 0.45, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.

Color convert

RGB8415368-
CMYK0.4500.560.4
HSL108.71º38.46%43.33%-
HSV(B)108.71º55.56%60%-
XYZ16.0925.089.46-
YUV122.6897.14100.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 153 (60.16% from 255) = 50.16%
BLUE value IS 68 (26.95% from 255) = 22.30%
R=27.54%
G=50.16%
B=22.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153680.4500.560.4108.7138.4643.33
Hex5499442D038286d262b
Octal12423110455070501554653
Binary101010010011001100010010110101110001010001101101100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549944; }

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

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

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

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

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

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

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

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