#449D41

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

Shades of Fruit Salad #449D41

Tints of Fruit Salad #449D41

Color information

#449D41 (or 0x449D41) is unknown color: approx Fruit Salad. HEX triplet: 44, 9D and 41. RGB value is (68,157,65). Sum of RGB (Red+Green+Blue) = 68+157+65=290 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.45% from 290); Green value is 157 (61.72% from 255 or 54.14% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 157 - color contains mainly: green. Hex color #449D41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449D41 is #BB62BE. Grayscale: #787878. Windows color (decimal): -12280511 or 4300100. OLE color: 4300100.

HSL color Cylindrical-coordinate representation of color #449D41: hue angle of 118.04º degrees, saturation: 0.41, 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 #449D41 is Cyan = 0.57, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.38.

Color convert

RGB6815765-
CMYK0.5700.590.38
HSL118.04º41.44%43.53%-
HSV(B)118.04º58.6%61.57%-
XYZ15.425.729.15-
YUV119.997.0190.98-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.45%
GREEN value IS 157 (61.72% from 255) = 54.14%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=23.45%
G=54.14%
B=22.41%

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
Decimal68157650.5700.590.38118.0441.4443.53
Hex449D413903B2676292c
Octal10423510171073461665154
Binary100010010011101100000111100101110111001101110110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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