Shades of Fruit Salad #3C933D
Tints of Fruit Salad #3C933D
RGB
CMYK
RGB Variations
Color information
#3C933D (or 0x3C933D) is known color: Fruit Salad. HEX triplet: 3C, 93 and 3D. RGB value is (60,147,61). Sum of RGB (Red+Green+Blue) = 60+147+61=268 (35% of max value = 765). Red value is 60 (23.83% from 255 or 22.39% from 268); Green value is 147 (57.81% from 255 or 54.85% from 268); Blue value is 61 (24.22% from 255 or 22.76% from 268); Max value from RGB is 147 - color contains mainly: green. Hex color #3C933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C933D is #C36CC2. Grayscale: #6F6F6F. Windows color (decimal): -12807363 or 4035388. OLE color: 4035388.
HSL color Cylindrical-coordinate representation of color #3C933D: hue angle of 120.69º 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 #3C933D is Cyan = 0.59, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 61 | - |
| CMYK | 0.59 | 0 | 0.59 | 0.42 |
| HSL | 120.69º | 0.42% | 0.41% | - |
| HSV(B) | 120.69º | 0.59% | 0.58% | - |
| XYZ | 13.14 | 22.17 | 8 | - |
| YUV | 111.18 | 99.68 | 91.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 61 | 0.59 | 0 | 0.59 | 0.42 | 120.69 | 0.42 | 0.41 |
| Hex | 3C | 93 | 3D | 3B | 0 | 3B | 2A | 79 | 2A | 29 |
| Octal | 74 | 223 | 75 | 73 | 0 | 73 | 52 | 171 | 52 | 51 |
| Binary | 111100 | 10010011 | 111101 | 111011 | 0 | 111011 | 101010 | 1111001 | 101010 | 101001 |
Color Harmonies of #3C933D
Complementary color
Monochromatic Colors of #3C933D
Black with #3C933D
Text Example
Text Example
White with #3C933D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C933D; }
p { color: rgb(60,147,61); }
H1.HeaderClassName
{
color: #3C933D;
}
.AnyTagClassName
{
color: #3C933D;
}
</style>
background-color css
<style>
a { background-color: #3C933D; }
a { background-color: rgb(60,147,61); }
div.DivClassName
{
background-color: #3C933D;
}
.BgClassName
{
background-color: #3C933D;
}
</style>
border-color css
<style>
span { border-color: #3C933D; }
span { border-color: rgb(60,147,61); }
td.TdClassName
{
border-color: #3C933D;
}
.TagClassName
{
border-color: #3C933D;
}
</style>