#449F40

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

Shades of Fruit Salad #449F40

Tints of Fruit Salad #449F40

Color information

#449F40 (or 0x449F40) is unknown color: approx Fruit Salad. HEX triplet: 44, 9F and 40. RGB value is (68,159,64). Sum of RGB (Red+Green+Blue) = 68+159+64=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 159 (62.5% from 255 or 54.64% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 159 - color contains mainly: green. Hex color #449F40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F40 is #BB60BF. Grayscale: #797979. Windows color (decimal): -12280000 or 4235076. OLE color: 4235076.

HSL color Cylindrical-coordinate representation of color #449F40: hue angle of 117.47º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #449F40 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB6815964-
CMYK0.5700.600.38
HSL117.47º42.6%43.73%-
HSV(B)117.47º59.75%62.35%-
XYZ15.7126.49.12-
YUV120.9695.8590.22-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 159 (62.5% from 255) = 54.64%
BLUE value IS 64 (25.39% from 255) = 21.99%
R=23.37%
G=54.64%
B=21.99%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68159640.5700.600.38117.4742.643.73
Hex449F403903C26752b2c
Octal10423710071074461655354
Binary100010010011111100000011100101111001001101110101101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449F40; }

 p { color: rgb(68,159,64); }

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

<style>
 a { background-color: #449F40; }

 a { background-color: rgb(68,159,64); }

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

<style>
 span { border-color: #449F40; }

 span { border-color: rgb(68,159,64); }

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