#419047

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

Shades of Fruit Salad #419047

Tints of Fruit Salad #419047

Color information

#419047 (or 0x419047) is unknown color: approx Fruit Salad. HEX triplet: 41, 90 and 47. RGB value is (65,144,71). Sum of RGB (Red+Green+Blue) = 65+144+71=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 71 (28.12% from 255 or 25.36% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #419047 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419047 is #BE6FB8. Grayscale: #707070. Windows color (decimal): -12480441 or 4689985. OLE color: 4689985.

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

Color convert

RGB6514471-
CMYK0.5500.510.44
HSL124.56º37.8%40.98%-
HSV(B)124.56º54.86%56.47%-
XYZ13.2921.539.42-
YUV112.06104.8394.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 144 (56.64% from 255) = 51.43%
BLUE value IS 71 (28.12% from 255) = 25.36%
R=23.21%
G=51.43%
B=25.36%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144710.5500.510.44124.5637.840.98
Hex419047370332C7d2629
Octal10122010767063541754651
Binary100000110010000100011111011101100111011001111101100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419047; }

 p { color: rgb(65,144,71); }

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

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

 a { background-color: rgb(65,144,71); }

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

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

 span { border-color: rgb(65,144,71); }

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