#44AE35

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

Shades of Fruit Salad #44AE35

Tints of Fruit Salad #44AE35

Color information

#44AE35 (or 0x44AE35) is unknown color: approx Fruit Salad. HEX triplet: 44, AE and 35. RGB value is (68,174,53). Sum of RGB (Red+Green+Blue) = 68+174+53=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 174 (68.36% from 255 or 58.98% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 174 - color contains mainly: green. Hex color #44AE35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44AE35 is #BB51CA. Grayscale: #808080. Windows color (decimal): -12276171 or 3518020. OLE color: 3518020.

HSL color Cylindrical-coordinate representation of color #44AE35: hue angle of 112.56º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44AE35 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.32.

Color convert

RGB6817453-
CMYK0.6100.700.32
HSL112.56º53.3%44.51%-
HSV(B)112.56º69.54%68.24%-
XYZ18.1631.768.54-
YUV128.5185.3884.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.05%
GREEN value IS 174 (68.36% from 255) = 58.98%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=23.05%
G=58.98%
B=17.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68174530.6100.700.32112.5653.344.51
Hex44AE353D0462071352d
Octal10425665750106401616555
Binary100010010101110110101111101010001101000001110001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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