Shades of Eucalyptus #3E9168
Tints of Eucalyptus #3E9168
RGB
CMYK
RGB Variations
Color information
#3E9168 (or 0x3E9168) is known color: Eucalyptus. HEX triplet: 3E, 91 and 68. RGB value is (62,145,104). Sum of RGB (Red+Green+Blue) = 62+145+104=311 (41% of max value = 765). Red value is 62 (24.61% from 255 or 19.94% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #3E9168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E9168 is #C16E97. Grayscale: #737373. Windows color (decimal): -12676760 or 6852926. OLE color: 6852926.
HSL color Cylindrical-coordinate representation of color #3E9168: hue angle of 150.36º 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 #3E9168 is Cyan = 0.57, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 62 | 145 | 104 | - |
| CMYK | 0.57 | 0 | 0.28 | 0.43 |
| HSL | 150.36º | 0.4% | 0.41% | - |
| HSV(B) | 150.36º | 0.57% | 0.57% | - |
| XYZ | 14.61 | 22.27 | 16.63 | - |
| YUV | 115.51 | 121.5 | 89.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 145 | 104 | 0.57 | 0 | 0.28 | 0.43 | 150.36 | 0.4 | 0.41 |
| Hex | 3E | 91 | 68 | 39 | 0 | 1C | 2B | 96 | 28 | 29 |
| Octal | 76 | 221 | 150 | 71 | 0 | 34 | 53 | 226 | 50 | 51 |
| Binary | 111110 | 10010001 | 1101000 | 111001 | 0 | 11100 | 101011 | 10010110 | 101000 | 101001 |
Color Harmonies of #3E9168
Complementary color
Monochromatic Colors of #3E9168
Black with #3E9168
Text Example
Text Example
White with #3E9168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9168; }
p { color: rgb(62,145,104); }
H1.HeaderClassName
{
color: #3E9168;
}
.AnyTagClassName
{
color: #3E9168;
}
</style>
background-color css
<style>
a { background-color: #3E9168; }
a { background-color: rgb(62,145,104); }
div.DivClassName
{
background-color: #3E9168;
}
.BgClassName
{
background-color: #3E9168;
}
</style>
border-color css
<style>
span { border-color: #3E9168; }
span { border-color: rgb(62,145,104); }
td.TdClassName
{
border-color: #3E9168;
}
.TagClassName
{
border-color: #3E9168;
}
</style>