#44B041

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

Shades of Fruit Salad #44B041

Tints of Fruit Salad #44B041

Color information

#44B041 (or 0x44B041) is unknown color: approx Fruit Salad. HEX triplet: 44, B0 and 41. RGB value is (68,176,65). Sum of RGB (Red+Green+Blue) = 68+176+65=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 65 (25.78% from 255 or 21.04% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #44B041 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B041 is #BB4FBE. Grayscale: #838383. Windows color (decimal): -12275647 or 4304964. OLE color: 4304964.

HSL color Cylindrical-coordinate representation of color #44B041: hue angle of 118.38º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B041 is Cyan = 0.61, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB6817665-
CMYK0.6100.630.31
HSL118.38º46.06%47.25%-
HSV(B)118.38º63.07%69.02%-
XYZ18.8632.6610.31-
YUV131.0590.7283.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 176 (69.14% from 255) = 56.96%
BLUE value IS 65 (25.78% from 255) = 21.04%
R=22.01%
G=56.96%
B=21.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal68176650.6100.630.31118.3846.0647.25
Hex44B0413D03F1F762e2f
Octal10426010175077371665657
Binary10001001011000010000011111010111111111111110110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,176,65); }

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

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

 a { background-color: rgb(68,176,65); }

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

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

 span { border-color: rgb(68,176,65); }

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