#44AB43

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

Shades of Fruit Salad #44AB43

Tints of Fruit Salad #44AB43

Color information

#44AB43 (or 0x44AB43) is unknown color: approx Fruit Salad. HEX triplet: 44, AB and 43. RGB value is (68,171,67). Sum of RGB (Red+Green+Blue) = 68+171+67=306 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.22% from 306); Green value is 171 (67.19% from 255 or 55.88% from 306); Blue value is 67 (26.56% from 255 or 21.90% from 306); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AB43 is #BB54BC. Grayscale: #808080. Windows color (decimal): -12276925 or 4434756. OLE color: 4434756.

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

Color convert

RGB6817167-
CMYK0.6000.610.33
HSL119.42º43.7%46.67%-
HSV(B)119.42º60.82%67.06%-
XYZ17.9630.7610.3-
YUV128.3593.3884.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.22%
GREEN value IS 171 (67.19% from 255) = 55.88%
BLUE value IS 67 (26.56% from 255) = 21.90%
R=22.22%
G=55.88%
B=21.90%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68171670.6000.610.33119.4243.746.67
Hex44AB433C03D21772c2f
Octal10425310374075411675457
Binary100010010101011100001111110001111011000011110111101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,171,67); }

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

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

 a { background-color: rgb(68,171,67); }

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

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

 span { border-color: rgb(68,171,67); }

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