Shades of Eucalyptus #3E8F65
Tints of Eucalyptus #3E8F65
RGB
CMYK
RGB Variations
Color information
#3E8F65 (or 0x3E8F65) is known color: Eucalyptus. HEX triplet: 3E, 8F and 65. RGB value is (62,143,101). Sum of RGB (Red+Green+Blue) = 62+143+101=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #3E8F65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8F65 is #C1709A. Grayscale: #727272. Windows color (decimal): -12677275 or 6655806. OLE color: 6655806.
HSL color Cylindrical-coordinate representation of color #3E8F65: hue angle of 148.89º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E8F65 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 143 | 101 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.44 |
| HSL | 148.89º | 0.4% | 0.4% | - |
| HSV(B) | 148.89º | 0.57% | 0.56% | - |
| XYZ | 14.16 | 21.61 | 15.74 | - |
| YUV | 113.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 143 | 101 | 0.57 | 0 | 0.29 | 0.44 | 148.89 | 0.4 | 0.4 |
| Hex | 3E | 8F | 65 | 39 | 0 | 1D | 2C | 95 | 28 | 28 |
| Octal | 76 | 217 | 145 | 71 | 0 | 35 | 54 | 225 | 50 | 50 |
| Binary | 111110 | 10001111 | 1100101 | 111001 | 0 | 11101 | 101100 | 10010101 | 101000 | 101000 |
Color Harmonies of #3E8F65
Complementary color
Monochromatic Colors of #3E8F65
Black with #3E8F65
Text Example
Text Example
White with #3E8F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8F65; }
p { color: rgb(62,143,101); }
H1.HeaderClassName
{
color: #3E8F65;
}
.AnyTagClassName
{
color: #3E8F65;
}
</style>
background-color css
<style>
a { background-color: #3E8F65; }
a { background-color: rgb(62,143,101); }
div.DivClassName
{
background-color: #3E8F65;
}
.BgClassName
{
background-color: #3E8F65;
}
</style>
border-color css
<style>
span { border-color: #3E8F65; }
span { border-color: rgb(62,143,101); }
td.TdClassName
{
border-color: #3E8F65;
}
.TagClassName
{
border-color: #3E8F65;
}
</style>