#468D45

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

Shades of Fruit Salad #468D45

Tints of Fruit Salad #468D45

Color information

#468D45 (or 0x468D45) is unknown color: approx Fruit Salad. HEX triplet: 46, 8D and 45. RGB value is (70,141,69). Sum of RGB (Red+Green+Blue) = 70+141+69=280 (37% of max value = 765). Red value is 70 (27.73% from 255 or 25% from 280); Green value is 141 (55.47% from 255 or 50.36% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 141 - color contains mainly: green. Hex color #468D45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #468D45 is #B972BA. Grayscale: #6F6F6F. Windows color (decimal): -12153531 or 4558150. OLE color: 4558150.

HSL color Cylindrical-coordinate representation of color #468D45: hue angle of 119.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468D45 is Cyan = 0.50, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB7014169-
CMYK0.5000.510.45
HSL119.17º34.29%41.18%-
HSV(B)119.17º51.06%55.29%-
XYZ13.1220.788.95-
YUV111.56103.9898.35-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 50.36%
BLUE value IS 69 (27.34% from 255) = 24.64%
R=25%
G=50.36%
B=24.64%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70141690.5000.510.45119.1734.2941.18
Hex468D45320332D772229
Octal10621510562063551674251
Binary100011010001101100010111001001100111011011110111100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468D45; }

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

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

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

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

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

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

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

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