Shades of Fruit Salad #409944
Tints of Fruit Salad #409944
RGB
CMYK
RGB Variations
Color information
#409944 (or 0x409944) is known color: Fruit Salad. HEX triplet: 40, 99 and 44. RGB value is (64,153,68). Sum of RGB (Red+Green+Blue) = 64+153+68=285 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.46% from 285); Green value is 153 (60.16% from 255 or 53.68% from 285); Blue value is 68 (26.95% from 255 or 23.86% from 285); Max value from RGB is 153 - color contains mainly: green. Hex color #409944 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409944 is #BF66BB. Grayscale: #747474. Windows color (decimal): -12543676 or 4495680. OLE color: 4495680.
HSL color Cylindrical-coordinate representation of color #409944: hue angle of 122.7º 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 #409944 is Cyan = 0.58, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 68 | - |
| CMYK | 0.58 | 0 | 0.56 | 0.4 |
| HSL | 122.7º | 0.41% | 0.43% | - |
| HSV(B) | 122.7º | 0.58% | 0.6% | - |
| XYZ | 14.55 | 24.29 | 9.39 | - |
| YUV | 116.7 | 100.51 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 68 | 0.58 | 0 | 0.56 | 0.4 | 122.7 | 0.41 | 0.43 |
| Hex | 40 | 99 | 44 | 3A | 0 | 38 | 28 | 7B | 29 | 2B |
| Octal | 100 | 231 | 104 | 72 | 0 | 70 | 50 | 173 | 51 | 53 |
| Binary | 1000000 | 10011001 | 1000100 | 111010 | 0 | 111000 | 101000 | 1111011 | 101001 | 101011 |
Color Harmonies of #409944
Complementary color
Monochromatic Colors of #409944
Black with #409944
Text Example
Text Example
White with #409944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409944; }
p { color: rgb(64,153,68); }
H1.HeaderClassName
{
color: #409944;
}
.AnyTagClassName
{
color: #409944;
}
</style>
background-color css
<style>
a { background-color: #409944; }
a { background-color: rgb(64,153,68); }
div.DivClassName
{
background-color: #409944;
}
.BgClassName
{
background-color: #409944;
}
</style>
border-color css
<style>
span { border-color: #409944; }
span { border-color: rgb(64,153,68); }
td.TdClassName
{
border-color: #409944;
}
.TagClassName
{
border-color: #409944;
}
</style>