Shades of Fruit Salad #41A644
Tints of Fruit Salad #41A644
RGB
CMYK
RGB Variations
Color information
#41A644 (or 0x41A644) is known color: Fruit Salad. HEX triplet: 41, A6 and 44. RGB value is (65,166,68). Sum of RGB (Red+Green+Blue) = 65+166+68=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 166 (65.23% from 255 or 55.52% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 166 - color contains mainly: green. Hex color #41A644 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A644 is #BE59BB. Grayscale: #7C7C7C. Windows color (decimal): -12474812 or 4499009. OLE color: 4499009.
HSL color Cylindrical-coordinate representation of color #41A644: hue angle of 121.78º 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 #41A644 is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 65 | 166 | 68 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.35 |
| HSL | 121.78º | 0.44% | 0.45% | - |
| HSV(B) | 121.78º | 0.61% | 0.65% | - |
| XYZ | 16.86 | 28.81 | 10.14 | - |
| YUV | 124.63 | 96.04 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 166 | 68 | 0.61 | 0 | 0.59 | 0.35 | 121.78 | 0.44 | 0.45 |
| Hex | 41 | A6 | 44 | 3D | 0 | 3B | 23 | 7A | 2C | 2D |
| Octal | 101 | 246 | 104 | 75 | 0 | 73 | 43 | 172 | 54 | 55 |
| Binary | 1000001 | 10100110 | 1000100 | 111101 | 0 | 111011 | 100011 | 1111010 | 101100 | 101101 |
Color Harmonies of #41A644
Complementary color
Monochromatic Colors of #41A644
Black with #41A644
Text Example
Text Example
White with #41A644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A644; }
p { color: rgb(65,166,68); }
H1.HeaderClassName
{
color: #41A644;
}
.AnyTagClassName
{
color: #41A644;
}
</style>
background-color css
<style>
a { background-color: #41A644; }
a { background-color: rgb(65,166,68); }
div.DivClassName
{
background-color: #41A644;
}
.BgClassName
{
background-color: #41A644;
}
</style>
border-color css
<style>
span { border-color: #41A644; }
span { border-color: rgb(65,166,68); }
td.TdClassName
{
border-color: #41A644;
}
.TagClassName
{
border-color: #41A644;
}
</style>