Shades of Eucalyptus #3E8E66
Tints of Eucalyptus #3E8E66
RGB
CMYK
RGB Variations
Color information
#3E8E66 (or 0x3E8E66) is known color: Eucalyptus. HEX triplet: 3E, 8E and 66. RGB value is (62,142,102). Sum of RGB (Red+Green+Blue) = 62+142+102=306 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.26% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #3E8E66 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E8E66 is #C17199. Grayscale: #717171. Windows color (decimal): -12677530 or 6721086. OLE color: 6721086.
HSL color Cylindrical-coordinate representation of color #3E8E66: hue angle of 150º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3E8E66 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 62 | 142 | 102 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.44 |
| HSL | 150º | 0.39% | 0.4% | - |
| HSV(B) | 150º | 0.56% | 0.56% | - |
| XYZ | 14.06 | 21.33 | 15.95 | - |
| YUV | 113.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 142 | 102 | 0.56 | 0 | 0.28 | 0.44 | 150 | 0.39 | 0.4 |
| Hex | 3E | 8E | 66 | 38 | 0 | 1C | 2C | 96 | 27 | 28 |
| Octal | 76 | 216 | 146 | 70 | 0 | 34 | 54 | 226 | 47 | 50 |
| Binary | 111110 | 10001110 | 1100110 | 111000 | 0 | 11100 | 101100 | 10010110 | 100111 | 101000 |
Color Harmonies of #3E8E66
Complementary color
Monochromatic Colors of #3E8E66
Black with #3E8E66
Text Example
Text Example
White with #3E8E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E8E66; }
p { color: rgb(62,142,102); }
H1.HeaderClassName
{
color: #3E8E66;
}
.AnyTagClassName
{
color: #3E8E66;
}
</style>
background-color css
<style>
a { background-color: #3E8E66; }
a { background-color: rgb(62,142,102); }
div.DivClassName
{
background-color: #3E8E66;
}
.BgClassName
{
background-color: #3E8E66;
}
</style>
border-color css
<style>
span { border-color: #3E8E66; }
span { border-color: rgb(62,142,102); }
td.TdClassName
{
border-color: #3E8E66;
}
.TagClassName
{
border-color: #3E8E66;
}
</style>