Shades of Eucalyptus #3E916B
Tints of Eucalyptus #3E916B
RGB
CMYK
RGB Variations
Color information
#3E916B (or 0x3E916B) is known color: Eucalyptus. HEX triplet: 3E, 91 and 6B. RGB value is (62,145,107). Sum of RGB (Red+Green+Blue) = 62+145+107=314 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.75% from 314); Green value is 145 (57.03% from 255 or 46.18% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 145 - color contains mainly: green. Hex color #3E916B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E916B is #C16E94. Grayscale: #737373. Windows color (decimal): -12676757 or 7049534. OLE color: 7049534.
HSL color Cylindrical-coordinate representation of color #3E916B: hue angle of 152.53º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3E916B is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 145 | 107 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.43 |
| HSL | 152.53º | 0.4% | 0.41% | - |
| HSV(B) | 152.53º | 0.57% | 0.57% | - |
| XYZ | 14.77 | 22.34 | 17.44 | - |
| YUV | 115.85 | 123 | 89.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 145 | 107 | 0.57 | 0 | 0.26 | 0.43 | 152.53 | 0.4 | 0.41 |
| Hex | 3E | 91 | 6B | 39 | 0 | 1A | 2B | 99 | 28 | 29 |
| Octal | 76 | 221 | 153 | 71 | 0 | 32 | 53 | 231 | 50 | 51 |
| Binary | 111110 | 10010001 | 1101011 | 111001 | 0 | 11010 | 101011 | 10011001 | 101000 | 101001 |
Color Harmonies of #3E916B
Complementary color
Monochromatic Colors of #3E916B
Black with #3E916B
Text Example
Text Example
White with #3E916B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E916B; }
p { color: rgb(62,145,107); }
H1.HeaderClassName
{
color: #3E916B;
}
.AnyTagClassName
{
color: #3E916B;
}
</style>
background-color css
<style>
a { background-color: #3E916B; }
a { background-color: rgb(62,145,107); }
div.DivClassName
{
background-color: #3E916B;
}
.BgClassName
{
background-color: #3E916B;
}
</style>
border-color css
<style>
span { border-color: #3E916B; }
span { border-color: rgb(62,145,107); }
td.TdClassName
{
border-color: #3E916B;
}
.TagClassName
{
border-color: #3E916B;
}
</style>