Shades of Fruit Salad #41B749
Tints of Fruit Salad #41B749
RGB
CMYK
RGB Variations
Color information
#41B749 (or 0x41B749) is known color: Fruit Salad. HEX triplet: 41, B7 and 49. RGB value is (65,183,73). Sum of RGB (Red+Green+Blue) = 65+183+73=321 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.25% from 321); Green value is 183 (71.88% from 255 or 57.01% from 321); Blue value is 73 (28.91% from 255 or 22.74% from 321); Max value from RGB is 183 - color contains mainly: green. Hex color #41B749 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B749 is #BE48B6. Grayscale: #878787. Windows color (decimal): -12470455 or 4831041. OLE color: 4831041.
HSL color Cylindrical-coordinate representation of color #41B749: hue angle of 124.07º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B749 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 73 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.28 |
| HSL | 124.07º | 0.48% | 0.49% | - |
| HSV(B) | 124.07º | 0.64% | 0.72% | - |
| XYZ | 20.32 | 35.47 | 12.08 | - |
| YUV | 135.18 | 92.91 | 77.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 73 | 0.64 | 0 | 0.60 | 0.28 | 124.07 | 0.48 | 0.49 |
| Hex | 41 | B7 | 49 | 40 | 0 | 3C | 1C | 7C | 30 | 31 |
| Octal | 101 | 267 | 111 | 100 | 0 | 74 | 34 | 174 | 60 | 61 |
| Binary | 1000001 | 10110111 | 1001001 | 1000000 | 0 | 111100 | 11100 | 1111100 | 110000 | 110001 |
Color Harmonies of #41B749
Complementary color
Monochromatic Colors of #41B749
Black with #41B749
Text Example
Text Example
White with #41B749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B749; }
p { color: rgb(65,183,73); }
H1.HeaderClassName
{
color: #41B749;
}
.AnyTagClassName
{
color: #41B749;
}
</style>
background-color css
<style>
a { background-color: #41B749; }
a { background-color: rgb(65,183,73); }
div.DivClassName
{
background-color: #41B749;
}
.BgClassName
{
background-color: #41B749;
}
</style>
border-color css
<style>
span { border-color: #41B749; }
span { border-color: rgb(65,183,73); }
td.TdClassName
{
border-color: #41B749;
}
.TagClassName
{
border-color: #41B749;
}
</style>