#44A43F

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

Shades of Fruit Salad #44A43F

Tints of Fruit Salad #44A43F

Color information

#44A43F (or 0x44A43F) is unknown color: approx Fruit Salad. HEX triplet: 44, A4 and 3F. RGB value is (68,164,63). Sum of RGB (Red+Green+Blue) = 68+164+63=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 164 (64.45% from 255 or 55.59% from 295); Blue value is 63 (25% from 255 or 21.36% from 295); Max value from RGB is 164 - color contains mainly: green. Hex color #44A43F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A43F is #BB5BC0. Grayscale: #7C7C7C. Windows color (decimal): -12278721 or 4170820. OLE color: 4170820.

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

Color convert

RGB6816463-
CMYK0.5900.620.36
HSL117.03º44.49%44.51%-
HSV(B)117.03º61.59%64.31%-
XYZ16.5628.149.26-
YUV123.7893.788.21-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 164 (64.45% from 255) = 55.59%
BLUE value IS 63 (25% from 255) = 21.36%
R=23.05%
G=55.59%
B=21.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal68164630.5900.620.36117.0344.4944.51
Hex44A43F3B03E24752c2d
Octal1042447773076441655455
Binary10001001010010011111111101101111101001001110101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,164,63); }

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

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

 a { background-color: rgb(68,164,63); }

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

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

 span { border-color: rgb(68,164,63); }

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