#44A53C

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

Shades of Fruit Salad #44A53C

Tints of Fruit Salad #44A53C

Color information

#44A53C (or 0x44A53C) is unknown color: approx Fruit Salad. HEX triplet: 44, A5 and 3C. RGB value is (68,165,60). Sum of RGB (Red+Green+Blue) = 68+165+60=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 165 (64.84% from 255 or 56.31% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 165 - color contains mainly: green. Hex color #44A53C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44A53C is #BB5AC3. Grayscale: #7C7C7C. Windows color (decimal): -12278468 or 3974468. OLE color: 3974468.

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

Color convert

RGB6816560-
CMYK0.5900.640.35
HSL115.43º46.67%44.12%-
HSV(B)115.43º63.64%64.71%-
XYZ16.6528.478.89-
YUV124.0391.8688.04-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.21%
GREEN value IS 165 (64.84% from 255) = 56.31%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=23.21%
G=56.31%
B=20.48%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165600.5900.640.35115.4346.6744.12
Hex44A53C3B04023732f2c
Octal10424574730100431635754
Binary100010010100101111100111011010000001000111110011101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,165,60); }

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

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

 a { background-color: rgb(68,165,60); }

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

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

 span { border-color: rgb(68,165,60); }

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