#419546

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

Shades of Fruit Salad #419546

Tints of Fruit Salad #419546

Color information

#419546 (or 0x419546) is unknown color: approx Fruit Salad. HEX triplet: 41, 95 and 46. RGB value is (65,149,70). Sum of RGB (Red+Green+Blue) = 65+149+70=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 70 (27.73% from 255 or 24.65% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #419546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419546 is #BE6AB9. Grayscale: #737373. Windows color (decimal): -12479162 or 4625729. OLE color: 4625729.

HSL color Cylindrical-coordinate representation of color #419546: hue angle of 123.57º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419546 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB6514970-
CMYK0.5600.530.42
HSL123.57º39.25%41.96%-
HSV(B)123.57º56.38%58.43%-
XYZ14.0323.069.51-
YUV114.88102.6792.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 70 (27.73% from 255) = 24.65%
R=22.89%
G=52.46%
B=24.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65149700.5600.530.42123.5739.2541.96
Hex419546380352A7c272a
Octal10122510670065521744752
Binary100000110010101100011011100001101011010101111100100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419546; }

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

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

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

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

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

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

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

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