#449448

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

Shades of Fruit Salad #449448

Tints of Fruit Salad #449448

Color information

#449448 (or 0x449448) is unknown color: approx Fruit Salad. HEX triplet: 44, 94 and 48. RGB value is (68,148,72). Sum of RGB (Red+Green+Blue) = 68+148+72=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 72 (28.52% from 255 or 25% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #449448 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449448 is #BB6BB7. Grayscale: #737373. Windows color (decimal): -12282808 or 4756548. OLE color: 4756548.

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

Color convert

RGB6814872-
CMYK0.5400.510.42
HSL123º37.04%42.35%-
HSV(B)123º54.05%58.04%-
XYZ14.1422.889.8-
YUV115.42103.594.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.61%
GREEN value IS 148 (58.20% from 255) = 51.39%
BLUE value IS 72 (28.52% from 255) = 25%
R=23.61%
G=51.39%
B=25%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68148720.5400.510.4212337.0442.35
Hex449448360332A7b252a
Octal10422411066063521734552
Binary100010010010100100100011011001100111010101111011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449448; }

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

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

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

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

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

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

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

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