#44AB3A

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

Shades of Fruit Salad #44AB3A

Tints of Fruit Salad #44AB3A

Color information

#44AB3A (or 0x44AB3A) is unknown color: approx Fruit Salad. HEX triplet: 44, AB and 3A. RGB value is (68,171,58). Sum of RGB (Red+Green+Blue) = 68+171+58=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 171 (67.19% from 255 or 57.58% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 171 - color contains mainly: green. Hex color #44AB3A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AB3A is #BB54C5. Grayscale: #7F7F7F. Windows color (decimal): -12276934 or 3844932. OLE color: 3844932.

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

Color convert

RGB6817158-
CMYK0.6000.660.33
HSL114.69º49.34%44.9%-
HSV(B)114.69º66.08%67.06%-
XYZ17.7130.668.99-
YUV127.3288.8885.69-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.90%
GREEN value IS 171 (67.19% from 255) = 57.58%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=22.90%
G=57.58%
B=19.53%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68171580.6000.660.33114.6949.3444.9
Hex44AB3A3C0422173312d
Octal10425372740102411636155
Binary100010010101011111010111100010000101000011110011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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