#408D42

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

Shades of Fruit Salad #408D42

Tints of Fruit Salad #408D42

Color information

#408D42 (or 0x408D42) is unknown color: approx Fruit Salad. HEX triplet: 40, 8D and 42. RGB value is (64,141,66). Sum of RGB (Red+Green+Blue) = 64+141+66=271 (35% of max value = 765). Red value is 64 (25.39% from 255 or 23.62% from 271); Green value is 141 (55.47% from 255 or 52.03% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 141 - color contains mainly: green. Hex color #408D42 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408D42 is #BF72BD. Grayscale: #6D6D6D. Windows color (decimal): -12546750 or 4361536. OLE color: 4361536.

HSL color Cylindrical-coordinate representation of color #408D42: hue angle of 121.56º 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 #408D42 is Cyan = 0.55, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB6414166-
CMYK0.5500.530.45
HSL121.56º37.56%40.2%-
HSV(B)121.56º54.61%55.29%-
XYZ12.6220.538.45-
YUV109.43103.4995.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.62%
GREEN value IS 141 (55.47% from 255) = 52.03%
BLUE value IS 66 (26.17% from 255) = 24.35%
R=23.62%
G=52.03%
B=24.35%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal64141660.5500.530.45121.5637.5640.2
Hex408D42370352D7a2628
Octal10021510267065551724650
Binary100000010001101100001011011101101011011011111010100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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