#549945

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

Shades of Fruit Salad #549945

Tints of Fruit Salad #549945

Color information

#549945 (or 0x549945) is unknown color: approx Fruit Salad. HEX triplet: 54, 99 and 45. RGB value is (84,153,69). Sum of RGB (Red+Green+Blue) = 84+153+69=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 153 (60.16% from 255 or 50% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 153 - color contains mainly: green. Hex color #549945 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #549945 is #AB66BA. Grayscale: #7B7B7B. Windows color (decimal): -11232955 or 4561236. OLE color: 4561236.

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

Color convert

RGB8415369-
CMYK0.4500.550.4
HSL109.29º37.84%43.53%-
HSV(B)109.29º54.9%60%-
XYZ16.1225.19.62-
YUV122.7997.64100.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 153 (60.16% from 255) = 50%
BLUE value IS 69 (27.34% from 255) = 22.55%
R=27.45%
G=50%
B=22.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84153690.4500.550.4109.2937.8443.53
Hex5499452D037286d262c
Octal12423110555067501554654
Binary101010010011001100010110110101101111010001101101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #549945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #549945; }

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

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

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

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

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

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

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

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