#419249

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

Shades of Fruit Salad #419249

Tints of Fruit Salad #419249

Color information

#419249 (or 0x419249) is unknown color: approx Fruit Salad. HEX triplet: 41, 92 and 49. RGB value is (65,146,73). Sum of RGB (Red+Green+Blue) = 65+146+73=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 146 (57.42% from 255 or 51.41% from 284); Blue value is 73 (28.91% from 255 or 25.70% from 284); Max value from RGB is 146 - color contains mainly: green. Hex color #419249 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419249 is #BE6DB6. Grayscale: #717171. Windows color (decimal): -12479927 or 4821569. OLE color: 4821569.

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

Color convert

RGB6514673-
CMYK0.5500.50.43
HSL125.93º38.39%41.37%-
HSV(B)125.93º55.48%57.25%-
XYZ13.6622.169.86-
YUV113.46105.1693.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 146 (57.42% from 255) = 51.41%
BLUE value IS 73 (28.91% from 255) = 25.70%
R=22.89%
G=51.41%
B=25.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65146730.5500.50.43125.9338.3941.37
Hex419249370322B7e2629
Octal10122211167062531764651
Binary100000110010010100100111011101100101010111111110100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419249; }

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

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

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

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

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

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

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

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