Shades of Eucalyptus #3E905F
Tints of Eucalyptus #3E905F
RGB
CMYK
RGB Variations
Color information
#3E905F (or 0x3E905F) is known color: Eucalyptus. HEX triplet: 3E, 90 and 5F. RGB value is (62,144,95). Sum of RGB (Red+Green+Blue) = 62+144+95=301 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.60% from 301); Green value is 144 (56.64% from 255 or 47.84% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 144 - color contains mainly: green. Hex color #3E905F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E905F is #C16FA0. Grayscale: #727272. Windows color (decimal): -12677025 or 6262846. OLE color: 6262846.
HSL color Cylindrical-coordinate representation of color #3E905F: hue angle of 144.15º 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 #3E905F is Cyan = 0.57, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 144 | 95 | - |
| CMYK | 0.57 | 0 | 0.34 | 0.44 |
| HSL | 144.15º | 0.4% | 0.4% | - |
| HSV(B) | 144.15º | 0.57% | 0.56% | - |
| XYZ | 14.03 | 21.8 | 14.29 | - |
| YUV | 113.9 | 117.33 | 90.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 95 | 0.57 | 0 | 0.34 | 0.44 | 144.15 | 0.4 | 0.4 |
| Hex | 3E | 90 | 5F | 39 | 0 | 22 | 2C | 90 | 28 | 28 |
| Octal | 76 | 220 | 137 | 71 | 0 | 42 | 54 | 220 | 50 | 50 |
| Binary | 111110 | 10010000 | 1011111 | 111001 | 0 | 100010 | 101100 | 10010000 | 101000 | 101000 |
Color Harmonies of #3E905F
Complementary color
Monochromatic Colors of #3E905F
Black with #3E905F
Text Example
Text Example
White with #3E905F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E905F; }
p { color: rgb(62,144,95); }
H1.HeaderClassName
{
color: #3E905F;
}
.AnyTagClassName
{
color: #3E905F;
}
</style>
background-color css
<style>
a { background-color: #3E905F; }
a { background-color: rgb(62,144,95); }
div.DivClassName
{
background-color: #3E905F;
}
.BgClassName
{
background-color: #3E905F;
}
</style>
border-color css
<style>
span { border-color: #3E905F; }
span { border-color: rgb(62,144,95); }
td.TdClassName
{
border-color: #3E905F;
}
.TagClassName
{
border-color: #3E905F;
}
</style>