#408E44

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

Shades of Fruit Salad #408E44

Tints of Fruit Salad #408E44

Color information

#408E44 (or 0x408E44) is unknown color: approx Fruit Salad. HEX triplet: 40, 8E and 44. RGB value is (64,142,68). Sum of RGB (Red+Green+Blue) = 64+142+68=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #408E44 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E44 is #BF71BB. Grayscale: #6E6E6E. Windows color (decimal): -12546492 or 4492864. OLE color: 4492864.

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

Color convert

RGB6414268-
CMYK0.5500.520.44
HSL123.08º37.86%40.39%-
HSV(B)123.08º54.93%55.69%-
XYZ12.8320.858.82-
YUV110.24104.1695.02-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.36%
GREEN value IS 142 (55.86% from 255) = 51.82%
BLUE value IS 68 (26.95% from 255) = 24.82%
R=23.36%
G=51.82%
B=24.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142680.5500.520.44123.0837.8640.39
Hex408E44370342C7b2628
Octal10021610467064541734650
Binary100000010001110100010011011101101001011001111011100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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