Shades of Fruit Salad #41AC3E
Tints of Fruit Salad #41AC3E
RGB
CMYK
RGB Variations
Color information
#41AC3E (or 0x41AC3E) is known color: Fruit Salad. HEX triplet: 41, AC and 3E. RGB value is (65,172,62). Sum of RGB (Red+Green+Blue) = 65+172+62=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 172 (67.58% from 255 or 57.53% from 299); Blue value is 62 (24.61% from 255 or 20.74% from 299); Max value from RGB is 172 - color contains mainly: green. Hex color #41AC3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AC3E is #BE53C1. Grayscale: #7F7F7F. Windows color (decimal): -12473282 or 4107329. OLE color: 4107329.
HSL color Cylindrical-coordinate representation of color #41AC3E: hue angle of 118.36º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41AC3E is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 172 | 62 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.33 |
| HSL | 118.36º | 0.47% | 0.46% | - |
| HSV(B) | 118.36º | 0.64% | 0.67% | - |
| XYZ | 17.8 | 30.98 | 9.6 | - |
| YUV | 127.47 | 91.05 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 172 | 62 | 0.62 | 0 | 0.64 | 0.33 | 118.36 | 0.47 | 0.46 |
| Hex | 41 | AC | 3E | 3E | 0 | 40 | 21 | 76 | 2F | 2E |
| Octal | 101 | 254 | 76 | 76 | 0 | 100 | 41 | 166 | 57 | 56 |
| Binary | 1000001 | 10101100 | 111110 | 111110 | 0 | 1000000 | 100001 | 1110110 | 101111 | 101110 |
Color Harmonies of #41AC3E
Complementary color
Monochromatic Colors of #41AC3E
Black with #41AC3E
Text Example
Text Example
White with #41AC3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AC3E; }
p { color: rgb(65,172,62); }
H1.HeaderClassName
{
color: #41AC3E;
}
.AnyTagClassName
{
color: #41AC3E;
}
</style>
background-color css
<style>
a { background-color: #41AC3E; }
a { background-color: rgb(65,172,62); }
div.DivClassName
{
background-color: #41AC3E;
}
.BgClassName
{
background-color: #41AC3E;
}
</style>
border-color css
<style>
span { border-color: #41AC3E; }
span { border-color: rgb(65,172,62); }
td.TdClassName
{
border-color: #41AC3E;
}
.TagClassName
{
border-color: #41AC3E;
}
</style>