#408E42

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

Shades of Fruit Salad #408E42

Tints of Fruit Salad #408E42

Color information

#408E42 (or 0x408E42) is unknown color: approx Fruit Salad. HEX triplet: 40, 8E and 42. RGB value is (64,142,66). Sum of RGB (Red+Green+Blue) = 64+142+66=272 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.53% from 272); Green value is 142 (55.86% from 255 or 52.21% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 142 - color contains mainly: green. Hex color #408E42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E42 is #BF71BD. Grayscale: #6E6E6E. Windows color (decimal): -12546494 or 4361792. OLE color: 4361792.

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

Color convert

RGB6414266-
CMYK0.5500.540.44
HSL121.54º37.86%40.39%-
HSV(B)121.54º54.93%55.69%-
XYZ12.7720.838.5-
YUV110.01103.1695.18-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.53%
GREEN value IS 142 (55.86% from 255) = 52.21%
BLUE value IS 66 (26.17% from 255) = 24.26%
R=23.53%
G=52.21%
B=24.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142660.5500.540.44121.5437.8640.39
Hex408E42370362C7a2628
Octal10021610267066541724650
Binary100000010001110100001011011101101101011001111010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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