#419342

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

Shades of Fruit Salad #419342

Tints of Fruit Salad #419342

Color information

#419342 (or 0x419342) is unknown color: approx Fruit Salad. HEX triplet: 41, 93 and 42. RGB value is (65,147,66). Sum of RGB (Red+Green+Blue) = 65+147+66=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 147 (57.81% from 255 or 52.88% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 147 - color contains mainly: green. Hex color #419342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #419342 is #BE6CBD. Grayscale: #717171. Windows color (decimal): -12479678 or 4363073. OLE color: 4363073.

HSL color Cylindrical-coordinate representation of color #419342: hue angle of 120.73º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #419342 is Cyan = 0.56, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB6514766-
CMYK0.5600.550.42
HSL120.73º38.68%41.57%-
HSV(B)120.73º55.78%57.65%-
XYZ13.622.388.76-
YUV113.25101.3393.59-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 147 (57.81% from 255) = 52.88%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=23.38%
G=52.88%
B=23.74%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal65147660.5600.550.42120.7338.6841.57
Hex419342380372A79272a
Octal10122310270067521714752
Binary100000110010011100001011100001101111010101111001100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419342; }

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

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

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

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

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

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

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

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