#449347

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

Shades of Fruit Salad #449347

Tints of Fruit Salad #449347

Color information

#449347 (or 0x449347) is unknown color: approx Fruit Salad. HEX triplet: 44, 93 and 47. RGB value is (68,147,71). Sum of RGB (Red+Green+Blue) = 68+147+71=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 71 (28.12% from 255 or 24.83% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #449347 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449347 is #BB6CB8. Grayscale: #727272. Windows color (decimal): -12283065 or 4690756. OLE color: 4690756.

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

Color convert

RGB6814771-
CMYK0.5400.520.42
HSL122.28º36.74%42.16%-
HSV(B)122.28º53.74%57.65%-
XYZ13.9522.559.58-
YUV114.72103.3394.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 23.78%
GREEN value IS 147 (57.81% from 255) = 51.40%
BLUE value IS 71 (28.12% from 255) = 24.83%
R=23.78%
G=51.40%
B=24.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal68147710.5400.520.42122.2836.7442.16
Hex449347360342A7a252a
Octal10422310766064521724552
Binary100010010010011100011111011001101001010101111010100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449347; }

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

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

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

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

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

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

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

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