#44AA35

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

Shades of Fruit Salad #44AA35

Tints of Fruit Salad #44AA35

Color information

#44AA35 (or 0x44AA35) is unknown color: approx Fruit Salad. HEX triplet: 44, AA and 35. RGB value is (68,170,53). Sum of RGB (Red+Green+Blue) = 68+170+53=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #44AA35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AA35 is #BB55CA. Grayscale: #7E7E7E. Windows color (decimal): -12277195 or 3516996. OLE color: 3516996.

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

Color convert

RGB6817053-
CMYK0.600.690.33
HSL112.31º52.47%43.73%-
HSV(B)112.31º68.82%66.67%-
XYZ17.430.248.29-
YUV126.1686.7186.51-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 170 (66.80% from 255) = 58.42%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=23.37%
G=58.42%
B=18.21%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal68170530.600.690.33112.3152.4743.73
Hex44AA353C0452170342c
Octal10425265740105411606454
Binary100010010101010110101111100010001011000011110000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AA35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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