Shades of Eucalyptus #3D9266
Tints of Eucalyptus #3D9266
RGB
CMYK
RGB Variations
Color information
#3D9266 (or 0x3D9266) is known color: Eucalyptus. HEX triplet: 3D, 92 and 66. RGB value is (61,146,102). Sum of RGB (Red+Green+Blue) = 61+146+102=309 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.74% from 309); Green value is 146 (57.42% from 255 or 47.25% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 146 - color contains mainly: green. Hex color #3D9266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9266 is #C26D99. Grayscale: #737373. Windows color (decimal): -12742042 or 6722109. OLE color: 6722109.
HSL color Cylindrical-coordinate representation of color #3D9266: hue angle of 148.94º degrees, saturation: 0.41, 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 #3D9266 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 61 | 146 | 102 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.43 |
| HSL | 148.94º | 0.41% | 0.41% | - |
| HSV(B) | 148.94º | 0.58% | 0.57% | - |
| XYZ | 14.6 | 22.51 | 16.15 | - |
| YUV | 115.57 | 120.34 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 146 | 102 | 0.58 | 0 | 0.30 | 0.43 | 148.94 | 0.41 | 0.41 |
| Hex | 3D | 92 | 66 | 3A | 0 | 1E | 2B | 95 | 29 | 29 |
| Octal | 75 | 222 | 146 | 72 | 0 | 36 | 53 | 225 | 51 | 51 |
| Binary | 111101 | 10010010 | 1100110 | 111010 | 0 | 11110 | 101011 | 10010101 | 101001 | 101001 |
Color Harmonies of #3D9266
Complementary color
Monochromatic Colors of #3D9266
Black with #3D9266
Text Example
Text Example
White with #3D9266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9266; }
p { color: rgb(61,146,102); }
H1.HeaderClassName
{
color: #3D9266;
}
.AnyTagClassName
{
color: #3D9266;
}
</style>
background-color css
<style>
a { background-color: #3D9266; }
a { background-color: rgb(61,146,102); }
div.DivClassName
{
background-color: #3D9266;
}
.BgClassName
{
background-color: #3D9266;
}
</style>
border-color css
<style>
span { border-color: #3D9266; }
span { border-color: rgb(61,146,102); }
td.TdClassName
{
border-color: #3D9266;
}
.TagClassName
{
border-color: #3D9266;
}
</style>