#419646

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

Shades of Fruit Salad #419646

Tints of Fruit Salad #419646

Color information

#419646 (or 0x419646) is unknown color: approx Fruit Salad. HEX triplet: 41, 96 and 46. RGB value is (65,150,70). Sum of RGB (Red+Green+Blue) = 65+150+70=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 150 (58.98% from 255 or 52.63% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 150 - color contains mainly: green. Hex color #419646 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419646 is #BE69B9. Grayscale: #737373. Windows color (decimal): -12478906 or 4625985. OLE color: 4625985.

HSL color Cylindrical-coordinate representation of color #419646: hue angle of 123.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419646 is Cyan = 0.57, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.41.

Color convert

RGB6515070-
CMYK0.5700.530.41
HSL123.53º39.53%42.16%-
HSV(B)123.53º56.67%58.82%-
XYZ14.1923.389.56-
YUV115.46102.3492-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 150 (58.98% from 255) = 52.63%
BLUE value IS 70 (27.73% from 255) = 24.56%
R=22.81%
G=52.63%
B=24.56%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal65150700.5700.530.41123.5339.5342.16
Hex41964639035297c282a
Octal10122610671065511745052
Binary100000110010110100011011100101101011010011111100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419646; }

 p { color: rgb(65,150,70); }

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

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

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

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

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

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

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