#44B43E

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

Shades of Fruit Salad #44B43E

Tints of Fruit Salad #44B43E

Color information

#44B43E (or 0x44B43E) is unknown color: approx Fruit Salad. HEX triplet: 44, B4 and 3E. RGB value is (68,180,62). Sum of RGB (Red+Green+Blue) = 68+180+62=310 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.94% from 310); Green value is 180 (70.70% from 255 or 58.06% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 180 - color contains mainly: green. Hex color #44B43E is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B43E is #BB4BC1. Grayscale: #858585. Windows color (decimal): -12274626 or 4109380. OLE color: 4109380.

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

Color convert

RGB6818062-
CMYK0.6200.660.29
HSL116.95º48.76%47.45%-
HSV(B)116.95º65.56%70.59%-
XYZ19.5734.2210.13-
YUV133.0687.8981.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.94%
GREEN value IS 180 (70.70% from 255) = 58.06%
BLUE value IS 62 (24.61% from 255) = 20%
R=21.94%
G=58.06%
B=20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68180620.6200.660.29116.9548.7647.45
Hex44B43E3E0421D75312f
Octal10426476760102351656157
Binary10001001011010011111011111001000010111011110101110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B43E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,180,62); }

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

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

 a { background-color: rgb(68,180,62); }

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

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

 span { border-color: rgb(68,180,62); }

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