Shades of Eucalyptus #3E905D
Tints of Eucalyptus #3E905D
RGB
CMYK
RGB Variations
Color information
#3E905D (or 0x3E905D) is known color: Eucalyptus. HEX triplet: 3E, 90 and 5D. RGB value is (62,144,93). Sum of RGB (Red+Green+Blue) = 62+144+93=299 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.74% from 299); Green value is 144 (56.64% from 255 or 48.16% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 144 - color contains mainly: green. Hex color #3E905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E905D is #C16FA2. Grayscale: #717171. Windows color (decimal): -12677027 or 6131774. OLE color: 6131774.
HSL color Cylindrical-coordinate representation of color #3E905D: hue angle of 142.68º 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 #3E905D is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 144 | 93 | - |
| CMYK | 0.57 | 0 | 0.35 | 0.44 |
| HSL | 142.68º | 0.4% | 0.4% | - |
| HSV(B) | 142.68º | 0.57% | 0.56% | - |
| XYZ | 13.94 | 21.76 | 13.82 | - |
| YUV | 113.67 | 116.33 | 91.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 93 | 0.57 | 0 | 0.35 | 0.44 | 142.68 | 0.4 | 0.4 |
| Hex | 3E | 90 | 5D | 39 | 0 | 23 | 2C | 8F | 28 | 28 |
| Octal | 76 | 220 | 135 | 71 | 0 | 43 | 54 | 217 | 50 | 50 |
| Binary | 111110 | 10010000 | 1011101 | 111001 | 0 | 100011 | 101100 | 10001111 | 101000 | 101000 |
Color Harmonies of #3E905D
Complementary color
Monochromatic Colors of #3E905D
Black with #3E905D
Text Example
Text Example
White with #3E905D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E905D; }
p { color: rgb(62,144,93); }
H1.HeaderClassName
{
color: #3E905D;
}
.AnyTagClassName
{
color: #3E905D;
}
</style>
background-color css
<style>
a { background-color: #3E905D; }
a { background-color: rgb(62,144,93); }
div.DivClassName
{
background-color: #3E905D;
}
.BgClassName
{
background-color: #3E905D;
}
</style>
border-color css
<style>
span { border-color: #3E905D; }
span { border-color: rgb(62,144,93); }
td.TdClassName
{
border-color: #3E905D;
}
.TagClassName
{
border-color: #3E905D;
}
</style>