Shades of Fruit Salad #41AE3C
Tints of Fruit Salad #41AE3C
RGB
CMYK
RGB Variations
Color information
#41AE3C (or 0x41AE3C) is known color: Fruit Salad. HEX triplet: 41, AE and 3C. RGB value is (65,174,60). Sum of RGB (Red+Green+Blue) = 65+174+60=299 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.74% from 299); Green value is 174 (68.36% from 255 or 58.19% from 299); Blue value is 60 (23.83% from 255 or 20.07% from 299); Max value from RGB is 174 - color contains mainly: green. Hex color #41AE3C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AE3C is #BE51C3. Grayscale: #808080. Windows color (decimal): -12472772 or 3976769. OLE color: 3976769.
HSL color Cylindrical-coordinate representation of color #41AE3C: hue angle of 117.37º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #41AE3C is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 65 | 174 | 60 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.32 |
| HSL | 117.37º | 0.49% | 0.46% | - |
| HSV(B) | 117.37º | 0.66% | 0.68% | - |
| XYZ | 18.13 | 31.72 | 9.44 | - |
| YUV | 128.41 | 89.39 | 82.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 174 | 60 | 0.63 | 0 | 0.66 | 0.32 | 117.37 | 0.49 | 0.46 |
| Hex | 41 | AE | 3C | 3F | 0 | 42 | 20 | 75 | 31 | 2E |
| Octal | 101 | 256 | 74 | 77 | 0 | 102 | 40 | 165 | 61 | 56 |
| Binary | 1000001 | 10101110 | 111100 | 111111 | 0 | 1000010 | 100000 | 1110101 | 110001 | 101110 |
Color Harmonies of #41AE3C
Complementary color
Monochromatic Colors of #41AE3C
Black with #41AE3C
Text Example
Text Example
White with #41AE3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AE3C; }
p { color: rgb(65,174,60); }
H1.HeaderClassName
{
color: #41AE3C;
}
.AnyTagClassName
{
color: #41AE3C;
}
</style>
background-color css
<style>
a { background-color: #41AE3C; }
a { background-color: rgb(65,174,60); }
div.DivClassName
{
background-color: #41AE3C;
}
.BgClassName
{
background-color: #41AE3C;
}
</style>
border-color css
<style>
span { border-color: #41AE3C; }
span { border-color: rgb(65,174,60); }
td.TdClassName
{
border-color: #41AE3C;
}
.TagClassName
{
border-color: #41AE3C;
}
</style>