#419049

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

Shades of Fruit Salad #419049

Tints of Fruit Salad #419049

Color information

#419049 (or 0x419049) is unknown color: approx Fruit Salad. HEX triplet: 41, 90 and 49. RGB value is (65,144,73). Sum of RGB (Red+Green+Blue) = 65+144+73=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 144 (56.64% from 255 or 51.06% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 144 - color contains mainly: green. Hex color #419049 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419049 is #BE6FB6. Grayscale: #707070. Windows color (decimal): -12480439 or 4821057. OLE color: 4821057.

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

Color convert

RGB6514473-
CMYK0.5500.490.44
HSL126.08º37.8%40.98%-
HSV(B)126.08º54.86%56.47%-
XYZ13.3621.559.76-
YUV112.28105.8394.27-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 144 (56.64% from 255) = 51.06%
BLUE value IS 73 (28.91% from 255) = 25.89%
R=23.05%
G=51.06%
B=25.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal65144730.5500.490.44126.0837.840.98
Hex419049370312C7e2629
Octal10122011167061541764651
Binary100000110010000100100111011101100011011001111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419049; }

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

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

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

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

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

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

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

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