Shades of Fruit Salad #409841
Tints of Fruit Salad #409841
RGB
CMYK
RGB Variations
Color information
#409841 (or 0x409841) is known color: Fruit Salad. HEX triplet: 40, 98 and 41. RGB value is (64,152,65). Sum of RGB (Red+Green+Blue) = 64+152+65=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 152 (59.77% from 255 or 54.09% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 152 - color contains mainly: green. Hex color #409841 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409841 is #BF67BE. Grayscale: #747474. Windows color (decimal): -12543935 or 4298816. OLE color: 4298816.
HSL color Cylindrical-coordinate representation of color #409841: hue angle of 120.68º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409841 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 152 | 65 | - |
| CMYK | 0.58 | 0 | 0.57 | 0.40 |
| HSL | 120.68º | 0.41% | 0.42% | - |
| HSV(B) | 120.68º | 0.58% | 0.6% | - |
| XYZ | 14.3 | 23.93 | 8.87 | - |
| YUV | 115.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 152 | 65 | 0.58 | 0 | 0.57 | 0.40 | 120.68 | 0.41 | 0.42 |
| Hex | 40 | 98 | 41 | 3A | 0 | 39 | 28 | 79 | 29 | 2A |
| Octal | 100 | 230 | 101 | 72 | 0 | 71 | 50 | 171 | 51 | 52 |
| Binary | 1000000 | 10011000 | 1000001 | 111010 | 0 | 111001 | 101000 | 1111001 | 101001 | 101010 |
Color Harmonies of #409841
Complementary color
Monochromatic Colors of #409841
Black with #409841
Text Example
Text Example
White with #409841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409841; }
p { color: rgb(64,152,65); }
H1.HeaderClassName
{
color: #409841;
}
.AnyTagClassName
{
color: #409841;
}
</style>
background-color css
<style>
a { background-color: #409841; }
a { background-color: rgb(64,152,65); }
div.DivClassName
{
background-color: #409841;
}
.BgClassName
{
background-color: #409841;
}
</style>
border-color css
<style>
span { border-color: #409841; }
span { border-color: rgb(64,152,65); }
td.TdClassName
{
border-color: #409841;
}
.TagClassName
{
border-color: #409841;
}
</style>