Shades of Fruit Salad #3E963F
Tints of Fruit Salad #3E963F
RGB
CMYK
RGB Variations
Color information
#3E963F (or 0x3E963F) is known color: Fruit Salad. HEX triplet: 3E, 96 and 3F. RGB value is (62,150,63). Sum of RGB (Red+Green+Blue) = 62+150+63=275 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.55% from 275); Green value is 150 (58.98% from 255 or 54.55% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 150 - color contains mainly: green. Hex color #3E963F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E963F is #C169C0. Grayscale: #727272. Windows color (decimal): -12675521 or 4167230. OLE color: 4167230.
HSL color Cylindrical-coordinate representation of color #3E963F: hue angle of 120.68º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3E963F is Cyan = 0.59, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 63 | - |
| CMYK | 0.59 | 0 | 0.58 | 0.41 |
| HSL | 120.68º | 0.42% | 0.42% | - |
| HSV(B) | 120.68º | 0.59% | 0.59% | - |
| XYZ | 13.79 | 23.2 | 8.45 | - |
| YUV | 113.77 | 99.35 | 91.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 63 | 0.59 | 0 | 0.58 | 0.41 | 120.68 | 0.42 | 0.42 |
| Hex | 3E | 96 | 3F | 3B | 0 | 3A | 29 | 79 | 2A | 2A |
| Octal | 76 | 226 | 77 | 73 | 0 | 72 | 51 | 171 | 52 | 52 |
| Binary | 111110 | 10010110 | 111111 | 111011 | 0 | 111010 | 101001 | 1111001 | 101010 | 101010 |
Color Harmonies of #3E963F
Complementary color
Monochromatic Colors of #3E963F
Black with #3E963F
Text Example
Text Example
White with #3E963F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E963F; }
p { color: rgb(62,150,63); }
H1.HeaderClassName
{
color: #3E963F;
}
.AnyTagClassName
{
color: #3E963F;
}
</style>
background-color css
<style>
a { background-color: #3E963F; }
a { background-color: rgb(62,150,63); }
div.DivClassName
{
background-color: #3E963F;
}
.BgClassName
{
background-color: #3E963F;
}
</style>
border-color css
<style>
span { border-color: #3E963F; }
span { border-color: rgb(62,150,63); }
td.TdClassName
{
border-color: #3E963F;
}
.TagClassName
{
border-color: #3E963F;
}
</style>