#408E45

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

Shades of Fruit Salad #408E45

Tints of Fruit Salad #408E45

Color information

#408E45 (or 0x408E45) is unknown color: approx Fruit Salad. HEX triplet: 40, 8E and 45. RGB value is (64,142,69). Sum of RGB (Red+Green+Blue) = 64+142+69=275 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.27% from 275); Green value is 142 (55.86% from 255 or 51.64% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 142 - color contains mainly: green. Hex color #408E45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408E45 is #BF71BA. Grayscale: #6E6E6E. Windows color (decimal): -12546491 or 4558400. OLE color: 4558400.

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

Color convert

RGB6414269-
CMYK0.5500.510.44
HSL123.85º37.86%40.39%-
HSV(B)123.85º54.93%55.69%-
XYZ12.8620.878.98-
YUV110.36104.6694.94-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.27%
GREEN value IS 142 (55.86% from 255) = 51.64%
BLUE value IS 69 (27.34% from 255) = 25.09%
R=23.27%
G=51.64%
B=25.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal64142690.5500.510.44123.8537.8640.39
Hex408E45370332C7c2628
Octal10021610567063541744650
Binary100000010001110100010111011101100111011001111100100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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