Shades of Fruit Salad #3CAC49
Tints of Fruit Salad #3CAC49
RGB
CMYK
RGB Variations
Color information
#3CAC49 (or 0x3CAC49) is known color: Fruit Salad. HEX triplet: 3C, AC and 49. RGB value is (60,172,73). Sum of RGB (Red+Green+Blue) = 60+172+73=305 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.67% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC49 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC49 is #C353B6. Grayscale: #7F7F7F. Windows color (decimal): -12800951 or 4828220. OLE color: 4828220.
HSL color Cylindrical-coordinate representation of color #3CAC49: hue angle of 126.96º 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 #3CAC49 is Cyan = 0.65, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 73 | - |
| CMYK | 0.65 | 0 | 0.58 | 0.33 |
| HSL | 126.96º | 0.48% | 0.45% | - |
| HSV(B) | 126.96º | 0.65% | 0.67% | - |
| XYZ | 17.82 | 30.95 | 11.34 | - |
| YUV | 127.23 | 97.39 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 73 | 0.65 | 0 | 0.58 | 0.33 | 126.96 | 0.48 | 0.45 |
| Hex | 3C | AC | 49 | 41 | 0 | 3A | 21 | 7F | 30 | 2D |
| Octal | 74 | 254 | 111 | 101 | 0 | 72 | 41 | 177 | 60 | 55 |
| Binary | 111100 | 10101100 | 1001001 | 1000001 | 0 | 111010 | 100001 | 1111111 | 110000 | 101101 |
Color Harmonies of #3CAC49
Complementary color
Monochromatic Colors of #3CAC49
Black with #3CAC49
Text Example
Text Example
White with #3CAC49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC49; }
p { color: rgb(60,172,73); }
H1.HeaderClassName
{
color: #3CAC49;
}
.AnyTagClassName
{
color: #3CAC49;
}
</style>
background-color css
<style>
a { background-color: #3CAC49; }
a { background-color: rgb(60,172,73); }
div.DivClassName
{
background-color: #3CAC49;
}
.BgClassName
{
background-color: #3CAC49;
}
</style>
border-color css
<style>
span { border-color: #3CAC49; }
span { border-color: rgb(60,172,73); }
td.TdClassName
{
border-color: #3CAC49;
}
.TagClassName
{
border-color: #3CAC49;
}
</style>