Shades of Fruit Salad #41A44C
Tints of Fruit Salad #41A44C
RGB
CMYK
RGB Variations
Color information
#41A44C (or 0x41A44C) is known color: Fruit Salad. HEX triplet: 41, A4 and 4C. RGB value is (65,164,76). Sum of RGB (Red+Green+Blue) = 65+164+76=305 (40% of max value = 765). Red value is 65 (25.78% from 255 or 21.31% from 305); Green value is 164 (64.45% from 255 or 53.77% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 164 - color contains mainly: green. Hex color #41A44C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A44C is #BE5BB3. Grayscale: #7C7C7C. Windows color (decimal): -12475316 or 5022785. OLE color: 5022785.
HSL color Cylindrical-coordinate representation of color #41A44C: hue angle of 126.67º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #41A44C is Cyan = 0.60, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 65 | 164 | 76 | - |
| CMYK | 0.60 | 0 | 0.54 | 0.36 |
| HSL | 126.67º | 0.43% | 0.45% | - |
| HSV(B) | 126.67º | 0.6% | 0.64% | - |
| XYZ | 16.76 | 28.2 | 11.4 | - |
| YUV | 124.37 | 100.7 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 164 | 76 | 0.60 | 0 | 0.54 | 0.36 | 126.67 | 0.43 | 0.45 |
| Hex | 41 | A4 | 4C | 3C | 0 | 36 | 24 | 7F | 2B | 2D |
| Octal | 101 | 244 | 114 | 74 | 0 | 66 | 44 | 177 | 53 | 55 |
| Binary | 1000001 | 10100100 | 1001100 | 111100 | 0 | 110110 | 100100 | 1111111 | 101011 | 101101 |
Color Harmonies of #41A44C
Complementary color
Monochromatic Colors of #41A44C
Black with #41A44C
Text Example
Text Example
White with #41A44C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A44C; }
p { color: rgb(65,164,76); }
H1.HeaderClassName
{
color: #41A44C;
}
.AnyTagClassName
{
color: #41A44C;
}
</style>
background-color css
<style>
a { background-color: #41A44C; }
a { background-color: rgb(65,164,76); }
div.DivClassName
{
background-color: #41A44C;
}
.BgClassName
{
background-color: #41A44C;
}
</style>
border-color css
<style>
span { border-color: #41A44C; }
span { border-color: rgb(65,164,76); }
td.TdClassName
{
border-color: #41A44C;
}
.TagClassName
{
border-color: #41A44C;
}
</style>