#469048

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

Shades of Fruit Salad #469048

Tints of Fruit Salad #469048

Color information

#469048 (or 0x469048) is unknown color: approx Fruit Salad. HEX triplet: 46, 90 and 48. RGB value is (70,144,72). Sum of RGB (Red+Green+Blue) = 70+144+72=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 144 (56.64% from 255 or 50.35% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 144 - color contains mainly: green. Hex color #469048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469048 is #B96FB7. Grayscale: #717171. Windows color (decimal): -12152760 or 4755526. OLE color: 4755526.

HSL color Cylindrical-coordinate representation of color #469048: hue angle of 121.62º 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 #469048 is Cyan = 0.51, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.

Color convert

RGB7014472-
CMYK0.5100.500.44
HSL121.62º34.58%41.96%-
HSV(B)121.62º51.39%56.47%-
XYZ13.6721.729.6-
YUV113.67104.4896.85-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 144 (56.64% from 255) = 50.35%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=24.48%
G=50.35%
B=25.17%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal70144720.5100.500.44121.6234.5841.96
Hex469048330322C7a232a
Octal10622011063062541724352
Binary100011010010000100100011001101100101011001111010100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469048; }

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

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

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

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

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

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

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

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