Shades of Fruit Salad #3CAC47
Tints of Fruit Salad #3CAC47
RGB
CMYK
RGB Variations
Color information
#3CAC47 (or 0x3CAC47) is known color: Fruit Salad. HEX triplet: 3C, AC and 47. RGB value is (60,172,71). Sum of RGB (Red+Green+Blue) = 60+172+71=303 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.80% from 303); Green value is 172 (67.58% from 255 or 56.77% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC47 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC47 is #C353B8. Grayscale: #7F7F7F. Windows color (decimal): -12800953 or 4697148. OLE color: 4697148.
HSL color Cylindrical-coordinate representation of color #3CAC47: hue angle of 125.89º 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 #3CAC47 is Cyan = 0.65, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 71 | - |
| CMYK | 0.65 | 0 | 0.59 | 0.33 |
| HSL | 125.89º | 0.48% | 0.45% | - |
| HSV(B) | 125.89º | 0.65% | 0.67% | - |
| XYZ | 17.75 | 30.92 | 10.99 | - |
| YUV | 127 | 96.39 | 80.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 71 | 0.65 | 0 | 0.59 | 0.33 | 125.89 | 0.48 | 0.45 |
| Hex | 3C | AC | 47 | 41 | 0 | 3B | 21 | 7E | 30 | 2D |
| Octal | 74 | 254 | 107 | 101 | 0 | 73 | 41 | 176 | 60 | 55 |
| Binary | 111100 | 10101100 | 1000111 | 1000001 | 0 | 111011 | 100001 | 1111110 | 110000 | 101101 |
Color Harmonies of #3CAC47
Complementary color
Monochromatic Colors of #3CAC47
Black with #3CAC47
Text Example
Text Example
White with #3CAC47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC47; }
p { color: rgb(60,172,71); }
H1.HeaderClassName
{
color: #3CAC47;
}
.AnyTagClassName
{
color: #3CAC47;
}
</style>
background-color css
<style>
a { background-color: #3CAC47; }
a { background-color: rgb(60,172,71); }
div.DivClassName
{
background-color: #3CAC47;
}
.BgClassName
{
background-color: #3CAC47;
}
</style>
border-color css
<style>
span { border-color: #3CAC47; }
span { border-color: rgb(60,172,71); }
td.TdClassName
{
border-color: #3CAC47;
}
.TagClassName
{
border-color: #3CAC47;
}
</style>