Shades of Fruit Salad #3E953C
Tints of Fruit Salad #3E953C
RGB
CMYK
RGB Variations
Color information
#3E953C (or 0x3E953C) is known color: Fruit Salad. HEX triplet: 3E, 95 and 3C. RGB value is (62,149,60). Sum of RGB (Red+Green+Blue) = 62+149+60=271 (35% of max value = 765). Red value is 62 (24.61% from 255 or 22.88% from 271); Green value is 149 (58.59% from 255 or 54.98% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 149 - color contains mainly: green. Hex color #3E953C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E953C is #C16AC3. Grayscale: #717171. Windows color (decimal): -12675780 or 3970366. OLE color: 3970366.
HSL color Cylindrical-coordinate representation of color #3E953C: hue angle of 118.65º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E953C is Cyan = 0.58, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 149 | 60 | - |
| CMYK | 0.58 | 0 | 0.60 | 0.42 |
| HSL | 118.65º | 0.43% | 0.41% | - |
| HSV(B) | 118.65º | 0.6% | 0.58% | - |
| XYZ | 13.55 | 22.85 | 7.97 | - |
| YUV | 112.84 | 98.18 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 149 | 60 | 0.58 | 0 | 0.60 | 0.42 | 118.65 | 0.43 | 0.41 |
| Hex | 3E | 95 | 3C | 3A | 0 | 3C | 2A | 77 | 2B | 29 |
| Octal | 76 | 225 | 74 | 72 | 0 | 74 | 52 | 167 | 53 | 51 |
| Binary | 111110 | 10010101 | 111100 | 111010 | 0 | 111100 | 101010 | 1110111 | 101011 | 101001 |
Color Harmonies of #3E953C
Complementary color
Monochromatic Colors of #3E953C
Black with #3E953C
Text Example
Text Example
White with #3E953C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E953C; }
p { color: rgb(62,149,60); }
H1.HeaderClassName
{
color: #3E953C;
}
.AnyTagClassName
{
color: #3E953C;
}
</style>
background-color css
<style>
a { background-color: #3E953C; }
a { background-color: rgb(62,149,60); }
div.DivClassName
{
background-color: #3E953C;
}
.BgClassName
{
background-color: #3E953C;
}
</style>
border-color css
<style>
span { border-color: #3E953C; }
span { border-color: rgb(62,149,60); }
td.TdClassName
{
border-color: #3E953C;
}
.TagClassName
{
border-color: #3E953C;
}
</style>