Shades of Fruit Salad #3E943E
Tints of Fruit Salad #3E943E
RGB
CMYK
RGB Variations
Color information
#3E943E (or 0x3E943E) is known color: Fruit Salad. HEX triplet: 3E, 94 and 3E. RGB value is (62,148,62). Sum of RGB (Red+Green+Blue) = 62+148+62=272 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.79% from 272); Green value is 148 (58.20% from 255 or 54.41% from 272); Blue value is 62 (24.61% from 255 or 22.79% from 272); Max value from RGB is 148 - color contains mainly: green. Hex color #3E943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3E943E is #C16BC1. Grayscale: #707070. Windows color (decimal): -12676034 or 4101182. OLE color: 4101182.
HSL color Cylindrical-coordinate representation of color #3E943E: hue angle of 120º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E943E is Cyan = 0.58, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 148 | 62 | - |
| CMYK | 0.58 | 0 | 0.58 | 0.42 |
| HSL | 120º | 0.41% | 0.41% | - |
| HSV(B) | 120º | 0.58% | 0.58% | - |
| XYZ | 13.45 | 22.55 | 8.2 | - |
| YUV | 112.48 | 99.51 | 91.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 62 | 0.58 | 0 | 0.58 | 0.42 | 120 | 0.41 | 0.41 |
| Hex | 3E | 94 | 3E | 3A | 0 | 3A | 2A | 78 | 29 | 29 |
| Octal | 76 | 224 | 76 | 72 | 0 | 72 | 52 | 170 | 51 | 51 |
| Binary | 111110 | 10010100 | 111110 | 111010 | 0 | 111010 | 101010 | 1111000 | 101001 | 101001 |
Color Harmonies of #3E943E
Complementary color
Monochromatic Colors of #3E943E
Black with #3E943E
Text Example
Text Example
White with #3E943E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E943E; }
p { color: rgb(62,148,62); }
H1.HeaderClassName
{
color: #3E943E;
}
.AnyTagClassName
{
color: #3E943E;
}
</style>
background-color css
<style>
a { background-color: #3E943E; }
a { background-color: rgb(62,148,62); }
div.DivClassName
{
background-color: #3E943E;
}
.BgClassName
{
background-color: #3E943E;
}
</style>
border-color css
<style>
span { border-color: #3E943E; }
span { border-color: rgb(62,148,62); }
td.TdClassName
{
border-color: #3E943E;
}
.TagClassName
{
border-color: #3E943E;
}
</style>