Shades of Eucalyptus #3D965F
Tints of Eucalyptus #3D965F
RGB
CMYK
RGB Variations
Color information
#3D965F (or 0x3D965F) is known color: Eucalyptus. HEX triplet: 3D, 96 and 5F. RGB value is (61,150,95). Sum of RGB (Red+Green+Blue) = 61+150+95=306 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.93% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #3D965F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D965F is #C269A0. Grayscale: #757575. Windows color (decimal): -12741025 or 6264381. OLE color: 6264381.
HSL color Cylindrical-coordinate representation of color #3D965F: hue angle of 142.92º 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 #3D965F is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 150 | 95 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.41 |
| HSL | 142.92º | 0.42% | 0.41% | - |
| HSV(B) | 142.92º | 0.59% | 0.59% | - |
| XYZ | 14.9 | 23.63 | 14.6 | - |
| YUV | 117.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 150 | 95 | 0.59 | 0 | 0.37 | 0.41 | 142.92 | 0.42 | 0.41 |
| Hex | 3D | 96 | 5F | 3B | 0 | 25 | 29 | 8F | 2A | 29 |
| Octal | 75 | 226 | 137 | 73 | 0 | 45 | 51 | 217 | 52 | 51 |
| Binary | 111101 | 10010110 | 1011111 | 111011 | 0 | 100101 | 101001 | 10001111 | 101010 | 101001 |
Color Harmonies of #3D965F
Complementary color
Monochromatic Colors of #3D965F
Black with #3D965F
Text Example
Text Example
White with #3D965F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D965F; }
p { color: rgb(61,150,95); }
H1.HeaderClassName
{
color: #3D965F;
}
.AnyTagClassName
{
color: #3D965F;
}
</style>
background-color css
<style>
a { background-color: #3D965F; }
a { background-color: rgb(61,150,95); }
div.DivClassName
{
background-color: #3D965F;
}
.BgClassName
{
background-color: #3D965F;
}
</style>
border-color css
<style>
span { border-color: #3D965F; }
span { border-color: rgb(61,150,95); }
td.TdClassName
{
border-color: #3D965F;
}
.TagClassName
{
border-color: #3D965F;
}
</style>