#44953F

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

Shades of Fruit Salad #44953F

Tints of Fruit Salad #44953F

Color information

#44953F (or 0x44953F) is unknown color: approx Fruit Salad. HEX triplet: 44, 95 and 3F. RGB value is (68,149,63). Sum of RGB (Red+Green+Blue) = 68+149+63=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 149 (58.59% from 255 or 53.21% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 149 - color contains mainly: green. Hex color #44953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #44953F is #BB6AC0. Grayscale: #737373. Windows color (decimal): -12282561 or 4166980. OLE color: 4166980.

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

Color convert

RGB6814963-
CMYK0.5400.580.42
HSL116.51º40.57%41.57%-
HSV(B)116.51º57.72%58.43%-
XYZ14.0323.088.42-
YUV114.9898.6694.49-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 149 (58.59% from 255) = 53.21%
BLUE value IS 63 (25% from 255) = 22.5%
R=24.29%
G=53.21%
B=22.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68149630.5400.580.42116.5140.5741.57
Hex44953F3603A2A75292a
Octal1042257766072521655152
Binary10001001001010111111111011001110101010101110101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44953F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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