Shades of Eucalyptus #3E925C
Tints of Eucalyptus #3E925C
RGB
CMYK
RGB Variations
Color information
#3E925C (or 0x3E925C) is known color: Eucalyptus. HEX triplet: 3E, 92 and 5C. RGB value is (62,146,92). Sum of RGB (Red+Green+Blue) = 62+146+92=300 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.67% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #3E925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E925C is #C16DA3. Grayscale: #727272. Windows color (decimal): -12676516 or 6066750. OLE color: 6066750.
HSL color Cylindrical-coordinate representation of color #3E925C: hue angle of 141.43º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3E925C is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 146 | 92 | - |
| CMYK | 0.58 | 0 | 0.37 | 0.43 |
| HSL | 141.43º | 0.4% | 0.41% | - |
| HSV(B) | 141.43º | 0.58% | 0.57% | - |
| XYZ | 14.2 | 22.35 | 13.69 | - |
| YUV | 114.73 | 115.17 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 146 | 92 | 0.58 | 0 | 0.37 | 0.43 | 141.43 | 0.4 | 0.41 |
| Hex | 3E | 92 | 5C | 3A | 0 | 25 | 2B | 8D | 28 | 29 |
| Octal | 76 | 222 | 134 | 72 | 0 | 45 | 53 | 215 | 50 | 51 |
| Binary | 111110 | 10010010 | 1011100 | 111010 | 0 | 100101 | 101011 | 10001101 | 101000 | 101001 |
Color Harmonies of #3E925C
Complementary color
Monochromatic Colors of #3E925C
Black with #3E925C
Text Example
Text Example
White with #3E925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E925C; }
p { color: rgb(62,146,92); }
H1.HeaderClassName
{
color: #3E925C;
}
.AnyTagClassName
{
color: #3E925C;
}
</style>
background-color css
<style>
a { background-color: #3E925C; }
a { background-color: rgb(62,146,92); }
div.DivClassName
{
background-color: #3E925C;
}
.BgClassName
{
background-color: #3E925C;
}
</style>
border-color css
<style>
span { border-color: #3E925C; }
span { border-color: rgb(62,146,92); }
td.TdClassName
{
border-color: #3E925C;
}
.TagClassName
{
border-color: #3E925C;
}
</style>