#44AD52

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

Shades of Fruit Salad #44AD52

Tints of Fruit Salad #44AD52

Color information

#44AD52 (or 0x44AD52) is unknown color: approx Fruit Salad. HEX triplet: 44, AD and 52. RGB value is (68,173,82). Sum of RGB (Red+Green+Blue) = 68+173+82=323 (42% of max value = 765). Red value is 68 (26.95% from 255 or 21.05% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 82 (32.42% from 255 or 25.39% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #44AD52 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44AD52 is #BB52AD. Grayscale: #838383. Windows color (decimal): -12276398 or 5418308. OLE color: 5418308.

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

Color convert

RGB6817382-
CMYK0.6100.530.32
HSL128º43.57%47.25%-
HSV(B)128º60.69%67.84%-
XYZ18.8531.7313.11-
YUV131.23100.2182.9-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.05%
GREEN value IS 173 (67.97% from 255) = 53.56%
BLUE value IS 82 (32.42% from 255) = 25.39%
R=21.05%
G=53.56%
B=25.39%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal68173820.6100.530.3212843.5747.25
Hex44AD523D03520802c2f
Octal10425512275065402005457
Binary1000100101011011010010111101011010110000010000000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44AD52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,173,82); }

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

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

 a { background-color: rgb(68,173,82); }

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

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

 span { border-color: rgb(68,173,82); }

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