Shades of Eucalyptus #3E9166
Tints of Eucalyptus #3E9166
RGB
CMYK
RGB Variations
Color information
#3E9166 (or 0x3E9166) is known color: Eucalyptus. HEX triplet: 3E, 91 and 66. RGB value is (62,145,102). Sum of RGB (Red+Green+Blue) = 62+145+102=309 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.06% from 309); Green value is 145 (57.03% from 255 or 46.93% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 145 - color contains mainly: green. Hex color #3E9166 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9166 is #C16E99. Grayscale: #737373. Windows color (decimal): -12676762 or 6721854. OLE color: 6721854.
HSL color Cylindrical-coordinate representation of color #3E9166: hue angle of 148.92º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E9166 is Cyan = 0.57, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 145 | 102 | - |
| CMYK | 0.57 | 0 | 0.30 | 0.43 |
| HSL | 148.92º | 0.4% | 0.41% | - |
| HSV(B) | 148.92º | 0.57% | 0.57% | - |
| XYZ | 14.51 | 22.23 | 16.1 | - |
| YUV | 115.28 | 120.5 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 145 | 102 | 0.57 | 0 | 0.30 | 0.43 | 148.92 | 0.4 | 0.41 |
| Hex | 3E | 91 | 66 | 39 | 0 | 1E | 2B | 95 | 28 | 29 |
| Octal | 76 | 221 | 146 | 71 | 0 | 36 | 53 | 225 | 50 | 51 |
| Binary | 111110 | 10010001 | 1100110 | 111001 | 0 | 11110 | 101011 | 10010101 | 101000 | 101001 |
Color Harmonies of #3E9166
Complementary color
Monochromatic Colors of #3E9166
Black with #3E9166
Text Example
Text Example
White with #3E9166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9166; }
p { color: rgb(62,145,102); }
H1.HeaderClassName
{
color: #3E9166;
}
.AnyTagClassName
{
color: #3E9166;
}
</style>
background-color css
<style>
a { background-color: #3E9166; }
a { background-color: rgb(62,145,102); }
div.DivClassName
{
background-color: #3E9166;
}
.BgClassName
{
background-color: #3E9166;
}
</style>
border-color css
<style>
span { border-color: #3E9166; }
span { border-color: rgb(62,145,102); }
td.TdClassName
{
border-color: #3E9166;
}
.TagClassName
{
border-color: #3E9166;
}
</style>