#449348

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

Shades of Fruit Salad #449348

Tints of Fruit Salad #449348

Color information

#449348 (or 0x449348) is unknown color: approx Fruit Salad. HEX triplet: 44, 93 and 48. RGB value is (68,147,72). Sum of RGB (Red+Green+Blue) = 68+147+72=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 147 (57.81% from 255 or 51.22% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 147 - color contains mainly: green. Hex color #449348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449348 is #BB6CB7. Grayscale: #737373. Windows color (decimal): -12283064 or 4756292. OLE color: 4756292.

HSL color Cylindrical-coordinate representation of color #449348: hue angle of 123.04º 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 #449348 is Cyan = 0.54, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB6814772-
CMYK0.5400.510.42
HSL123.04º36.74%42.16%-
HSV(B)123.04º53.74%57.65%-
XYZ13.9922.569.75-
YUV114.83103.8394.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.69%
GREEN value IS 147 (57.81% from 255) = 51.22%
BLUE value IS 72 (28.52% from 255) = 25.09%
R=23.69%
G=51.22%
B=25.09%

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
Decimal68147720.5400.510.42123.0436.7442.16
Hex449348360332A7b252a
Octal10422311066063521734552
Binary100010010010011100100011011001100111010101111011100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449348; }

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

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

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

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

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

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

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

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