#419146

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

Shades of Fruit Salad #419146

Tints of Fruit Salad #419146

Color information

#419146 (or 0x419146) is unknown color: approx Fruit Salad. HEX triplet: 41, 91 and 46. RGB value is (65,145,70). Sum of RGB (Red+Green+Blue) = 65+145+70=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #419146 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419146 is #BE6EB9. Grayscale: #707070. Windows color (decimal): -12480186 or 4624705. OLE color: 4624705.

HSL color Cylindrical-coordinate representation of color #419146: hue angle of 123.75º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #419146 is Cyan = 0.55, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.43.

Color convert

RGB6514570-
CMYK0.5500.520.43
HSL123.75º38.1%41.18%-
HSV(B)123.75º55.17%56.86%-
XYZ13.4121.829.3-
YUV112.5310494.1-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 145 (57.03% from 255) = 51.79%
BLUE value IS 70 (27.73% from 255) = 25%
R=23.21%
G=51.79%
B=25%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145700.5500.520.43123.7538.141.18
Hex419146370342B7c2629
Octal10122110667064531744651
Binary100000110010001100011011011101101001010111111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419146; }

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

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

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

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

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

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

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

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