#408D40

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

Shades of Fruit Salad #408D40

Tints of Fruit Salad #408D40

Color information

#408D40 (or 0x408D40) is unknown color: approx Fruit Salad. HEX triplet: 40, 8D and 40. RGB value is (64,141,64). Sum of RGB (Red+Green+Blue) = 64+141+64=269 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.79% from 269); Green value is 141 (55.47% from 255 or 52.42% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 141 - color contains mainly: green. Hex color #408D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408D40 is #BF72BF. Grayscale: #6D6D6D. Windows color (decimal): -12546752 or 4230464. OLE color: 4230464.

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

Color convert

RGB6414164-
CMYK0.5500.550.45
HSL120º37.56%40.2%-
HSV(B)120º54.61%55.29%-
XYZ12.5620.518.15-
YUV109.2102.4995.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.79%
GREEN value IS 141 (55.47% from 255) = 52.42%
BLUE value IS 64 (25.39% from 255) = 23.79%
R=23.79%
G=52.42%
B=23.79%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141640.5500.550.4512037.5640.2
Hex408D40370372D782628
Octal10021510067067551704650
Binary100000010001101100000011011101101111011011111000100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #408D40; }

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

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

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

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

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

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

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

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