Shades of Fruit Salad #41A13D
Tints of Fruit Salad #41A13D
RGB
CMYK
RGB Variations
Color information
#41A13D (or 0x41A13D) is known color: Fruit Salad. HEX triplet: 41, A1 and 3D. RGB value is (65,161,61). Sum of RGB (Red+Green+Blue) = 65+161+61=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 161 (63.28% from 255 or 56.10% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 161 - color contains mainly: green. Hex color #41A13D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41A13D is #BE5EC2. Grayscale: #797979. Windows color (decimal): -12476099 or 4038977. OLE color: 4038977.
HSL color Cylindrical-coordinate representation of color #41A13D: hue angle of 117.6º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41A13D is Cyan = 0.60, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 65 | 161 | 61 | - |
| CMYK | 0.60 | 0 | 0.62 | 0.37 |
| HSL | 117.6º | 0.45% | 0.44% | - |
| HSV(B) | 117.6º | 0.62% | 0.63% | - |
| XYZ | 15.77 | 26.95 | 8.79 | - |
| YUV | 120.9 | 94.2 | 88.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 161 | 61 | 0.60 | 0 | 0.62 | 0.37 | 117.6 | 0.45 | 0.44 |
| Hex | 41 | A1 | 3D | 3C | 0 | 3E | 25 | 76 | 2D | 2C |
| Octal | 101 | 241 | 75 | 74 | 0 | 76 | 45 | 166 | 55 | 54 |
| Binary | 1000001 | 10100001 | 111101 | 111100 | 0 | 111110 | 100101 | 1110110 | 101101 | 101100 |
Color Harmonies of #41A13D
Complementary color
Monochromatic Colors of #41A13D
Black with #41A13D
Text Example
Text Example
White with #41A13D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41A13D; }
p { color: rgb(65,161,61); }
H1.HeaderClassName
{
color: #41A13D;
}
.AnyTagClassName
{
color: #41A13D;
}
</style>
background-color css
<style>
a { background-color: #41A13D; }
a { background-color: rgb(65,161,61); }
div.DivClassName
{
background-color: #41A13D;
}
.BgClassName
{
background-color: #41A13D;
}
</style>
border-color css
<style>
span { border-color: #41A13D; }
span { border-color: rgb(65,161,61); }
td.TdClassName
{
border-color: #41A13D;
}
.TagClassName
{
border-color: #41A13D;
}
</style>