Shades of Fruit Salad #3CAA41
Tints of Fruit Salad #3CAA41
RGB
CMYK
RGB Variations
Color information
#3CAA41 (or 0x3CAA41) is known color: Fruit Salad. HEX triplet: 3C, AA and 41. RGB value is (60,170,65). Sum of RGB (Red+Green+Blue) = 60+170+65=295 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.34% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA41 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA41 is #C355BE. Grayscale: #7D7D7D. Windows color (decimal): -12801471 or 4303420. OLE color: 4303420.
HSL color Cylindrical-coordinate representation of color #3CAA41: hue angle of 122.73º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAA41 is Cyan = 0.65, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 65 | - |
| CMYK | 0.65 | 0 | 0.62 | 0.33 |
| HSL | 122.73º | 0.48% | 0.45% | - |
| HSV(B) | 122.73º | 0.65% | 0.67% | - |
| XYZ | 17.19 | 30.09 | 9.9 | - |
| YUV | 125.14 | 94.06 | 81.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 65 | 0.65 | 0 | 0.62 | 0.33 | 122.73 | 0.48 | 0.45 |
| Hex | 3C | AA | 41 | 41 | 0 | 3E | 21 | 7B | 30 | 2D |
| Octal | 74 | 252 | 101 | 101 | 0 | 76 | 41 | 173 | 60 | 55 |
| Binary | 111100 | 10101010 | 1000001 | 1000001 | 0 | 111110 | 100001 | 1111011 | 110000 | 101101 |
Color Harmonies of #3CAA41
Complementary color
Monochromatic Colors of #3CAA41
Black with #3CAA41
Text Example
Text Example
White with #3CAA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA41; }
p { color: rgb(60,170,65); }
H1.HeaderClassName
{
color: #3CAA41;
}
.AnyTagClassName
{
color: #3CAA41;
}
</style>
background-color css
<style>
a { background-color: #3CAA41; }
a { background-color: rgb(60,170,65); }
div.DivClassName
{
background-color: #3CAA41;
}
.BgClassName
{
background-color: #3CAA41;
}
</style>
border-color css
<style>
span { border-color: #3CAA41; }
span { border-color: rgb(60,170,65); }
td.TdClassName
{
border-color: #3CAA41;
}
.TagClassName
{
border-color: #3CAA41;
}
</style>