Shades of Fruit Salad #3CA136
Tints of Fruit Salad #3CA136
RGB
CMYK
RGB Variations
Color information
#3CA136 (or 0x3CA136) is known color: Fruit Salad. HEX triplet: 3C, A1 and 36. RGB value is (60,161,54). Sum of RGB (Red+Green+Blue) = 60+161+54=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 161 (63.28% from 255 or 58.55% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA136 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA136 is #C35EC9. Grayscale: #767676. Windows color (decimal): -12803786 or 3580220. OLE color: 3580220.
HSL color Cylindrical-coordinate representation of color #3CA136: hue angle of 116.64º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CA136 is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 54 | - |
| CMYK | 0.63 | 0 | 0.66 | 0.37 |
| HSL | 116.64º | 0.5% | 0.42% | - |
| HSV(B) | 116.64º | 0.66% | 0.63% | - |
| XYZ | 15.27 | 26.72 | 7.84 | - |
| YUV | 118.6 | 91.54 | 86.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 54 | 0.63 | 0 | 0.66 | 0.37 | 116.64 | 0.5 | 0.42 |
| Hex | 3C | A1 | 36 | 3F | 0 | 42 | 25 | 75 | 32 | 2A |
| Octal | 74 | 241 | 66 | 77 | 0 | 102 | 45 | 165 | 62 | 52 |
| Binary | 111100 | 10100001 | 110110 | 111111 | 0 | 1000010 | 100101 | 1110101 | 110010 | 101010 |
Color Harmonies of #3CA136
Complementary color
Monochromatic Colors of #3CA136
Black with #3CA136
Text Example
Text Example
White with #3CA136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA136; }
p { color: rgb(60,161,54); }
H1.HeaderClassName
{
color: #3CA136;
}
.AnyTagClassName
{
color: #3CA136;
}
</style>
background-color css
<style>
a { background-color: #3CA136; }
a { background-color: rgb(60,161,54); }
div.DivClassName
{
background-color: #3CA136;
}
.BgClassName
{
background-color: #3CA136;
}
</style>
border-color css
<style>
span { border-color: #3CA136; }
span { border-color: rgb(60,161,54); }
td.TdClassName
{
border-color: #3CA136;
}
.TagClassName
{
border-color: #3CA136;
}
</style>