Shades of Fruit Salad #3C9744
Tints of Fruit Salad #3C9744
RGB
CMYK
RGB Variations
Color information
#3C9744 (or 0x3C9744) is known color: Fruit Salad. HEX triplet: 3C, 97 and 44. RGB value is (60,151,68). Sum of RGB (Red+Green+Blue) = 60+151+68=279 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.51% from 279); Green value is 151 (59.38% from 255 or 54.12% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9744 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9744 is #C368BB. Grayscale: #727272. Windows color (decimal): -12806332 or 4495164. OLE color: 4495164.
HSL color Cylindrical-coordinate representation of color #3C9744: hue angle of 125.27º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C9744 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 68 | - |
| CMYK | 0.60 | 0 | 0.55 | 0.41 |
| HSL | 125.27º | 0.43% | 0.41% | - |
| HSV(B) | 125.27º | 0.6% | 0.59% | - |
| XYZ | 13.97 | 23.51 | 9.27 | - |
| YUV | 114.33 | 101.85 | 89.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 68 | 0.60 | 0 | 0.55 | 0.41 | 125.27 | 0.43 | 0.41 |
| Hex | 3C | 97 | 44 | 3C | 0 | 37 | 29 | 7D | 2B | 29 |
| Octal | 74 | 227 | 104 | 74 | 0 | 67 | 51 | 175 | 53 | 51 |
| Binary | 111100 | 10010111 | 1000100 | 111100 | 0 | 110111 | 101001 | 1111101 | 101011 | 101001 |
Color Harmonies of #3C9744
Complementary color
Monochromatic Colors of #3C9744
Black with #3C9744
Text Example
Text Example
White with #3C9744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9744; }
p { color: rgb(60,151,68); }
H1.HeaderClassName
{
color: #3C9744;
}
.AnyTagClassName
{
color: #3C9744;
}
</style>
background-color css
<style>
a { background-color: #3C9744; }
a { background-color: rgb(60,151,68); }
div.DivClassName
{
background-color: #3C9744;
}
.BgClassName
{
background-color: #3C9744;
}
</style>
border-color css
<style>
span { border-color: #3C9744; }
span { border-color: rgb(60,151,68); }
td.TdClassName
{
border-color: #3C9744;
}
.TagClassName
{
border-color: #3C9744;
}
</style>