#409442

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

Shades of Fruit Salad #409442

Tints of Fruit Salad #409442

Color information

#409442 (or 0x409442) is unknown color: approx Fruit Salad. HEX triplet: 40, 94 and 42. RGB value is (64,148,66). Sum of RGB (Red+Green+Blue) = 64+148+66=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 148 (58.20% from 255 or 53.24% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 148 - color contains mainly: green. Hex color #409442 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409442 is #BF6BBD. Grayscale: #717171. Windows color (decimal): -12544958 or 4363328. OLE color: 4363328.

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

Color convert

RGB6414866-
CMYK0.5700.550.42
HSL121.43º39.62%41.57%-
HSV(B)121.43º56.76%58.04%-
XYZ13.6922.668.81-
YUV113.54101.1792.67-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.02%
GREEN value IS 148 (58.20% from 255) = 53.24%
BLUE value IS 66 (26.17% from 255) = 23.74%
R=23.02%
G=53.24%
B=23.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64148660.5700.550.42121.4339.6241.57
Hex409442390372A79282a
Octal10022410271067521715052
Binary100000010010100100001011100101101111010101111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409442; }

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

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

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

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

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

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

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

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