#449649

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

Shades of Fruit Salad #449649

Tints of Fruit Salad #449649

Color information

#449649 (or 0x449649) is unknown color: approx Fruit Salad. HEX triplet: 44, 96 and 49. RGB value is (68,150,73). Sum of RGB (Red+Green+Blue) = 68+150+73=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 150 (58.98% from 255 or 51.55% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 150 - color contains mainly: green. Hex color #449649 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449649 is #BB69B6. Grayscale: #747474. Windows color (decimal): -12282295 or 4822596. OLE color: 4822596.

HSL color Cylindrical-coordinate representation of color #449649: hue angle of 123.66º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449649 is Cyan = 0.55, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB6815073-
CMYK0.5500.510.41
HSL123.66º37.61%42.75%-
HSV(B)123.66º54.67%58.82%-
XYZ14.4923.5210.08-
YUV116.7103.3393.26-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.37%
GREEN value IS 150 (58.98% from 255) = 51.55%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=23.37%
G=51.55%
B=25.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68150730.5500.510.41123.6637.6142.75
Hex44964937033297c262b
Octal10422611167063511744653
Binary100010010010110100100111011101100111010011111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449649; }

 p { color: rgb(68,150,73); }

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

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

 a { background-color: rgb(68,150,73); }

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

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

 span { border-color: rgb(68,150,73); }

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