Shades of Fruit Salad #41A648
Tints of Fruit Salad #41A648
RGB
CMYK
RGB Variations
Color information
#41A648 (or 0x41A648) is known color: Fruit Salad. HEX triplet: 41, A6 and 48. RGB value is (65,166,72). Sum of RGB (Red+Green+Blue) = 65+166+72=303 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.45% from 303); Green value is 166 (65.23% from 255 or 54.79% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 166 - color contains mainly: green. Hex color #41A648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A648 is #BE59B7. Grayscale: #7D7D7D. Windows color (decimal): -12474808 or 4761153. OLE color: 4761153.
HSL color Cylindrical-coordinate representation of color #41A648: hue angle of 124.16º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A648 is Cyan = 0.61, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 166 | 72 | - |
| CMYK | 0.61 | 0 | 0.57 | 0.35 |
| HSL | 124.16º | 0.44% | 0.45% | - |
| HSV(B) | 124.16º | 0.61% | 0.65% | - |
| XYZ | 16.99 | 28.86 | 10.81 | - |
| YUV | 125.09 | 98.04 | 85.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 166 | 72 | 0.61 | 0 | 0.57 | 0.35 | 124.16 | 0.44 | 0.45 |
| Hex | 41 | A6 | 48 | 3D | 0 | 39 | 23 | 7C | 2C | 2D |
| Octal | 101 | 246 | 110 | 75 | 0 | 71 | 43 | 174 | 54 | 55 |
| Binary | 1000001 | 10100110 | 1001000 | 111101 | 0 | 111001 | 100011 | 1111100 | 101100 | 101101 |
Color Harmonies of #41A648
Complementary color
Monochromatic Colors of #41A648
Black with #41A648
Text Example
Text Example
White with #41A648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A648; }
p { color: rgb(65,166,72); }
H1.HeaderClassName
{
color: #41A648;
}
.AnyTagClassName
{
color: #41A648;
}
</style>
background-color css
<style>
a { background-color: #41A648; }
a { background-color: rgb(65,166,72); }
div.DivClassName
{
background-color: #41A648;
}
.BgClassName
{
background-color: #41A648;
}
</style>
border-color css
<style>
span { border-color: #41A648; }
span { border-color: rgb(65,166,72); }
td.TdClassName
{
border-color: #41A648;
}
.TagClassName
{
border-color: #41A648;
}
</style>