#44AE46

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

Shades of Fruit Salad #44AE46

Tints of Fruit Salad #44AE46

Color information

#44AE46 (or 0x44AE46) is unknown color: approx Fruit Salad. HEX triplet: 44, AE and 46. RGB value is (68,174,70). Sum of RGB (Red+Green+Blue) = 68+174+70=312 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.79% from 312); Green value is 174 (68.36% from 255 or 55.77% from 312); Blue value is 70 (27.73% from 255 or 22.44% from 312); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AE46 is #BB51B9. Grayscale: #828282. Windows color (decimal): -12276154 or 4632132. OLE color: 4632132.

HSL color Cylindrical-coordinate representation of color #44AE46: hue angle of 121.13º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #44AE46 is Cyan = 0.61, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB6817470-
CMYK0.6100.600.32
HSL121.13º43.8%47.45%-
HSV(B)121.13º60.92%68.24%-
XYZ18.6331.9410.98-
YUV130.4593.8883.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.79%
GREEN value IS 174 (68.36% from 255) = 55.77%
BLUE value IS 70 (27.73% from 255) = 22.44%
R=21.79%
G=55.77%
B=22.44%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68174700.6100.600.32121.1343.847.45
Hex44AE463D03C20792c2f
Octal10425610675074401715457
Binary100010010101110100011011110101111001000001111001101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,174,70); }

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

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

 a { background-color: rgb(68,174,70); }

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

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

 span { border-color: rgb(68,174,70); }

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