#469146

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

Shades of Fruit Salad #469146

Tints of Fruit Salad #469146

Color information

#469146 (or 0x469146) is unknown color: approx Fruit Salad. HEX triplet: 46, 91 and 46. RGB value is (70,145,70). Sum of RGB (Red+Green+Blue) = 70+145+70=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #469146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469146 is #B96EB9. Grayscale: #727272. Windows color (decimal): -12152506 or 4624710. OLE color: 4624710.

HSL color Cylindrical-coordinate representation of color #469146: hue angle of 120º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #469146 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB7014570-
CMYK0.5200.520.43
HSL120º34.88%42.16%-
HSV(B)120º51.72%56.86%-
XYZ13.76229.31-
YUV114.02103.1596.6-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 145 (57.03% from 255) = 50.88%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=24.56%
G=50.88%
B=24.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal70145700.5200.520.4312034.8842.16
Hex469146340342B78232a
Octal10622110664064531704352
Binary100011010010001100011011010001101001010111111000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469146; }

 p { color: rgb(70,145,70); }

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

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

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

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

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

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

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