Shades of Fruit Salad #3CBA4A
Tints of Fruit Salad #3CBA4A
RGB
CMYK
RGB Variations
Color information
#3CBA4A (or 0x3CBA4A) is known color: Fruit Salad. HEX triplet: 3C, BA and 4A. RGB value is (60,186,74). Sum of RGB (Red+Green+Blue) = 60+186+74=320 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.75% from 320); Green value is 186 (73.05% from 255 or 58.12% from 320); Blue value is 74 (29.30% from 255 or 23.12% from 320); Max value from RGB is 186 - color contains mainly: green. Hex color #3CBA4A is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #3CBA4A is #C345B5. Grayscale: #878787. Windows color (decimal): -12797366 or 4897340. OLE color: 4897340.
HSL color Cylindrical-coordinate representation of color #3CBA4A: hue angle of 126.67º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3CBA4A is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 60 | 186 | 74 | - |
| CMYK | 0.68 | 0 | 0.60 | 0.27 |
| HSL | 126.67º | 0.51% | 0.48% | - |
| HSV(B) | 126.67º | 0.68% | 0.73% | - |
| XYZ | 20.66 | 36.57 | 12.45 | - |
| YUV | 135.56 | 93.26 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 186 | 74 | 0.68 | 0 | 0.60 | 0.27 | 126.67 | 0.51 | 0.48 |
| Hex | 3C | BA | 4A | 44 | 0 | 3C | 1B | 7F | 33 | 30 |
| Octal | 74 | 272 | 112 | 104 | 0 | 74 | 33 | 177 | 63 | 60 |
| Binary | 111100 | 10111010 | 1001010 | 1000100 | 0 | 111100 | 11011 | 1111111 | 110011 | 110000 |
Color Harmonies of #3CBA4A
Complementary color
Monochromatic Colors of #3CBA4A
Black with #3CBA4A
Text Example
Text Example
White with #3CBA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CBA4A; }
p { color: rgb(60,186,74); }
H1.HeaderClassName
{
color: #3CBA4A;
}
.AnyTagClassName
{
color: #3CBA4A;
}
</style>
background-color css
<style>
a { background-color: #3CBA4A; }
a { background-color: rgb(60,186,74); }
div.DivClassName
{
background-color: #3CBA4A;
}
.BgClassName
{
background-color: #3CBA4A;
}
</style>
border-color css
<style>
span { border-color: #3CBA4A; }
span { border-color: rgb(60,186,74); }
td.TdClassName
{
border-color: #3CBA4A;
}
.TagClassName
{
border-color: #3CBA4A;
}
</style>