#44AB38

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

Shades of Fruit Salad #44AB38

Tints of Fruit Salad #44AB38

Color information

#44AB38 (or 0x44AB38) is unknown color: approx Fruit Salad. HEX triplet: 44, AB and 38. RGB value is (68,171,56). Sum of RGB (Red+Green+Blue) = 68+171+56=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 171 (67.19% from 255 or 57.97% from 295); Blue value is 56 (22.27% from 255 or 18.98% from 295); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB38 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AB38 is #BB54C7. Grayscale: #7F7F7F. Windows color (decimal): -12276936 or 3713860. OLE color: 3713860.

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

Color convert

RGB6817156-
CMYK0.6000.670.33
HSL113.74º50.66%44.51%-
HSV(B)113.74º67.25%67.06%-
XYZ17.6630.648.72-
YUV127.0987.8885.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 171 (67.19% from 255) = 57.97%
BLUE value IS 56 (22.27% from 255) = 18.98%
R=23.05%
G=57.97%
B=18.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68171560.6000.670.33113.7450.6644.51
Hex44AB383C0432172332d
Octal10425370740103411626355
Binary100010010101011111000111100010000111000011110010110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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