#44AA43

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

Shades of Fruit Salad #44AA43

Tints of Fruit Salad #44AA43

Color information

#44AA43 (or 0x44AA43) is unknown color: approx Fruit Salad. HEX triplet: 44, AA and 43. RGB value is (68,170,67). Sum of RGB (Red+Green+Blue) = 68+170+67=305 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.30% from 305); Green value is 170 (66.80% from 255 or 55.74% from 305); Blue value is 67 (26.56% from 255 or 21.97% from 305); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA43 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AA43 is #BB55BC. Grayscale: #808080. Windows color (decimal): -12277181 or 4434500. OLE color: 4434500.

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

Color convert

RGB6817067-
CMYK0.600.610.33
HSL119.42º43.46%46.47%-
HSV(B)119.42º60.59%66.67%-
XYZ17.7730.3810.24-
YUV127.7693.7185.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 22.30%
GREEN value IS 170 (66.80% from 255) = 55.74%
BLUE value IS 67 (26.56% from 255) = 21.97%
R=22.30%
G=55.74%
B=21.97%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68170670.600.610.33119.4243.4646.47
Hex44AA433C03D21772b2e
Octal10425210374075411675356
Binary100010010101010100001111110001111011000011110111101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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