Shades of Fruit Salad #408F45
Tints of Fruit Salad #408F45
RGB
CMYK
RGB Variations
Color information
#408F45 (or 0x408F45) is known color: 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
| RGB | 64 | 143 | 69 | - |
| CMYK | 0.55 | 0 | 0.52 | 0.44 |
| HSL | 123.8º | 0.38% | 0.41% | - |
| HSV(B) | 123.8º | 0.55% | 0.56% | - |
| XYZ | 13.01 | 21.16 | 9.03 | - |
| YUV | 110.94 | 104.33 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 69 | 0.55 | 0 | 0.52 | 0.44 | 123.8 | 0.38 | 0.41 |
| Hex | 40 | 8F | 45 | 37 | 0 | 34 | 2C | 7C | 26 | 29 |
| Octal | 100 | 217 | 105 | 67 | 0 | 64 | 54 | 174 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1000101 | 110111 | 0 | 110100 | 101100 | 1111100 | 100110 | 101001 |
Color Harmonies of #408F45
Complementary color
Monochromatic Colors of #408F45
Black with #408F45
Text Example
Text Example
White with #408F45
Text Example
Text Example
HTML Codes & Css Web 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>