Shades of Fruit Salad #41A03E
Tints of Fruit Salad #41A03E
RGB
CMYK
RGB Variations
Color information
#41A03E (or 0x41A03E) is known color: Fruit Salad. HEX triplet: 41, A0 and 3E. RGB value is (65,160,62). Sum of RGB (Red+Green+Blue) = 65+160+62=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 160 (62.89% from 255 or 55.75% from 287); Blue value is 62 (24.61% from 255 or 21.60% from 287); Max value from RGB is 160 - color contains mainly: green. Hex color #41A03E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A03E is #BE5FC1. Grayscale: #787878. Windows color (decimal): -12476354 or 4104257. OLE color: 4104257.
HSL color Cylindrical-coordinate representation of color #41A03E: hue angle of 118.16º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A03E is Cyan = 0.59, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 62 | - |
| CMYK | 0.59 | 0 | 0.61 | 0.37 |
| HSL | 118.16º | 0.44% | 0.44% | - |
| HSV(B) | 118.16º | 0.61% | 0.63% | - |
| XYZ | 15.62 | 26.61 | 8.87 | - |
| YUV | 120.42 | 95.03 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 62 | 0.59 | 0 | 0.61 | 0.37 | 118.16 | 0.44 | 0.44 |
| Hex | 41 | A0 | 3E | 3B | 0 | 3D | 25 | 76 | 2C | 2C |
| Octal | 101 | 240 | 76 | 73 | 0 | 75 | 45 | 166 | 54 | 54 |
| Binary | 1000001 | 10100000 | 111110 | 111011 | 0 | 111101 | 100101 | 1110110 | 101100 | 101100 |
Color Harmonies of #41A03E
Complementary color
Monochromatic Colors of #41A03E
Black with #41A03E
Text Example
Text Example
White with #41A03E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A03E; }
p { color: rgb(65,160,62); }
H1.HeaderClassName
{
color: #41A03E;
}
.AnyTagClassName
{
color: #41A03E;
}
</style>
background-color css
<style>
a { background-color: #41A03E; }
a { background-color: rgb(65,160,62); }
div.DivClassName
{
background-color: #41A03E;
}
.BgClassName
{
background-color: #41A03E;
}
</style>
border-color css
<style>
span { border-color: #41A03E; }
span { border-color: rgb(65,160,62); }
td.TdClassName
{
border-color: #41A03E;
}
.TagClassName
{
border-color: #41A03E;
}
</style>