#459349

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

Shades of Fruit Salad #459349

Tints of Fruit Salad #459349

Color information

#459349 (or 0x459349) is unknown color: approx Fruit Salad. HEX triplet: 45, 93 and 49. RGB value is (69,147,73). Sum of RGB (Red+Green+Blue) = 69+147+73=289 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.88% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 73 (28.91% from 255 or 25.26% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #459349 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459349 is #BA6CB6. Grayscale: #737373. Windows color (decimal): -12217527 or 4821829. OLE color: 4821829.

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

Color convert

RGB6914773-
CMYK0.5300.500.42
HSL123.08º36.11%42.35%-
HSV(B)123.08º53.06%57.65%-
XYZ14.0922.619.93-
YUV115.24104.1695.02-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.88%
GREEN value IS 147 (57.81% from 255) = 50.87%
BLUE value IS 73 (28.91% from 255) = 25.26%
R=23.88%
G=50.87%
B=25.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal69147730.5300.500.42123.0836.1142.35
Hex459349350322A7b242a
Octal10522311165062521734452
Binary100010110010011100100111010101100101010101111011100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459349; }

 p { color: rgb(69,147,73); }

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

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

 a { background-color: rgb(69,147,73); }

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

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

 span { border-color: rgb(69,147,73); }

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