#44AC45

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

Shades of Fruit Salad #44AC45

Tints of Fruit Salad #44AC45

Color information

#44AC45 (or 0x44AC45) is unknown color: approx Fruit Salad. HEX triplet: 44, AC and 45. RGB value is (68,172,69). Sum of RGB (Red+Green+Blue) = 68+172+69=309 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.01% from 309); Green value is 172 (67.58% from 255 or 55.66% from 309); Blue value is 69 (27.34% from 255 or 22.33% from 309); Max value from RGB is 172 - color contains mainly: green. Hex color #44AC45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AC45 is #BB53BA. Grayscale: #818181. Windows color (decimal): -12276667 or 4566084. OLE color: 4566084.

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

Color convert

RGB6817269-
CMYK0.6000.600.33
HSL120.58º43.33%47.06%-
HSV(B)120.58º60.47%67.45%-
XYZ18.2131.1610.69-
YUV129.1694.0484.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.01%
GREEN value IS 172 (67.58% from 255) = 55.66%
BLUE value IS 69 (27.34% from 255) = 22.33%
R=22.01%
G=55.66%
B=22.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68172690.6000.600.33120.5843.3347.06
Hex44AC453C03C21792b2f
Octal10425410574074411715357
Binary100010010101100100010111110001111001000011111001101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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