#459849

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

Shades of Fruit Salad #459849

Tints of Fruit Salad #459849

Color information

#459849 (or 0x459849) is unknown color: approx Fruit Salad. HEX triplet: 45, 98 and 49. RGB value is (69,152,73). Sum of RGB (Red+Green+Blue) = 69+152+73=294 (38% of max value = 765). Red value is 69 (27.34% from 255 or 23.47% from 294); Green value is 152 (59.77% from 255 or 51.70% from 294); Blue value is 73 (28.91% from 255 or 24.83% from 294); Max value from RGB is 152 - color contains mainly: green. Hex color #459849 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #459849 is #BA67B6. Grayscale: #767676. Windows color (decimal): -12216247 or 4823109. OLE color: 4823109.

HSL color Cylindrical-coordinate representation of color #459849: hue angle of 122.89º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #459849 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.40.

Color convert

RGB6915273-
CMYK0.5500.520.40
HSL122.89º37.56%43.33%-
HSV(B)122.89º54.61%59.61%-
XYZ14.8924.210.19-
YUV118.18102.592.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 23.47%
GREEN value IS 152 (59.77% from 255) = 51.70%
BLUE value IS 73 (28.91% from 255) = 24.83%
R=23.47%
G=51.70%
B=24.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal69152730.5500.520.40122.8937.5643.33
Hex45984937034287b262b
Octal10523011167064501734653
Binary100010110011000100100111011101101001010001111011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #459849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #459849; }

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

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

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

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

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

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

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

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