#44B240

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

Shades of Fruit Salad #44B240

Tints of Fruit Salad #44B240

Color information

#44B240 (or 0x44B240) is unknown color: approx Fruit Salad. HEX triplet: 44, B2 and 40. RGB value is (68,178,64). Sum of RGB (Red+Green+Blue) = 68+178+64=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 178 (69.92% from 255 or 57.42% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 178 - color contains mainly: green. Hex color #44B240 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B240 is #BB4DBF. Grayscale: #848484. Windows color (decimal): -12275136 or 4239940. OLE color: 4239940.

HSL color Cylindrical-coordinate representation of color #44B240: hue angle of 117.89º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44B240 is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB6817864-
CMYK0.6200.640.30
HSL117.89º47.11%47.45%-
HSV(B)117.89º64.04%69.8%-
XYZ19.2333.4410.29-
YUV132.1189.5682.27-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 178 (69.92% from 255) = 57.42%
BLUE value IS 64 (25.39% from 255) = 20.65%
R=21.94%
G=57.42%
B=20.65%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68178640.6200.640.30117.8947.1147.45
Hex44B2403E0401E762f2f
Octal104262100760100361665757
Binary100010010110010100000011111001000000111101110110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44B240; }

 p { color: rgb(68,178,64); }

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

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

 a { background-color: rgb(68,178,64); }

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

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

 span { border-color: rgb(68,178,64); }

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