Shades of Fruit Salad #3CAA4A
Tints of Fruit Salad #3CAA4A
RGB
CMYK
RGB Variations
Color information
#3CAA4A (or 0x3CAA4A) is known color: Fruit Salad. HEX triplet: 3C, AA and 4A. RGB value is (60,170,74). Sum of RGB (Red+Green+Blue) = 60+170+74=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 170 (66.80% from 255 or 55.92% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAA4A is #C355B5. Grayscale: #7E7E7E. Windows color (decimal): -12801462 or 4893244. OLE color: 4893244.
HSL color Cylindrical-coordinate representation of color #3CAA4A: hue angle of 127.64º 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 #3CAA4A is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 74 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.33 |
| HSL | 127.64º | 0.48% | 0.45% | - |
| HSV(B) | 127.64º | 0.65% | 0.67% | - |
| XYZ | 17.47 | 30.2 | 11.39 | - |
| YUV | 126.17 | 98.56 | 80.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 74 | 0.65 | 0 | 0.56 | 0.33 | 127.64 | 0.48 | 0.45 |
| Hex | 3C | AA | 4A | 41 | 0 | 38 | 21 | 80 | 30 | 2D |
| Octal | 74 | 252 | 112 | 101 | 0 | 70 | 41 | 200 | 60 | 55 |
| Binary | 111100 | 10101010 | 1001010 | 1000001 | 0 | 111000 | 100001 | 10000000 | 110000 | 101101 |
Color Harmonies of #3CAA4A
Complementary color
Monochromatic Colors of #3CAA4A
Black with #3CAA4A
Text Example
Text Example
White with #3CAA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA4A; }
p { color: rgb(60,170,74); }
H1.HeaderClassName
{
color: #3CAA4A;
}
.AnyTagClassName
{
color: #3CAA4A;
}
</style>
background-color css
<style>
a { background-color: #3CAA4A; }
a { background-color: rgb(60,170,74); }
div.DivClassName
{
background-color: #3CAA4A;
}
.BgClassName
{
background-color: #3CAA4A;
}
</style>
border-color css
<style>
span { border-color: #3CAA4A; }
span { border-color: rgb(60,170,74); }
td.TdClassName
{
border-color: #3CAA4A;
}
.TagClassName
{
border-color: #3CAA4A;
}
</style>