Shades of Fruit Salad #41B746
Tints of Fruit Salad #41B746
RGB
CMYK
RGB Variations
Color information
#41B746 (or 0x41B746) is known color: Fruit Salad. HEX triplet: 41, B7 and 46. RGB value is (65,183,70). Sum of RGB (Red+Green+Blue) = 65+183+70=318 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.44% from 318); Green value is 183 (71.88% from 255 or 57.55% from 318); Blue value is 70 (27.73% from 255 or 22.01% from 318); Max value from RGB is 183 - color contains mainly: green. Hex color #41B746 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B746 is #BE48B9. Grayscale: #878787. Windows color (decimal): -12470458 or 4634433. OLE color: 4634433.
HSL color Cylindrical-coordinate representation of color #41B746: hue angle of 122.54º 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 #41B746 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 183 | 70 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.28 |
| HSL | 122.54º | 0.48% | 0.49% | - |
| HSV(B) | 122.54º | 0.64% | 0.72% | - |
| XYZ | 20.22 | 35.43 | 11.57 | - |
| YUV | 134.84 | 91.41 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 183 | 70 | 0.64 | 0 | 0.62 | 0.28 | 122.54 | 0.48 | 0.49 |
| Hex | 41 | B7 | 46 | 40 | 0 | 3E | 1C | 7B | 30 | 31 |
| Octal | 101 | 267 | 106 | 100 | 0 | 76 | 34 | 173 | 60 | 61 |
| Binary | 1000001 | 10110111 | 1000110 | 1000000 | 0 | 111110 | 11100 | 1111011 | 110000 | 110001 |
Color Harmonies of #41B746
Complementary color
Monochromatic Colors of #41B746
Black with #41B746
Text Example
Text Example
White with #41B746
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B746; }
p { color: rgb(65,183,70); }
H1.HeaderClassName
{
color: #41B746;
}
.AnyTagClassName
{
color: #41B746;
}
</style>
background-color css
<style>
a { background-color: #41B746; }
a { background-color: rgb(65,183,70); }
div.DivClassName
{
background-color: #41B746;
}
.BgClassName
{
background-color: #41B746;
}
</style>
border-color css
<style>
span { border-color: #41B746; }
span { border-color: rgb(65,183,70); }
td.TdClassName
{
border-color: #41B746;
}
.TagClassName
{
border-color: #41B746;
}
</style>