Shades of Fruit Salad #409048
Tints of Fruit Salad #409048
RGB
CMYK
RGB Variations
Color information
#409048 (or 0x409048) is known color: Fruit Salad. HEX triplet: 40, 90 and 48. RGB value is (64,144,72). Sum of RGB (Red+Green+Blue) = 64+144+72=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 144 (56.64% from 255 or 51.43% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 144 - color contains mainly: green. Hex color #409048 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409048 is #BF6FB7. Grayscale: #707070. Windows color (decimal): -12545976 or 4755520. OLE color: 4755520.
HSL color Cylindrical-coordinate representation of color #409048: hue angle of 126º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #409048 is Cyan = 0.56, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 144 | 72 | - |
| CMYK | 0.56 | 0 | 0.50 | 0.44 |
| HSL | 126º | 0.38% | 0.41% | - |
| HSV(B) | 126º | 0.56% | 0.56% | - |
| XYZ | 13.26 | 21.5 | 9.58 | - |
| YUV | 111.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 144 | 72 | 0.56 | 0 | 0.50 | 0.44 | 126 | 0.38 | 0.41 |
| Hex | 40 | 90 | 48 | 38 | 0 | 32 | 2C | 7E | 26 | 29 |
| Octal | 100 | 220 | 110 | 70 | 0 | 62 | 54 | 176 | 46 | 51 |
| Binary | 1000000 | 10010000 | 1001000 | 111000 | 0 | 110010 | 101100 | 1111110 | 100110 | 101001 |
Color Harmonies of #409048
Complementary color
Monochromatic Colors of #409048
Black with #409048
Text Example
Text Example
White with #409048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409048; }
p { color: rgb(64,144,72); }
H1.HeaderClassName
{
color: #409048;
}
.AnyTagClassName
{
color: #409048;
}
</style>
background-color css
<style>
a { background-color: #409048; }
a { background-color: rgb(64,144,72); }
div.DivClassName
{
background-color: #409048;
}
.BgClassName
{
background-color: #409048;
}
</style>
border-color css
<style>
span { border-color: #409048; }
span { border-color: rgb(64,144,72); }
td.TdClassName
{
border-color: #409048;
}
.TagClassName
{
border-color: #409048;
}
</style>