#408F45

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

Shades of Fruit Salad #408F45

Tints of Fruit Salad #408F45

Color information

#408F45 (or 0x408F45) is unknown color: approx Fruit Salad. HEX triplet: 40, 8F and 45. RGB value is (64,143,69). Sum of RGB (Red+Green+Blue) = 64+143+69=276 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.19% from 276); Green value is 143 (56.25% from 255 or 51.81% from 276); Blue value is 69 (27.34% from 255 or 25% from 276); Max value from RGB is 143 - color contains mainly: green. Hex color #408F45 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408F45 is #BF70BA. Grayscale: #6F6F6F. Windows color (decimal): -12546235 or 4558656. OLE color: 4558656.

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

Color convert

RGB6414369-
CMYK0.5500.520.44
HSL123.8º38.16%40.59%-
HSV(B)123.8º55.24%56.08%-
XYZ13.0121.169.03-
YUV110.94104.3394.52-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 23.19%
GREEN value IS 143 (56.25% from 255) = 51.81%
BLUE value IS 69 (27.34% from 255) = 25%
R=23.19%
G=51.81%
B=25%

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
Decimal64143690.5500.520.44123.838.1640.59
Hex408F45370342C7c2629
Octal10021710567064541744651
Binary100000010001111100010111011101101001011001111100100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #408F45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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