#419E46

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

Shades of Fruit Salad #419E46

Tints of Fruit Salad #419E46

Color information

#419E46 (or 0x419E46) is unknown color: approx Fruit Salad. HEX triplet: 41, 9E and 46. RGB value is (65,158,70). Sum of RGB (Red+Green+Blue) = 65+158+70=293 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.18% from 293); Green value is 158 (62.11% from 255 or 53.92% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 158 - color contains mainly: green. Hex color #419E46 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419E46 is #BE61B9. Grayscale: #787878. Windows color (decimal): -12476858 or 4628033. OLE color: 4628033.

HSL color Cylindrical-coordinate representation of color #419E46: hue angle of 123.23º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #419E46 is Cyan = 0.59, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.38.

Color convert

RGB6515870-
CMYK0.5900.560.38
HSL123.23º41.7%43.73%-
HSV(B)123.23º58.86%61.96%-
XYZ15.5126.0210-
YUV120.1699.6988.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.18%
GREEN value IS 158 (62.11% from 255) = 53.92%
BLUE value IS 70 (27.73% from 255) = 23.89%
R=22.18%
G=53.92%
B=23.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal65158700.5900.560.38123.2341.743.73
Hex419E463B038267b2a2c
Octal10123610673070461735254
Binary100000110011110100011011101101110001001101111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419E46; }

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

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

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

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

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

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

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

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