#409342

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

Shades of Fruit Salad #409342

Tints of Fruit Salad #409342

Color information

#409342 (or 0x409342) is unknown color: approx Fruit Salad. HEX triplet: 40, 93 and 42. RGB value is (64,147,66). Sum of RGB (Red+Green+Blue) = 64+147+66=277 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.10% from 277); Green value is 147 (57.81% from 255 or 53.07% from 277); Blue value is 66 (26.17% from 255 or 23.83% from 277); Max value from RGB is 147 - color contains mainly: green. Hex color #409342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409342 is #BF6CBD. Grayscale: #717171. Windows color (decimal): -12545214 or 4363072. OLE color: 4363072.

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

Color convert

RGB6414766-
CMYK0.5600.550.42
HSL121.45º39.34%41.37%-
HSV(B)121.45º56.46%57.65%-
XYZ13.5322.358.76-
YUV112.95101.593.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.10%
GREEN value IS 147 (57.81% from 255) = 53.07%
BLUE value IS 66 (26.17% from 255) = 23.83%
R=23.10%
G=53.07%
B=23.83%

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
Decimal64147660.5600.550.42121.4539.3441.37
Hex409342380372A792729
Octal10022310270067521714751
Binary100000010010011100001011100001101111010101111001100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409342; }

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

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

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

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

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

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

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

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