Shades of Fruit Salad #409949
Tints of Fruit Salad #409949
RGB
CMYK
RGB Variations
Color information
#409949 (or 0x409949) is known color: Fruit Salad. HEX triplet: 40, 99 and 49. RGB value is (64,153,73). Sum of RGB (Red+Green+Blue) = 64+153+73=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 153 (60.16% from 255 or 52.76% from 290); Blue value is 73 (28.91% from 255 or 25.17% from 290); Max value from RGB is 153 - color contains mainly: green. Hex color #409949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409949 is #BF66B6. Grayscale: #757575. Windows color (decimal): -12543671 or 4823360. OLE color: 4823360.
HSL color Cylindrical-coordinate representation of color #409949: hue angle of 126.07º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409949 is Cyan = 0.58, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 73 | - |
| CMYK | 0.58 | 0 | 0.52 | 0.4 |
| HSL | 126.07º | 0.41% | 0.43% | - |
| HSV(B) | 126.07º | 0.58% | 0.6% | - |
| XYZ | 14.71 | 24.35 | 10.23 | - |
| YUV | 117.27 | 103.01 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 73 | 0.58 | 0 | 0.52 | 0.4 | 126.07 | 0.41 | 0.43 |
| Hex | 40 | 99 | 49 | 3A | 0 | 34 | 28 | 7E | 29 | 2B |
| Octal | 100 | 231 | 111 | 72 | 0 | 64 | 50 | 176 | 51 | 53 |
| Binary | 1000000 | 10011001 | 1001001 | 111010 | 0 | 110100 | 101000 | 1111110 | 101001 | 101011 |
Color Harmonies of #409949
Complementary color
Monochromatic Colors of #409949
Black with #409949
Text Example
Text Example
White with #409949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409949; }
p { color: rgb(64,153,73); }
H1.HeaderClassName
{
color: #409949;
}
.AnyTagClassName
{
color: #409949;
}
</style>
background-color css
<style>
a { background-color: #409949; }
a { background-color: rgb(64,153,73); }
div.DivClassName
{
background-color: #409949;
}
.BgClassName
{
background-color: #409949;
}
</style>
border-color css
<style>
span { border-color: #409949; }
span { border-color: rgb(64,153,73); }
td.TdClassName
{
border-color: #409949;
}
.TagClassName
{
border-color: #409949;
}
</style>