Shades of Fruit Salad #41AA49
Tints of Fruit Salad #41AA49
RGB
CMYK
RGB Variations
Color information
#41AA49 (or 0x41AA49) is known color: Fruit Salad. HEX triplet: 41, AA and 49. RGB value is (65,170,73). Sum of RGB (Red+Green+Blue) = 65+170+73=308 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.10% from 308); Green value is 170 (66.80% from 255 or 55.19% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA49 is #BE55B6. Grayscale: #7F7F7F. Windows color (decimal): -12473783 or 4827713. OLE color: 4827713.
HSL color Cylindrical-coordinate representation of color #41AA49: hue angle of 124.57º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41AA49 is Cyan = 0.62, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 73 | - |
| CMYK | 0.62 | 0 | 0.57 | 0.33 |
| HSL | 124.57º | 0.45% | 0.46% | - |
| HSV(B) | 124.57º | 0.62% | 0.67% | - |
| XYZ | 17.76 | 30.35 | 11.23 | - |
| YUV | 127.55 | 97.21 | 83.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 73 | 0.62 | 0 | 0.57 | 0.33 | 124.57 | 0.45 | 0.46 |
| Hex | 41 | AA | 49 | 3E | 0 | 39 | 21 | 7D | 2D | 2E |
| Octal | 101 | 252 | 111 | 76 | 0 | 71 | 41 | 175 | 55 | 56 |
| Binary | 1000001 | 10101010 | 1001001 | 111110 | 0 | 111001 | 100001 | 1111101 | 101101 | 101110 |
Color Harmonies of #41AA49
Complementary color
Monochromatic Colors of #41AA49
Black with #41AA49
Text Example
Text Example
White with #41AA49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA49; }
p { color: rgb(65,170,73); }
H1.HeaderClassName
{
color: #41AA49;
}
.AnyTagClassName
{
color: #41AA49;
}
</style>
background-color css
<style>
a { background-color: #41AA49; }
a { background-color: rgb(65,170,73); }
div.DivClassName
{
background-color: #41AA49;
}
.BgClassName
{
background-color: #41AA49;
}
</style>
border-color css
<style>
span { border-color: #41AA49; }
span { border-color: rgb(65,170,73); }
td.TdClassName
{
border-color: #41AA49;
}
.TagClassName
{
border-color: #41AA49;
}
</style>