#44B23F

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

Shades of Fruit Salad #44B23F

Tints of Fruit Salad #44B23F

Color information

#44B23F (or 0x44B23F) is unknown color: approx Fruit Salad. HEX triplet: 44, B2 and 3F. RGB value is (68,178,63). Sum of RGB (Red+Green+Blue) = 68+178+63=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 178 (69.92% from 255 or 57.61% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 178 - color contains mainly: green. Hex color #44B23F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44B23F is #BB4DC0. Grayscale: #848484. Windows color (decimal): -12275137 or 4174404. OLE color: 4174404.

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

Color convert

RGB6817863-
CMYK0.6200.650.30
HSL117.39º47.72%47.25%-
HSV(B)117.39º64.61%69.8%-
XYZ19.233.4310.14-
YUV13289.0682.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 178 (69.92% from 255) = 57.61%
BLUE value IS 63 (25% from 255) = 20.39%
R=22.01%
G=57.61%
B=20.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal68178630.6200.650.30117.3947.7247.25
Hex44B23F3E0411E75302f
Octal10426277760101361656057
Binary10001001011001011111111111001000001111101110101110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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