#419148

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

Shades of Fruit Salad #419148

Tints of Fruit Salad #419148

Color information

#419148 (or 0x419148) is unknown color: approx Fruit Salad. HEX triplet: 41, 91 and 48. RGB value is (65,145,72). Sum of RGB (Red+Green+Blue) = 65+145+72=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 72 (28.52% from 255 or 25.53% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #419148 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419148 is #BE6EB7. Grayscale: #707070. Windows color (decimal): -12480184 or 4755777. OLE color: 4755777.

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

Color convert

RGB6514572-
CMYK0.5500.500.43
HSL125.25º38.1%41.18%-
HSV(B)125.25º55.17%56.86%-
XYZ13.4821.849.64-
YUV112.7610593.94-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 145 (57.03% from 255) = 51.42%
BLUE value IS 72 (28.52% from 255) = 25.53%
R=23.05%
G=51.42%
B=25.53%

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
Decimal65145720.5500.500.43125.2538.141.18
Hex419148370322B7d2629
Octal10122111067062531754651
Binary100000110010001100100011011101100101010111111101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419148; }

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

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

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

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

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

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

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

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