#419242

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

Shades of Fruit Salad #419242

Tints of Fruit Salad #419242

Color information

#419242 (or 0x419242) is unknown color: approx Fruit Salad. HEX triplet: 41, 92 and 42. RGB value is (65,146,66). Sum of RGB (Red+Green+Blue) = 65+146+66=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 146 (57.42% from 255 or 52.71% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 146 - color contains mainly: green. Hex color #419242 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419242 is #BE6DBD. Grayscale: #707070. Windows color (decimal): -12479934 or 4362817. OLE color: 4362817.

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

Color convert

RGB6514666-
CMYK0.5500.550.43
HSL120.74º38.39%41.37%-
HSV(B)120.74º55.48%57.25%-
XYZ13.4422.078.71-
YUV112.66101.6694-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.47%
GREEN value IS 146 (57.42% from 255) = 52.71%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=23.47%
G=52.71%
B=23.83%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal65146660.5500.550.43120.7438.3941.37
Hex419242370372B792629
Octal10122210267067531714651
Binary100000110010010100001011011101101111010111111001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419242; }

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

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

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

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

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

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

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

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