#409140

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

Shades of Fruit Salad #409140

Tints of Fruit Salad #409140

Color information

#409140 (or 0x409140) is unknown color: approx Fruit Salad. HEX triplet: 40, 91 and 40. RGB value is (64,145,64). Sum of RGB (Red+Green+Blue) = 64+145+64=273 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.44% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #409140 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409140 is #BF6EBF. Grayscale: #6F6F6F. Windows color (decimal): -12545728 or 4231488. OLE color: 4231488.

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

Color convert

RGB6414564-
CMYK0.5600.560.43
HSL120º38.76%40.98%-
HSV(B)120º55.86%56.86%-
XYZ13.1721.718.35-
YUV111.55101.1694.09-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.44%
GREEN value IS 145 (57.03% from 255) = 53.11%
BLUE value IS 64 (25.39% from 255) = 23.44%
R=23.44%
G=53.11%
B=23.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal64145640.5600.560.4312038.7640.98
Hex409140380382B782729
Octal10022110070070531704751
Binary100000010010001100000011100001110001010111111000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #409140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #409140; }

 p { color: rgb(64,145,64); }

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

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

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

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

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

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

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