#44B64F

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

Shades of Fruit Salad #44B64F

Tints of Fruit Salad #44B64F

Color information

#44B64F (or 0x44B64F) is unknown color: approx Fruit Salad. HEX triplet: 44, B6 and 4F. RGB value is (68,182,79). Sum of RGB (Red+Green+Blue) = 68+182+79=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 182 (71.48% from 255 or 55.32% from 329); Blue value is 79 (31.25% from 255 or 24.01% from 329); Max value from RGB is 182 - color contains mainly: green. Hex color #44B64F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #44B64F is #BB49B0. Grayscale: #888888. Windows color (decimal): -12274097 or 5224004. OLE color: 5224004.

HSL color Cylindrical-coordinate representation of color #44B64F: hue angle of 125.79º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #44B64F is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB6818279-
CMYK0.6300.570.29
HSL125.79º45.6%49.02%-
HSV(B)125.79º62.64%71.37%-
XYZ20.5235.2513.12-
YUV136.1795.7379.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 182 (71.48% from 255) = 55.32%
BLUE value IS 79 (31.25% from 255) = 24.01%
R=20.67%
G=55.32%
B=24.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68182790.6300.570.29125.7945.649.02
Hex44B64F3F0391D7e2e31
Octal10426611777071351765661
Binary10001001011011010011111111110111001111011111110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,182,79); }

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

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

 a { background-color: rgb(68,182,79); }

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

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

 span { border-color: rgb(68,182,79); }

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