Shades of Fruit Salad #41AA33
Tints of Fruit Salad #41AA33
RGB
CMYK
RGB Variations
Color information
#41AA33 (or 0x41AA33) is known color: Fruit Salad. HEX triplet: 41, AA and 33. RGB value is (65,170,51). Sum of RGB (Red+Green+Blue) = 65+170+51=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 170 (66.80% from 255 or 59.44% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 170 - color contains mainly: green. Hex color #41AA33 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #41AA33 is #BE55CC. Grayscale: #7D7D7D. Windows color (decimal): -12473805 or 3385921. OLE color: 3385921.
HSL color Cylindrical-coordinate representation of color #41AA33: hue angle of 112.94º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #41AA33 is Cyan = 0.62, Magento = 0, Yellow = 0.7 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 170 | 51 | - |
| CMYK | 0.62 | 0 | 0.7 | 0.33 |
| HSL | 112.94º | 0.54% | 0.43% | - |
| HSV(B) | 112.94º | 0.7% | 0.67% | - |
| XYZ | 17.15 | 30.11 | 8.04 | - |
| YUV | 125.04 | 86.21 | 85.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 170 | 51 | 0.62 | 0 | 0.7 | 0.33 | 112.94 | 0.54 | 0.43 |
| Hex | 41 | AA | 33 | 3E | 0 | 46 | 21 | 71 | 36 | 2B |
| Octal | 101 | 252 | 63 | 76 | 0 | 106 | 41 | 161 | 66 | 53 |
| Binary | 1000001 | 10101010 | 110011 | 111110 | 0 | 1000110 | 100001 | 1110001 | 110110 | 101011 |
Color Harmonies of #41AA33
Complementary color
Monochromatic Colors of #41AA33
Black with #41AA33
Text Example
Text Example
White with #41AA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41AA33; }
p { color: rgb(65,170,51); }
H1.HeaderClassName
{
color: #41AA33;
}
.AnyTagClassName
{
color: #41AA33;
}
</style>
background-color css
<style>
a { background-color: #41AA33; }
a { background-color: rgb(65,170,51); }
div.DivClassName
{
background-color: #41AA33;
}
.BgClassName
{
background-color: #41AA33;
}
</style>
border-color css
<style>
span { border-color: #41AA33; }
span { border-color: rgb(65,170,51); }
td.TdClassName
{
border-color: #41AA33;
}
.TagClassName
{
border-color: #41AA33;
}
</style>