#469049

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

Shades of Fruit Salad #469049

Tints of Fruit Salad #469049

Color information

#469049 (or 0x469049) is unknown color: approx Fruit Salad. HEX triplet: 46, 90 and 49. RGB value is (70,144,73). Sum of RGB (Red+Green+Blue) = 70+144+73=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 144 (56.64% from 255 or 50.17% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 144 - color contains mainly: green. Hex color #469049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469049 is #B96FB6. Grayscale: #717171. Windows color (decimal): -12152759 or 4821062. OLE color: 4821062.

HSL color Cylindrical-coordinate representation of color #469049: hue angle of 122.43º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #469049 is Cyan = 0.51, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB7014473-
CMYK0.5100.490.44
HSL122.43º34.58%41.96%-
HSV(B)122.43º51.39%56.47%-
XYZ13.721.739.78-
YUV113.78104.9896.77-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.39%
GREEN value IS 144 (56.64% from 255) = 50.17%
BLUE value IS 73 (28.91% from 255) = 25.44%
R=24.39%
G=50.17%
B=25.44%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144730.5100.490.44122.4334.5841.96
Hex469049330312C7a232a
Octal10622011163061541724352
Binary100011010010000100100111001101100011011001111010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469049; }

 p { color: rgb(70,144,73); }

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

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

 a { background-color: rgb(70,144,73); }

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

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

 span { border-color: rgb(70,144,73); }

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