Shades of Fruit Salad #41A441
Tints of Fruit Salad #41A441
RGB
CMYK
RGB Variations
Color information
#41A441 (or 0x41A441) is known color: Fruit Salad. HEX triplet: 41, A4 and 41. RGB value is (65,164,65). Sum of RGB (Red+Green+Blue) = 65+164+65=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 65 (25.78% from 255 or 22.11% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #41A441 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A441 is #BE5BBE. Grayscale: #7B7B7B. Windows color (decimal): -12475327 or 4301889. OLE color: 4301889.
HSL color Cylindrical-coordinate representation of color #41A441: hue angle of 120º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A441 is Cyan = 0.60, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 164 | 65 | - |
| CMYK | 0.60 | 0 | 0.60 | 0.36 |
| HSL | 120º | 0.43% | 0.45% | - |
| HSV(B) | 120º | 0.6% | 0.64% | - |
| XYZ | 16.41 | 28.06 | 9.55 | - |
| YUV | 123.11 | 95.2 | 86.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 164 | 65 | 0.60 | 0 | 0.60 | 0.36 | 120 | 0.43 | 0.45 |
| Hex | 41 | A4 | 41 | 3C | 0 | 3C | 24 | 78 | 2B | 2D |
| Octal | 101 | 244 | 101 | 74 | 0 | 74 | 44 | 170 | 53 | 55 |
| Binary | 1000001 | 10100100 | 1000001 | 111100 | 0 | 111100 | 100100 | 1111000 | 101011 | 101101 |
Color Harmonies of #41A441
Complementary color
Monochromatic Colors of #41A441
Black with #41A441
Text Example
Text Example
White with #41A441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A441; }
p { color: rgb(65,164,65); }
H1.HeaderClassName
{
color: #41A441;
}
.AnyTagClassName
{
color: #41A441;
}
</style>
background-color css
<style>
a { background-color: #41A441; }
a { background-color: rgb(65,164,65); }
div.DivClassName
{
background-color: #41A441;
}
.BgClassName
{
background-color: #41A441;
}
</style>
border-color css
<style>
span { border-color: #41A441; }
span { border-color: rgb(65,164,65); }
td.TdClassName
{
border-color: #41A441;
}
.TagClassName
{
border-color: #41A441;
}
</style>