#449744

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

Shades of Fruit Salad #449744

Tints of Fruit Salad #449744

Color information

#449744 (or 0x449744) is unknown color: approx Fruit Salad. HEX triplet: 44, 97 and 44. RGB value is (68,151,68). Sum of RGB (Red+Green+Blue) = 68+151+68=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 68 (26.95% from 255 or 23.69% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #449744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449744 is #BB68BB. Grayscale: #747474. Windows color (decimal): -12282044 or 4495172. OLE color: 4495172.

HSL color Cylindrical-coordinate representation of color #449744: hue angle of 120º 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 #449744 is Cyan = 0.55, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB6815168-
CMYK0.5500.550.41
HSL120º37.9%42.94%-
HSV(B)120º54.97%59.22%-
XYZ14.4923.789.29-
YUV116.72100.593.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 151 (59.38% from 255) = 52.61%
BLUE value IS 68 (26.95% from 255) = 23.69%
R=23.69%
G=52.61%
B=23.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal68151680.5500.550.4112037.942.94
Hex449744370372978262b
Octal10422710467067511704653
Binary100010010010111100010011011101101111010011111000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449744; }

 p { color: rgb(68,151,68); }

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

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

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

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

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

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

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