Shades of Eucalyptus #3E966A
Tints of Eucalyptus #3E966A
RGB
CMYK
RGB Variations
Color information
#3E966A (or 0x3E966A) is known color: Eucalyptus. HEX triplet: 3E, 96 and 6A. RGB value is (62,150,106). Sum of RGB (Red+Green+Blue) = 62+150+106=318 (42% of max value = 765). Red value is 62 (24.61% from 255 or 19.50% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 106 (41.80% from 255 or 33.33% from 318); Max value from RGB is 150 - color contains mainly: green. Hex color #3E966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E966A is #C16995. Grayscale: #767676. Windows color (decimal): -12675478 or 6985278. OLE color: 6985278.
HSL color Cylindrical-coordinate representation of color #3E966A: hue angle of 150º 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 #3E966A is Cyan = 0.59, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 150 | 106 | - |
| CMYK | 0.59 | 0 | 0.29 | 0.41 |
| HSL | 150º | 0.42% | 0.42% | - |
| HSV(B) | 150º | 0.59% | 0.59% | - |
| XYZ | 15.49 | 23.88 | 17.43 | - |
| YUV | 118.67 | 120.85 | 87.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 150 | 106 | 0.59 | 0 | 0.29 | 0.41 | 150 | 0.42 | 0.42 |
| Hex | 3E | 96 | 6A | 3B | 0 | 1D | 29 | 96 | 2A | 2A |
| Octal | 76 | 226 | 152 | 73 | 0 | 35 | 51 | 226 | 52 | 52 |
| Binary | 111110 | 10010110 | 1101010 | 111011 | 0 | 11101 | 101001 | 10010110 | 101010 | 101010 |
Color Harmonies of #3E966A
Complementary color
Monochromatic Colors of #3E966A
Black with #3E966A
Text Example
Text Example
White with #3E966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E966A; }
p { color: rgb(62,150,106); }
H1.HeaderClassName
{
color: #3E966A;
}
.AnyTagClassName
{
color: #3E966A;
}
</style>
background-color css
<style>
a { background-color: #3E966A; }
a { background-color: rgb(62,150,106); }
div.DivClassName
{
background-color: #3E966A;
}
.BgClassName
{
background-color: #3E966A;
}
</style>
border-color css
<style>
span { border-color: #3E966A; }
span { border-color: rgb(62,150,106); }
td.TdClassName
{
border-color: #3E966A;
}
.TagClassName
{
border-color: #3E966A;
}
</style>