#44AC3E

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

Shades of Fruit Salad #44AC3E

Tints of Fruit Salad #44AC3E

Color information

#44AC3E (or 0x44AC3E) is unknown color: approx Fruit Salad. HEX triplet: 44, AC and 3E. RGB value is (68,172,62). Sum of RGB (Red+Green+Blue) = 68+172+62=302 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.52% from 302); Green value is 172 (67.58% from 255 or 56.95% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AC3E is #BB53C1. Grayscale: #808080. Windows color (decimal): -12276674 or 4107332. OLE color: 4107332.

HSL color Cylindrical-coordinate representation of color #44AC3E: hue angle of 116.73º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #44AC3E is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB6817262-
CMYK0.6000.640.33
HSL116.73º47.01%45.88%-
HSV(B)116.73º63.95%67.45%-
XYZ18.0131.089.61-
YUV128.3690.5484.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.52%
GREEN value IS 172 (67.58% from 255) = 56.95%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=22.52%
G=56.95%
B=20.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68172620.6000.640.33116.7347.0145.88
Hex44AC3E3C04021752f2e
Octal10425476740100411655756
Binary100010010101100111110111100010000001000011110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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