Shades of Fruit Salad #3E9648
Tints of Fruit Salad #3E9648
RGB
CMYK
RGB Variations
Color information
#3E9648 (or 0x3E9648) is known color: Fruit Salad. HEX triplet: 3E, 96 and 48. RGB value is (62,150,72). Sum of RGB (Red+Green+Blue) = 62+150+72=284 (37% of max value = 765). Red value is 62 (24.61% from 255 or 21.83% from 284); Green value is 150 (58.98% from 255 or 52.82% from 284); Blue value is 72 (28.52% from 255 or 25.35% from 284); Max value from RGB is 150 - color contains mainly: green. Hex color #3E9648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E9648 is #C169B7. Grayscale: #737373. Windows color (decimal): -12675512 or 4757054. OLE color: 4757054.
HSL color Cylindrical-coordinate representation of color #3E9648: hue angle of 126.82º 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 #3E9648 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 72 | - |
| CMYK | 0.59 | 0 | 0.52 | 0.41 |
| HSL | 126.82º | 0.42% | 0.42% | - |
| HSV(B) | 126.82º | 0.59% | 0.59% | - |
| XYZ | 14.06 | 23.3 | 9.89 | - |
| YUV | 114.8 | 103.85 | 90.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 72 | 0.59 | 0 | 0.52 | 0.41 | 126.82 | 0.42 | 0.42 |
| Hex | 3E | 96 | 48 | 3B | 0 | 34 | 29 | 7F | 2A | 2A |
| Octal | 76 | 226 | 110 | 73 | 0 | 64 | 51 | 177 | 52 | 52 |
| Binary | 111110 | 10010110 | 1001000 | 111011 | 0 | 110100 | 101001 | 1111111 | 101010 | 101010 |
Color Harmonies of #3E9648
Complementary color
Monochromatic Colors of #3E9648
Black with #3E9648
Text Example
Text Example
White with #3E9648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9648; }
p { color: rgb(62,150,72); }
H1.HeaderClassName
{
color: #3E9648;
}
.AnyTagClassName
{
color: #3E9648;
}
</style>
background-color css
<style>
a { background-color: #3E9648; }
a { background-color: rgb(62,150,72); }
div.DivClassName
{
background-color: #3E9648;
}
.BgClassName
{
background-color: #3E9648;
}
</style>
border-color css
<style>
span { border-color: #3E9648; }
span { border-color: rgb(62,150,72); }
td.TdClassName
{
border-color: #3E9648;
}
.TagClassName
{
border-color: #3E9648;
}
</style>