Shades of Eucalyptus #3E975F
Tints of Eucalyptus #3E975F
RGB
CMYK
RGB Variations
Color information
#3E975F (or 0x3E975F) is known color: Eucalyptus. HEX triplet: 3E, 97 and 5F. RGB value is (62,151,95). Sum of RGB (Red+Green+Blue) = 62+151+95=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #3E975F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E975F is #C168A0. Grayscale: #767676. Windows color (decimal): -12675233 or 6264638. OLE color: 6264638.
HSL color Cylindrical-coordinate representation of color #3E975F: hue angle of 142.25º 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 #3E975F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 62 | 151 | 95 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.41 |
| HSL | 142.25º | 0.42% | 0.42% | - |
| HSV(B) | 142.25º | 0.59% | 0.59% | - |
| XYZ | 15.12 | 23.98 | 14.66 | - |
| YUV | 118.01 | 115.01 | 88.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 151 | 95 | 0.59 | 0 | 0.37 | 0.41 | 142.25 | 0.42 | 0.42 |
| Hex | 3E | 97 | 5F | 3B | 0 | 25 | 29 | 8E | 2A | 2A |
| Octal | 76 | 227 | 137 | 73 | 0 | 45 | 51 | 216 | 52 | 52 |
| Binary | 111110 | 10010111 | 1011111 | 111011 | 0 | 100101 | 101001 | 10001110 | 101010 | 101010 |
Color Harmonies of #3E975F
Complementary color
Monochromatic Colors of #3E975F
Black with #3E975F
Text Example
Text Example
White with #3E975F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E975F; }
p { color: rgb(62,151,95); }
H1.HeaderClassName
{
color: #3E975F;
}
.AnyTagClassName
{
color: #3E975F;
}
</style>
background-color css
<style>
a { background-color: #3E975F; }
a { background-color: rgb(62,151,95); }
div.DivClassName
{
background-color: #3E975F;
}
.BgClassName
{
background-color: #3E975F;
}
</style>
border-color css
<style>
span { border-color: #3E975F; }
span { border-color: rgb(62,151,95); }
td.TdClassName
{
border-color: #3E975F;
}
.TagClassName
{
border-color: #3E975F;
}
</style>