#44963F

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

Shades of Fruit Salad #44963F

Tints of Fruit Salad #44963F

Color information

#44963F (or 0x44963F) is unknown color: approx Fruit Salad. HEX triplet: 44, 96 and 3F. RGB value is (68,150,63). Sum of RGB (Red+Green+Blue) = 68+150+63=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #44963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44963F is #BB69C0. Grayscale: #737373. Windows color (decimal): -12282305 or 4167236. OLE color: 4167236.

HSL color Cylindrical-coordinate representation of color #44963F: hue angle of 116.55º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44963F is Cyan = 0.55, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB6815063-
CMYK0.5500.580.41
HSL116.55º40.85%41.76%-
HSV(B)116.55º58%58.82%-
XYZ14.1923.48.47-
YUV115.5698.3394.07-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.20%
GREEN value IS 150 (58.98% from 255) = 53.38%
BLUE value IS 63 (25% from 255) = 22.42%
R=24.20%
G=53.38%
B=22.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150630.5500.580.41116.5540.8541.76
Hex44963F3703A2975292a
Octal1042267767072511655152
Binary10001001001011011111111011101110101010011110101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44963F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44963F; }

 p { color: rgb(68,150,63); }

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

<style>
 a { background-color: #44963F; }

 a { background-color: rgb(68,150,63); }

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

<style>
 span { border-color: #44963F; }

 span { border-color: rgb(68,150,63); }

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