Shades of Fruit Salad #41A03C
Tints of Fruit Salad #41A03C
RGB
CMYK
RGB Variations
Color information
#41A03C (or 0x41A03C) is known color: Fruit Salad. HEX triplet: 41, A0 and 3C. RGB value is (65,160,60). Sum of RGB (Red+Green+Blue) = 65+160+60=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #41A03C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A03C is #BE5FC3. Grayscale: #787878. Windows color (decimal): -12476356 or 3973185. OLE color: 3973185.
HSL color Cylindrical-coordinate representation of color #41A03C: hue angle of 117º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A03C is Cyan = 0.59, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 160 | 60 | - |
| CMYK | 0.59 | 0 | 0.62 | 0.37 |
| HSL | 117º | 0.45% | 0.43% | - |
| HSV(B) | 117º | 0.63% | 0.63% | - |
| XYZ | 15.57 | 26.59 | 8.59 | - |
| YUV | 120.2 | 94.03 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 160 | 60 | 0.59 | 0 | 0.62 | 0.37 | 117 | 0.45 | 0.43 |
| Hex | 41 | A0 | 3C | 3B | 0 | 3E | 25 | 75 | 2D | 2B |
| Octal | 101 | 240 | 74 | 73 | 0 | 76 | 45 | 165 | 55 | 53 |
| Binary | 1000001 | 10100000 | 111100 | 111011 | 0 | 111110 | 100101 | 1110101 | 101101 | 101011 |
Color Harmonies of #41A03C
Complementary color
Monochromatic Colors of #41A03C
Black with #41A03C
Text Example
Text Example
White with #41A03C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A03C; }
p { color: rgb(65,160,60); }
H1.HeaderClassName
{
color: #41A03C;
}
.AnyTagClassName
{
color: #41A03C;
}
</style>
background-color css
<style>
a { background-color: #41A03C; }
a { background-color: rgb(65,160,60); }
div.DivClassName
{
background-color: #41A03C;
}
.BgClassName
{
background-color: #41A03C;
}
</style>
border-color css
<style>
span { border-color: #41A03C; }
span { border-color: rgb(65,160,60); }
td.TdClassName
{
border-color: #41A03C;
}
.TagClassName
{
border-color: #41A03C;
}
</style>