Shades of Fruit Salad #3CA536
Tints of Fruit Salad #3CA536
RGB
CMYK
RGB Variations
Color information
#3CA536 (or 0x3CA536) is known color: Fruit Salad. HEX triplet: 3C, A5 and 36. RGB value is (60,165,54). Sum of RGB (Red+Green+Blue) = 60+165+54=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #3CA536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA536 is #C35AC9. Grayscale: #797979. Windows color (decimal): -12802762 or 3581244. OLE color: 3581244.
HSL color Cylindrical-coordinate representation of color #3CA536: hue angle of 116.76º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CA536 is Cyan = 0.64, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 165 | 54 | - |
| CMYK | 0.64 | 0 | 0.67 | 0.35 |
| HSL | 116.76º | 0.51% | 0.43% | - |
| HSV(B) | 116.76º | 0.67% | 0.65% | - |
| XYZ | 15.98 | 28.14 | 8.08 | - |
| YUV | 120.95 | 90.21 | 84.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 165 | 54 | 0.64 | 0 | 0.67 | 0.35 | 116.76 | 0.51 | 0.43 |
| Hex | 3C | A5 | 36 | 40 | 0 | 43 | 23 | 75 | 33 | 2B |
| Octal | 74 | 245 | 66 | 100 | 0 | 103 | 43 | 165 | 63 | 53 |
| Binary | 111100 | 10100101 | 110110 | 1000000 | 0 | 1000011 | 100011 | 1110101 | 110011 | 101011 |
Color Harmonies of #3CA536
Complementary color
Monochromatic Colors of #3CA536
Black with #3CA536
Text Example
Text Example
White with #3CA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA536; }
p { color: rgb(60,165,54); }
H1.HeaderClassName
{
color: #3CA536;
}
.AnyTagClassName
{
color: #3CA536;
}
</style>
background-color css
<style>
a { background-color: #3CA536; }
a { background-color: rgb(60,165,54); }
div.DivClassName
{
background-color: #3CA536;
}
.BgClassName
{
background-color: #3CA536;
}
</style>
border-color css
<style>
span { border-color: #3CA536; }
span { border-color: rgb(60,165,54); }
td.TdClassName
{
border-color: #3CA536;
}
.TagClassName
{
border-color: #3CA536;
}
</style>