Shades of Fruit Salad #3C9142
Tints of Fruit Salad #3C9142
RGB
CMYK
RGB Variations
Color information
#3C9142 (or 0x3C9142) is known color: Fruit Salad. HEX triplet: 3C, 91 and 42. RGB value is (60,145,66). Sum of RGB (Red+Green+Blue) = 60+145+66=271 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.14% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 66 (26.17% from 255 or 24.35% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #3C9142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9142 is #C36EBD. Grayscale: #6E6E6E. Windows color (decimal): -12807870 or 4362556. OLE color: 4362556.
HSL color Cylindrical-coordinate representation of color #3C9142: hue angle of 124.24º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9142 is Cyan = 0.59, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 66 | - |
| CMYK | 0.59 | 0 | 0.54 | 0.43 |
| HSL | 124.24º | 0.41% | 0.4% | - |
| HSV(B) | 124.24º | 0.59% | 0.57% | - |
| XYZ | 12.97 | 21.6 | 8.64 | - |
| YUV | 110.58 | 102.84 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 66 | 0.59 | 0 | 0.54 | 0.43 | 124.24 | 0.41 | 0.4 |
| Hex | 3C | 91 | 42 | 3B | 0 | 36 | 2B | 7C | 29 | 28 |
| Octal | 74 | 221 | 102 | 73 | 0 | 66 | 53 | 174 | 51 | 50 |
| Binary | 111100 | 10010001 | 1000010 | 111011 | 0 | 110110 | 101011 | 1111100 | 101001 | 101000 |
Color Harmonies of #3C9142
Complementary color
Monochromatic Colors of #3C9142
Black with #3C9142
Text Example
Text Example
White with #3C9142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9142; }
p { color: rgb(60,145,66); }
H1.HeaderClassName
{
color: #3C9142;
}
.AnyTagClassName
{
color: #3C9142;
}
</style>
background-color css
<style>
a { background-color: #3C9142; }
a { background-color: rgb(60,145,66); }
div.DivClassName
{
background-color: #3C9142;
}
.BgClassName
{
background-color: #3C9142;
}
</style>
border-color css
<style>
span { border-color: #3C9142; }
span { border-color: rgb(60,145,66); }
td.TdClassName
{
border-color: #3C9142;
}
.TagClassName
{
border-color: #3C9142;
}
</style>