Shades of Eucalyptus #3E905B
Tints of Eucalyptus #3E905B
RGB
CMYK
RGB Variations
Color information
#3E905B (or 0x3E905B) is known color: Eucalyptus. HEX triplet: 3E, 90 and 5B. RGB value is (62,144,91). Sum of RGB (Red+Green+Blue) = 62+144+91=297 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.88% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 144 - color contains mainly: green. Hex color #3E905B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E905B is #C16FA4. Grayscale: #717171. Windows color (decimal): -12677029 or 6000702. OLE color: 6000702.
HSL color Cylindrical-coordinate representation of color #3E905B: hue angle of 141.22º 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 #3E905B is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 144 | 91 | - |
| CMYK | 0.57 | 0 | 0.37 | 0.44 |
| HSL | 141.22º | 0.4% | 0.4% | - |
| HSV(B) | 141.22º | 0.57% | 0.56% | - |
| XYZ | 13.85 | 21.73 | 13.36 | - |
| YUV | 113.44 | 115.33 | 91.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 144 | 91 | 0.57 | 0 | 0.37 | 0.44 | 141.22 | 0.4 | 0.4 |
| Hex | 3E | 90 | 5B | 39 | 0 | 25 | 2C | 8D | 28 | 28 |
| Octal | 76 | 220 | 133 | 71 | 0 | 45 | 54 | 215 | 50 | 50 |
| Binary | 111110 | 10010000 | 1011011 | 111001 | 0 | 100101 | 101100 | 10001101 | 101000 | 101000 |
Color Harmonies of #3E905B
Complementary color
Monochromatic Colors of #3E905B
Black with #3E905B
Text Example
Text Example
White with #3E905B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E905B; }
p { color: rgb(62,144,91); }
H1.HeaderClassName
{
color: #3E905B;
}
.AnyTagClassName
{
color: #3E905B;
}
</style>
background-color css
<style>
a { background-color: #3E905B; }
a { background-color: rgb(62,144,91); }
div.DivClassName
{
background-color: #3E905B;
}
.BgClassName
{
background-color: #3E905B;
}
</style>
border-color css
<style>
span { border-color: #3E905B; }
span { border-color: rgb(62,144,91); }
td.TdClassName
{
border-color: #3E905B;
}
.TagClassName
{
border-color: #3E905B;
}
</style>