#449F41

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

Shades of Fruit Salad #449F41

Tints of Fruit Salad #449F41

Color information

#449F41 (or 0x449F41) is unknown color: approx Fruit Salad. HEX triplet: 44, 9F and 41. RGB value is (68,159,65). Sum of RGB (Red+Green+Blue) = 68+159+65=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 159 (62.5% from 255 or 54.45% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 159 - color contains mainly: green. Hex color #449F41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449F41 is #BB60BE. Grayscale: #797979. Windows color (decimal): -12279999 or 4300612. OLE color: 4300612.

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

Color convert

RGB6815965-
CMYK0.5700.590.38
HSL118.09º41.96%43.92%-
HSV(B)118.09º59.12%62.35%-
XYZ15.7426.419.27-
YUV121.0796.3590.14-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.29%
GREEN value IS 159 (62.5% from 255) = 54.45%
BLUE value IS 65 (25.78% from 255) = 22.26%
R=23.29%
G=54.45%
B=22.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68159650.5700.590.38118.0941.9643.92
Hex449F413903B26762a2c
Octal10423710171073461665254
Binary100010010011111100000111100101110111001101110110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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