Shades of Fruit Salad #408F4A
Tints of Fruit Salad #408F4A
RGB
CMYK
RGB Variations
Color information
#408F4A (or 0x408F4A) is known color: Fruit Salad. HEX triplet: 40, 8F and 4A. RGB value is (64,143,74). Sum of RGB (Red+Green+Blue) = 64+143+74=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 143 (56.25% from 255 or 50.89% from 281); Blue value is 74 (29.30% from 255 or 26.33% from 281); Max value from RGB is 143 - color contains mainly: green. Hex color #408F4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408F4A is #BF70B5. Grayscale: #6F6F6F. Windows color (decimal): -12546230 or 4886336. OLE color: 4886336.
HSL color Cylindrical-coordinate representation of color #408F4A: hue angle of 127.59º 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 #408F4A is Cyan = 0.55, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 143 | 74 | - |
| CMYK | 0.55 | 0 | 0.48 | 0.44 |
| HSL | 127.59º | 0.38% | 0.41% | - |
| HSV(B) | 127.59º | 0.55% | 0.56% | - |
| XYZ | 13.17 | 21.23 | 9.88 | - |
| YUV | 111.51 | 106.83 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 74 | 0.55 | 0 | 0.48 | 0.44 | 127.59 | 0.38 | 0.41 |
| Hex | 40 | 8F | 4A | 37 | 0 | 30 | 2C | 80 | 26 | 29 |
| Octal | 100 | 217 | 112 | 67 | 0 | 60 | 54 | 200 | 46 | 51 |
| Binary | 1000000 | 10001111 | 1001010 | 110111 | 0 | 110000 | 101100 | 10000000 | 100110 | 101001 |
Color Harmonies of #408F4A
Complementary color
Monochromatic Colors of #408F4A
Black with #408F4A
Text Example
Text Example
White with #408F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408F4A; }
p { color: rgb(64,143,74); }
H1.HeaderClassName
{
color: #408F4A;
}
.AnyTagClassName
{
color: #408F4A;
}
</style>
background-color css
<style>
a { background-color: #408F4A; }
a { background-color: rgb(64,143,74); }
div.DivClassName
{
background-color: #408F4A;
}
.BgClassName
{
background-color: #408F4A;
}
</style>
border-color css
<style>
span { border-color: #408F4A; }
span { border-color: rgb(64,143,74); }
td.TdClassName
{
border-color: #408F4A;
}
.TagClassName
{
border-color: #408F4A;
}
</style>