#44A34A

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

Shades of Fruit Salad #44A34A

Tints of Fruit Salad #44A34A

Color information

#44A34A (or 0x44A34A) is unknown color: approx Fruit Salad. HEX triplet: 44, A3 and 4A. RGB value is (68,163,74). Sum of RGB (Red+Green+Blue) = 68+163+74=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 163 (64.06% from 255 or 53.44% from 305); Blue value is 74 (29.30% from 255 or 24.26% from 305); Max value from RGB is 163 - color contains mainly: green. Hex color #44A34A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A34A is #BB5CB5. Grayscale: #7C7C7C. Windows color (decimal): -12278966 or 4891460. OLE color: 4891460.

HSL color Cylindrical-coordinate representation of color #44A34A: hue angle of 123.79º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A34A is Cyan = 0.58, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB6816374-
CMYK0.5800.550.36
HSL123.79º41.13%45.29%-
HSV(B)123.79º58.28%63.92%-
XYZ16.7227.9210.99-
YUV124.4599.5387.74-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 163 (64.06% from 255) = 53.44%
BLUE value IS 74 (29.30% from 255) = 24.26%
R=22.30%
G=53.44%
B=24.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68163740.5800.550.36123.7941.1345.29
Hex44A34A3A037247c292d
Octal10424311272067441745155
Binary100010010100011100101011101001101111001001111100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,163,74); }

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

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

 a { background-color: rgb(68,163,74); }

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

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

 span { border-color: rgb(68,163,74); }

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