Shades of Fruit Salad #41B347
Tints of Fruit Salad #41B347
RGB
CMYK
RGB Variations
Color information
#41B347 (or 0x41B347) is known color: Fruit Salad. HEX triplet: 41, B3 and 47. RGB value is (65,179,71). Sum of RGB (Red+Green+Blue) = 65+179+71=315 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.63% from 315); Green value is 179 (70.31% from 255 or 56.83% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 179 - color contains mainly: green. Hex color #41B347 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #41B347 is #BE4CB8. Grayscale: #848484. Windows color (decimal): -12471481 or 4698945. OLE color: 4698945.
HSL color Cylindrical-coordinate representation of color #41B347: hue angle of 123.16º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41B347 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 65 | 179 | 71 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.30 |
| HSL | 123.16º | 0.47% | 0.48% | - |
| HSV(B) | 123.16º | 0.64% | 0.7% | - |
| XYZ | 19.44 | 33.82 | 11.46 | - |
| YUV | 132.6 | 93.23 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 179 | 71 | 0.64 | 0 | 0.60 | 0.30 | 123.16 | 0.47 | 0.48 |
| Hex | 41 | B3 | 47 | 40 | 0 | 3C | 1E | 7B | 2F | 30 |
| Octal | 101 | 263 | 107 | 100 | 0 | 74 | 36 | 173 | 57 | 60 |
| Binary | 1000001 | 10110011 | 1000111 | 1000000 | 0 | 111100 | 11110 | 1111011 | 101111 | 110000 |
Color Harmonies of #41B347
Complementary color
Monochromatic Colors of #41B347
Black with #41B347
Text Example
Text Example
White with #41B347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B347; }
p { color: rgb(65,179,71); }
H1.HeaderClassName
{
color: #41B347;
}
.AnyTagClassName
{
color: #41B347;
}
</style>
background-color css
<style>
a { background-color: #41B347; }
a { background-color: rgb(65,179,71); }
div.DivClassName
{
background-color: #41B347;
}
.BgClassName
{
background-color: #41B347;
}
</style>
border-color css
<style>
span { border-color: #41B347; }
span { border-color: rgb(65,179,71); }
td.TdClassName
{
border-color: #41B347;
}
.TagClassName
{
border-color: #41B347;
}
</style>