Shades of Fruit Salad #409B41
Tints of Fruit Salad #409B41
RGB
CMYK
RGB Variations
Color information
#409B41 (or 0x409B41) is known color: Fruit Salad. HEX triplet: 40, 9B and 41. RGB value is (64,155,65). Sum of RGB (Red+Green+Blue) = 64+155+65=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 155 (60.94% from 255 or 54.58% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 155 - color contains mainly: green. Hex color #409B41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409B41 is #BF64BE. Grayscale: #757575. Windows color (decimal): -12543167 or 4299584. OLE color: 4299584.
HSL color Cylindrical-coordinate representation of color #409B41: hue angle of 120.66º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #409B41 is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 155 | 65 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.39 |
| HSL | 120.66º | 0.42% | 0.43% | - |
| HSV(B) | 120.66º | 0.59% | 0.61% | - |
| XYZ | 14.79 | 24.91 | 9.03 | - |
| YUV | 117.53 | 98.35 | 89.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 155 | 65 | 0.59 | 0 | 0.58 | 0.39 | 120.66 | 0.42 | 0.43 |
| Hex | 40 | 9B | 41 | 3B | 0 | 3A | 27 | 79 | 2A | 2B |
| Octal | 100 | 233 | 101 | 73 | 0 | 72 | 47 | 171 | 52 | 53 |
| Binary | 1000000 | 10011011 | 1000001 | 111011 | 0 | 111010 | 100111 | 1111001 | 101010 | 101011 |
Color Harmonies of #409B41
Complementary color
Monochromatic Colors of #409B41
Black with #409B41
Text Example
Text Example
White with #409B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409B41; }
p { color: rgb(64,155,65); }
H1.HeaderClassName
{
color: #409B41;
}
.AnyTagClassName
{
color: #409B41;
}
</style>
background-color css
<style>
a { background-color: #409B41; }
a { background-color: rgb(64,155,65); }
div.DivClassName
{
background-color: #409B41;
}
.BgClassName
{
background-color: #409B41;
}
</style>
border-color css
<style>
span { border-color: #409B41; }
span { border-color: rgb(64,155,65); }
td.TdClassName
{
border-color: #409B41;
}
.TagClassName
{
border-color: #409B41;
}
</style>