#469145

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

Shades of Fruit Salad #469145

Tints of Fruit Salad #469145

Color information

#469145 (or 0x469145) is unknown color: approx Fruit Salad. HEX triplet: 46, 91 and 45. RGB value is (70,145,69). Sum of RGB (Red+Green+Blue) = 70+145+69=284 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.65% from 284); Green value is 145 (57.03% from 255 or 51.06% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 145 - color contains mainly: green. Hex color #469145 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #469145 is #B96EBA. Grayscale: #727272. Windows color (decimal): -12152507 or 4559174. OLE color: 4559174.

HSL color Cylindrical-coordinate representation of color #469145: hue angle of 119.21º degrees, saturation: 0.36, 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 #469145 is Cyan = 0.52, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB7014569-
CMYK0.5200.520.43
HSL119.21º35.51%41.96%-
HSV(B)119.21º52.41%56.86%-
XYZ13.7321.989.15-
YUV113.91102.6596.68-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.65%
GREEN value IS 145 (57.03% from 255) = 51.06%
BLUE value IS 69 (27.34% from 255) = 24.30%
R=24.65%
G=51.06%
B=24.30%

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
Decimal70145690.5200.520.43119.2135.5141.96
Hex469145340342B77242a
Octal10622110564064531674452
Binary100011010010001100010111010001101001010111110111100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469145

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469145; }

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

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

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

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

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

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

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

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