#44B73F

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

Shades of Fruit Salad #44B73F

Tints of Fruit Salad #44B73F

Color information

#44B73F (or 0x44B73F) is unknown color: approx Fruit Salad. HEX triplet: 44, B7 and 3F. RGB value is (68,183,63). Sum of RGB (Red+Green+Blue) = 68+183+63=314 (41% of max value = 765). Red value is 68 (26.95% from 255 or 21.66% from 314); Green value is 183 (71.88% from 255 or 58.28% from 314); Blue value is 63 (25% from 255 or 20.06% from 314); Max value from RGB is 183 - color contains mainly: green. Hex color #44B73F is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B73F is #BB48C0. Grayscale: #878787. Windows color (decimal): -12273857 or 4175684. OLE color: 4175684.

HSL color Cylindrical-coordinate representation of color #44B73F: hue angle of 117.5º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44B73F is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB6818363-
CMYK0.6300.660.28
HSL117.5º48.78%48.24%-
HSV(B)117.5º65.57%71.76%-
XYZ20.2135.4510.48-
YUV134.9387.480.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 21.66%
GREEN value IS 183 (71.88% from 255) = 58.28%
BLUE value IS 63 (25% from 255) = 20.06%
R=21.66%
G=58.28%
B=20.06%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal68183630.6300.660.28117.548.7848.24
Hex44B73F3F0421C763130
Octal10426777770102341666160
Binary10001001011011111111111111101000010111001110110110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B73F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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