Shades of Fruit Salad #41AA3D
Tints of Fruit Salad #41AA3D
RGB
CMYK
RGB Variations
Color information
#41AA3D (or 0x41AA3D) is known color: Fruit Salad. HEX triplet: 41, AA and 3D. RGB value is (65,170,61). Sum of RGB (Red+Green+Blue) = 65+170+61=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 170 (66.80% from 255 or 57.43% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA3D is #BE55C2. Grayscale: #7E7E7E. Windows color (decimal): -12473795 or 4041281. OLE color: 4041281.
HSL color Cylindrical-coordinate representation of color #41AA3D: hue angle of 117.8º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #41AA3D is Cyan = 0.62, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 61 | - |
| CMYK | 0.62 | 0 | 0.64 | 0.33 |
| HSL | 117.8º | 0.47% | 0.45% | - |
| HSV(B) | 117.8º | 0.64% | 0.67% | - |
| XYZ | 17.4 | 30.21 | 9.33 | - |
| YUV | 126.18 | 91.21 | 84.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 61 | 0.62 | 0 | 0.64 | 0.33 | 117.8 | 0.47 | 0.45 |
| Hex | 41 | AA | 3D | 3E | 0 | 40 | 21 | 76 | 2F | 2D |
| Octal | 101 | 252 | 75 | 76 | 0 | 100 | 41 | 166 | 57 | 55 |
| Binary | 1000001 | 10101010 | 111101 | 111110 | 0 | 1000000 | 100001 | 1110110 | 101111 | 101101 |
Color Harmonies of #41AA3D
Complementary color
Monochromatic Colors of #41AA3D
Black with #41AA3D
Text Example
Text Example
White with #41AA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA3D; }
p { color: rgb(65,170,61); }
H1.HeaderClassName
{
color: #41AA3D;
}
.AnyTagClassName
{
color: #41AA3D;
}
</style>
background-color css
<style>
a { background-color: #41AA3D; }
a { background-color: rgb(65,170,61); }
div.DivClassName
{
background-color: #41AA3D;
}
.BgClassName
{
background-color: #41AA3D;
}
</style>
border-color css
<style>
span { border-color: #41AA3D; }
span { border-color: rgb(65,170,61); }
td.TdClassName
{
border-color: #41AA3D;
}
.TagClassName
{
border-color: #41AA3D;
}
</style>