#409542

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

Shades of Fruit Salad #409542

Tints of Fruit Salad #409542

Color information

#409542 (or 0x409542) is unknown color: approx Fruit Salad. HEX triplet: 40, 95 and 42. RGB value is (64,149,66). Sum of RGB (Red+Green+Blue) = 64+149+66=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #409542 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409542 is #BF6ABD. Grayscale: #727272. Windows color (decimal): -12544702 or 4363584. OLE color: 4363584.

HSL color Cylindrical-coordinate representation of color #409542: hue angle of 121.41º 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 #409542 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB6414966-
CMYK0.5700.560.42
HSL121.41º39.91%41.76%-
HSV(B)121.41º57.05%58.43%-
XYZ13.8522.988.86-
YUV114.12100.8492.25-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 22.94%
GREEN value IS 149 (58.59% from 255) = 53.41%
BLUE value IS 66 (26.17% from 255) = 23.66%
R=22.94%
G=53.41%
B=23.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal64149660.5700.560.42121.4139.9141.76
Hex409542390382A79282a
Octal10022510271070521715052
Binary100000010010101100001011100101110001010101111001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409542; }

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

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

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

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

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

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

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

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