Shades of Fruit Salad #3CAC36
Tints of Fruit Salad #3CAC36
RGB
CMYK
RGB Variations
Color information
#3CAC36 (or 0x3CAC36) is known color: Fruit Salad. HEX triplet: 3C, AC and 36. RGB value is (60,172,54). Sum of RGB (Red+Green+Blue) = 60+172+54=286 (37% of max value = 765). Red value is 60 (23.83% from 255 or 20.98% from 286); Green value is 172 (67.58% from 255 or 60.14% from 286); Blue value is 54 (21.48% from 255 or 18.88% from 286); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CAC36 is #C353C9. Grayscale: #7D7D7D. Windows color (decimal): -12800970 or 3583036. OLE color: 3583036.
HSL color Cylindrical-coordinate representation of color #3CAC36: hue angle of 116.95º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3CAC36 is Cyan = 0.65, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 54 | - |
| CMYK | 0.65 | 0 | 0.69 | 0.33 |
| HSL | 116.95º | 0.52% | 0.44% | - |
| HSV(B) | 116.95º | 0.69% | 0.67% | - |
| XYZ | 17.28 | 30.73 | 8.51 | - |
| YUV | 125.06 | 87.89 | 81.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 54 | 0.65 | 0 | 0.69 | 0.33 | 116.95 | 0.52 | 0.44 |
| Hex | 3C | AC | 36 | 41 | 0 | 45 | 21 | 75 | 34 | 2C |
| Octal | 74 | 254 | 66 | 101 | 0 | 105 | 41 | 165 | 64 | 54 |
| Binary | 111100 | 10101100 | 110110 | 1000001 | 0 | 1000101 | 100001 | 1110101 | 110100 | 101100 |
Color Harmonies of #3CAC36
Complementary color
Monochromatic Colors of #3CAC36
Black with #3CAC36
Text Example
Text Example
White with #3CAC36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC36; }
p { color: rgb(60,172,54); }
H1.HeaderClassName
{
color: #3CAC36;
}
.AnyTagClassName
{
color: #3CAC36;
}
</style>
background-color css
<style>
a { background-color: #3CAC36; }
a { background-color: rgb(60,172,54); }
div.DivClassName
{
background-color: #3CAC36;
}
.BgClassName
{
background-color: #3CAC36;
}
</style>
border-color css
<style>
span { border-color: #3CAC36; }
span { border-color: rgb(60,172,54); }
td.TdClassName
{
border-color: #3CAC36;
}
.TagClassName
{
border-color: #3CAC36;
}
</style>