Shades of Fruit Salad #3C9440
Tints of Fruit Salad #3C9440
RGB
CMYK
RGB Variations
Color information
#3C9440 (or 0x3C9440) is known color: Fruit Salad. HEX triplet: 3C, 94 and 40. RGB value is (60,148,64). Sum of RGB (Red+Green+Blue) = 60+148+64=272 (36% of max value = 765). Red value is 60 (23.83% from 255 or 22.06% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 64 (25.39% from 255 or 23.53% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #3C9440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C9440 is #C36BBF. Grayscale: #707070. Windows color (decimal): -12807104 or 4232252. OLE color: 4232252.
HSL color Cylindrical-coordinate representation of color #3C9440: hue angle of 122.73º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9440 is Cyan = 0.59, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 148 | 64 | - |
| CMYK | 0.59 | 0 | 0.57 | 0.42 |
| HSL | 122.73º | 0.42% | 0.41% | - |
| HSV(B) | 122.73º | 0.59% | 0.58% | - |
| XYZ | 13.38 | 22.51 | 8.49 | - |
| YUV | 112.11 | 100.85 | 90.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 64 | 0.59 | 0 | 0.57 | 0.42 | 122.73 | 0.42 | 0.41 |
| Hex | 3C | 94 | 40 | 3B | 0 | 39 | 2A | 7B | 2A | 29 |
| Octal | 74 | 224 | 100 | 73 | 0 | 71 | 52 | 173 | 52 | 51 |
| Binary | 111100 | 10010100 | 1000000 | 111011 | 0 | 111001 | 101010 | 1111011 | 101010 | 101001 |
Color Harmonies of #3C9440
Complementary color
Monochromatic Colors of #3C9440
Black with #3C9440
Text Example
Text Example
White with #3C9440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9440; }
p { color: rgb(60,148,64); }
H1.HeaderClassName
{
color: #3C9440;
}
.AnyTagClassName
{
color: #3C9440;
}
</style>
background-color css
<style>
a { background-color: #3C9440; }
a { background-color: rgb(60,148,64); }
div.DivClassName
{
background-color: #3C9440;
}
.BgClassName
{
background-color: #3C9440;
}
</style>
border-color css
<style>
span { border-color: #3C9440; }
span { border-color: rgb(60,148,64); }
td.TdClassName
{
border-color: #3C9440;
}
.TagClassName
{
border-color: #3C9440;
}
</style>