#44B33C

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

Shades of Fruit Salad #44B33C

Tints of Fruit Salad #44B33C

Color information

#44B33C (or 0x44B33C) is unknown color: approx Fruit Salad. HEX triplet: 44, B3 and 3C. RGB value is (68,179,60). Sum of RGB (Red+Green+Blue) = 68+179+60=307 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.15% from 307); Green value is 179 (70.31% from 255 or 58.31% from 307); Blue value is 60 (23.83% from 255 or 19.54% from 307); Max value from RGB is 179 - color contains mainly: green. Hex color #44B33C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B33C is #BB4CC3. Grayscale: #848484. Windows color (decimal): -12274884 or 3978052. OLE color: 3978052.

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

Color convert

RGB6817960-
CMYK0.6200.660.30
HSL115.97º49.79%46.86%-
HSV(B)115.97º66.48%70.2%-
XYZ19.3233.89.78-
YUV132.2487.2382.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.15%
GREEN value IS 179 (70.31% from 255) = 58.31%
BLUE value IS 60 (23.83% from 255) = 19.54%
R=22.15%
G=58.31%
B=19.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68179600.6200.660.30115.9749.7946.86
Hex44B33C3E0421E74322f
Octal10426374760102361646257
Binary10001001011001111110011111001000010111101110100110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,179,60); }

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

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

 a { background-color: rgb(68,179,60); }

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

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

 span { border-color: rgb(68,179,60); }

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