#459549

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

Shades of Fruit Salad #459549

Tints of Fruit Salad #459549

Color information

#459549 (or 0x459549) is unknown color: approx Fruit Salad. HEX triplet: 45, 95 and 49. RGB value is (69,149,73). Sum of RGB (Red+Green+Blue) = 69+149+73=291 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.71% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 73 (28.91% from 255 or 25.09% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #459549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459549 is #BA6AB6. Grayscale: #747474. Windows color (decimal): -12217015 or 4822341. OLE color: 4822341.

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

Color convert

RGB6914973-
CMYK0.5400.510.42
HSL123º36.7%42.75%-
HSV(B)123º53.69%58.43%-
XYZ14.423.2410.03-
YUV116.42103.594.18-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.71%
GREEN value IS 149 (58.59% from 255) = 51.20%
BLUE value IS 73 (28.91% from 255) = 25.09%
R=23.71%
G=51.20%
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
Decimal69149730.5400.510.4212336.742.75
Hex459549360332A7b252b
Octal10522511166063521734553
Binary100010110010101100100111011001100111010101111011100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459549; }

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

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

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

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

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

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

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

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