#449440

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

Shades of Fruit Salad #449440

Tints of Fruit Salad #449440

Color information

#449440 (or 0x449440) is unknown color: approx Fruit Salad. HEX triplet: 44, 94 and 40. RGB value is (68,148,64). Sum of RGB (Red+Green+Blue) = 68+148+64=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 148 (58.20% from 255 or 52.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 148 - color contains mainly: green. Hex color #449440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449440 is #BB6BBF. Grayscale: #727272. Windows color (decimal): -12282816 or 4232260. OLE color: 4232260.

HSL color Cylindrical-coordinate representation of color #449440: hue angle of 117.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449440 is Cyan = 0.54, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB6814864-
CMYK0.5400.570.42
HSL117.14º39.62%41.57%-
HSV(B)117.14º56.76%58.04%-
XYZ13.922.788.51-
YUV114.599.594.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 148 (58.20% from 255) = 52.86%
BLUE value IS 64 (25.39% from 255) = 22.86%
R=24.29%
G=52.86%
B=22.86%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148640.5400.570.42117.1439.6241.57
Hex449440360392A75282a
Octal10422410066071521655052
Binary100010010010100100000011011001110011010101110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449440; }

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

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

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

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

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

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

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

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