#419149

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

Shades of Fruit Salad #419149

Tints of Fruit Salad #419149

Color information

#419149 (or 0x419149) is unknown color: approx Fruit Salad. HEX triplet: 41, 91 and 49. RGB value is (65,145,73). Sum of RGB (Red+Green+Blue) = 65+145+73=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #419149 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419149 is #BE6EB6. Grayscale: #717171. Windows color (decimal): -12480183 or 4821313. OLE color: 4821313.

HSL color Cylindrical-coordinate representation of color #419149: hue angle of 126º 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 #419149 is Cyan = 0.55, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.43.

Color convert

RGB6514573-
CMYK0.5500.500.43
HSL126º38.1%41.18%-
HSV(B)126º55.17%56.86%-
XYZ13.5121.869.81-
YUV112.87105.593.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 145 (57.03% from 255) = 51.24%
BLUE value IS 73 (28.91% from 255) = 25.80%
R=22.97%
G=51.24%
B=25.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65145730.5500.500.4312638.141.18
Hex419149370322B7e2629
Octal10122111167062531764651
Binary100000110010001100100111011101100101010111111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419149

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419149; }

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

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

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

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

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

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

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

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