Shades of Eucalyptus #3D9666
Tints of Eucalyptus #3D9666
RGB
CMYK
RGB Variations
Color information
#3D9666 (or 0x3D9666) is known color: Eucalyptus. HEX triplet: 3D, 96 and 66. RGB value is (61,150,102). Sum of RGB (Red+Green+Blue) = 61+150+102=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 150 (58.98% from 255 or 47.92% from 313); Blue value is 102 (40.23% from 255 or 32.59% from 313); Max value from RGB is 150 - color contains mainly: green. Hex color #3D9666 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9666 is #C26999. Grayscale: #767676. Windows color (decimal): -12741018 or 6723133. OLE color: 6723133.
HSL color Cylindrical-coordinate representation of color #3D9666: hue angle of 147.64º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D9666 is Cyan = 0.59, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 150 | 102 | - |
| CMYK | 0.59 | 0 | 0.32 | 0.41 |
| HSL | 147.64º | 0.42% | 0.41% | - |
| HSV(B) | 147.64º | 0.59% | 0.59% | - |
| XYZ | 15.23 | 23.76 | 16.35 | - |
| YUV | 117.92 | 119.01 | 87.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 150 | 102 | 0.59 | 0 | 0.32 | 0.41 | 147.64 | 0.42 | 0.41 |
| Hex | 3D | 96 | 66 | 3B | 0 | 20 | 29 | 94 | 2A | 29 |
| Octal | 75 | 226 | 146 | 73 | 0 | 40 | 51 | 224 | 52 | 51 |
| Binary | 111101 | 10010110 | 1100110 | 111011 | 0 | 100000 | 101001 | 10010100 | 101010 | 101001 |
Color Harmonies of #3D9666
Complementary color
Monochromatic Colors of #3D9666
Black with #3D9666
Text Example
Text Example
White with #3D9666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9666; }
p { color: rgb(61,150,102); }
H1.HeaderClassName
{
color: #3D9666;
}
.AnyTagClassName
{
color: #3D9666;
}
</style>
background-color css
<style>
a { background-color: #3D9666; }
a { background-color: rgb(61,150,102); }
div.DivClassName
{
background-color: #3D9666;
}
.BgClassName
{
background-color: #3D9666;
}
</style>
border-color css
<style>
span { border-color: #3D9666; }
span { border-color: rgb(61,150,102); }
td.TdClassName
{
border-color: #3D9666;
}
.TagClassName
{
border-color: #3D9666;
}
</style>