#44AD40

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

Shades of Fruit Salad #44AD40

Tints of Fruit Salad #44AD40

Color information

#44AD40 (or 0x44AD40) is unknown color: approx Fruit Salad. HEX triplet: 44, AD and 40. RGB value is (68,173,64). Sum of RGB (Red+Green+Blue) = 68+173+64=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 173 (67.97% from 255 or 56.72% from 305); Blue value is 64 (25.39% from 255 or 20.98% from 305); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AD40 is #BB52BF. Grayscale: #818181. Windows color (decimal): -12276416 or 4238660. OLE color: 4238660.

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

Color convert

RGB6817364-
CMYK0.6100.630.32
HSL117.8º45.99%46.47%-
HSV(B)117.8º63.01%67.84%-
XYZ18.2531.499.97-
YUV129.1891.2184.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 173 (67.97% from 255) = 56.72%
BLUE value IS 64 (25.39% from 255) = 20.98%
R=22.30%
G=56.72%
B=20.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68173640.6100.630.32117.845.9946.47
Hex44AD403D03F20762e2e
Octal10425510075077401665656
Binary100010010101101100000011110101111111000001110110101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,173,64); }

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

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

 a { background-color: rgb(68,173,64); }

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

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

 span { border-color: rgb(68,173,64); }

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