Shades of Fruit Salad #41B044
Tints of Fruit Salad #41B044
RGB
CMYK
RGB Variations
Color information
#41B044 (or 0x41B044) is known color: Fruit Salad. HEX triplet: 41, B0 and 44. RGB value is (65,176,68). Sum of RGB (Red+Green+Blue) = 65+176+68=309 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.04% from 309); Green value is 176 (69.14% from 255 or 56.96% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 176 - color contains mainly: green. Hex color #41B044 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41B044 is #BE4FBB. Grayscale: #828282. Windows color (decimal): -12472252 or 4501569. OLE color: 4501569.
HSL color Cylindrical-coordinate representation of color #41B044: hue angle of 121.62º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #41B044 is Cyan = 0.63, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 65 | 176 | 68 | - |
| CMYK | 0.63 | 0 | 0.61 | 0.31 |
| HSL | 121.62º | 0.46% | 0.47% | - |
| HSV(B) | 121.62º | 0.63% | 0.69% | - |
| XYZ | 18.75 | 32.59 | 10.77 | - |
| YUV | 130.5 | 92.73 | 81.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 176 | 68 | 0.63 | 0 | 0.61 | 0.31 | 121.62 | 0.46 | 0.47 |
| Hex | 41 | B0 | 44 | 3F | 0 | 3D | 1F | 7A | 2E | 2F |
| Octal | 101 | 260 | 104 | 77 | 0 | 75 | 37 | 172 | 56 | 57 |
| Binary | 1000001 | 10110000 | 1000100 | 111111 | 0 | 111101 | 11111 | 1111010 | 101110 | 101111 |
Color Harmonies of #41B044
Complementary color
Monochromatic Colors of #41B044
Black with #41B044
Text Example
Text Example
White with #41B044
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41B044; }
p { color: rgb(65,176,68); }
H1.HeaderClassName
{
color: #41B044;
}
.AnyTagClassName
{
color: #41B044;
}
</style>
background-color css
<style>
a { background-color: #41B044; }
a { background-color: rgb(65,176,68); }
div.DivClassName
{
background-color: #41B044;
}
.BgClassName
{
background-color: #41B044;
}
</style>
border-color css
<style>
span { border-color: #41B044; }
span { border-color: rgb(65,176,68); }
td.TdClassName
{
border-color: #41B044;
}
.TagClassName
{
border-color: #41B044;
}
</style>