Shades of Fruit Salad #3C993E
Tints of Fruit Salad #3C993E
RGB
CMYK
RGB Variations
Color information
#3C993E (or 0x3C993E) is known color: Fruit Salad. HEX triplet: 3C, 99 and 3E. RGB value is (60,153,62). Sum of RGB (Red+Green+Blue) = 60+153+62=275 (36% of max value = 765). Red value is 60 (23.83% from 255 or 21.82% from 275); Green value is 153 (60.16% from 255 or 55.64% from 275); Blue value is 62 (24.61% from 255 or 22.55% from 275); Max value from RGB is 153 - color contains mainly: green. Hex color #3C993E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C993E is #C366C1. Grayscale: #737373. Windows color (decimal): -12805826 or 4102460. OLE color: 4102460.
HSL color Cylindrical-coordinate representation of color #3C993E: hue angle of 121.29º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C993E is Cyan = 0.61, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 62 | - |
| CMYK | 0.61 | 0 | 0.59 | 0.4 |
| HSL | 121.29º | 0.44% | 0.42% | - |
| HSV(B) | 121.29º | 0.61% | 0.6% | - |
| XYZ | 14.12 | 24.09 | 8.46 | - |
| YUV | 114.82 | 98.19 | 88.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 62 | 0.61 | 0 | 0.59 | 0.4 | 121.29 | 0.44 | 0.42 |
| Hex | 3C | 99 | 3E | 3D | 0 | 3B | 28 | 79 | 2C | 2A |
| Octal | 74 | 231 | 76 | 75 | 0 | 73 | 50 | 171 | 54 | 52 |
| Binary | 111100 | 10011001 | 111110 | 111101 | 0 | 111011 | 101000 | 1111001 | 101100 | 101010 |
Color Harmonies of #3C993E
Complementary color
Monochromatic Colors of #3C993E
Black with #3C993E
Text Example
Text Example
White with #3C993E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C993E; }
p { color: rgb(60,153,62); }
H1.HeaderClassName
{
color: #3C993E;
}
.AnyTagClassName
{
color: #3C993E;
}
</style>
background-color css
<style>
a { background-color: #3C993E; }
a { background-color: rgb(60,153,62); }
div.DivClassName
{
background-color: #3C993E;
}
.BgClassName
{
background-color: #3C993E;
}
</style>
border-color css
<style>
span { border-color: #3C993E; }
span { border-color: rgb(60,153,62); }
td.TdClassName
{
border-color: #3C993E;
}
.TagClassName
{
border-color: #3C993E;
}
</style>