Shades of Eucalyptus #3E945F
Tints of Eucalyptus #3E945F
RGB
CMYK
RGB Variations
Color information
#3E945F (or 0x3E945F) is known color: Eucalyptus. HEX triplet: 3E, 94 and 5F. RGB value is (62,148,95). Sum of RGB (Red+Green+Blue) = 62+148+95=305 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.33% from 305); Green value is 148 (58.20% from 255 or 48.52% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 148 - color contains mainly: green. Hex color #3E945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E945F is #C16BA0. Grayscale: #747474. Windows color (decimal): -12676001 or 6263870. OLE color: 6263870.
HSL color Cylindrical-coordinate representation of color #3E945F: hue angle of 143.02º 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 #3E945F is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 62 | 148 | 95 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.42 |
| HSL | 143.02º | 0.41% | 0.41% | - |
| HSV(B) | 143.02º | 0.58% | 0.58% | - |
| XYZ | 14.64 | 23.03 | 14.5 | - |
| YUV | 116.24 | 116.01 | 89.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 148 | 95 | 0.58 | 0 | 0.36 | 0.42 | 143.02 | 0.41 | 0.41 |
| Hex | 3E | 94 | 5F | 3A | 0 | 24 | 2A | 8F | 29 | 29 |
| Octal | 76 | 224 | 137 | 72 | 0 | 44 | 52 | 217 | 51 | 51 |
| Binary | 111110 | 10010100 | 1011111 | 111010 | 0 | 100100 | 101010 | 10001111 | 101001 | 101001 |
Color Harmonies of #3E945F
Complementary color
Monochromatic Colors of #3E945F
Black with #3E945F
Text Example
Text Example
White with #3E945F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E945F; }
p { color: rgb(62,148,95); }
H1.HeaderClassName
{
color: #3E945F;
}
.AnyTagClassName
{
color: #3E945F;
}
</style>
background-color css
<style>
a { background-color: #3E945F; }
a { background-color: rgb(62,148,95); }
div.DivClassName
{
background-color: #3E945F;
}
.BgClassName
{
background-color: #3E945F;
}
</style>
border-color css
<style>
span { border-color: #3E945F; }
span { border-color: rgb(62,148,95); }
td.TdClassName
{
border-color: #3E945F;
}
.TagClassName
{
border-color: #3E945F;
}
</style>