Shades of Eucalyptus #3D9760
Tints of Eucalyptus #3D9760
RGB
CMYK
RGB Variations
Color information
#3D9760 (or 0x3D9760) is known color: Eucalyptus. HEX triplet: 3D, 97 and 60. RGB value is (61,151,96). Sum of RGB (Red+Green+Blue) = 61+151+96=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 151 (59.38% from 255 or 49.03% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 151 - color contains mainly: green. Hex color #3D9760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9760 is #C2689F. Grayscale: #757575. Windows color (decimal): -12740768 or 6330173. OLE color: 6330173.
HSL color Cylindrical-coordinate representation of color #3D9760: hue angle of 143.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9760 is Cyan = 0.60, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 61 | 151 | 96 | - |
| CMYK | 0.60 | 0 | 0.36 | 0.41 |
| HSL | 143.33º | 0.42% | 0.42% | - |
| HSV(B) | 143.33º | 0.6% | 0.59% | - |
| XYZ | 15.1 | 23.97 | 14.9 | - |
| YUV | 117.82 | 115.68 | 87.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 151 | 96 | 0.60 | 0 | 0.36 | 0.41 | 143.33 | 0.42 | 0.42 |
| Hex | 3D | 97 | 60 | 3C | 0 | 24 | 29 | 8F | 2A | 2A |
| Octal | 75 | 227 | 140 | 74 | 0 | 44 | 51 | 217 | 52 | 52 |
| Binary | 111101 | 10010111 | 1100000 | 111100 | 0 | 100100 | 101001 | 10001111 | 101010 | 101010 |
Color Harmonies of #3D9760
Complementary color
Monochromatic Colors of #3D9760
Black with #3D9760
Text Example
Text Example
White with #3D9760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9760; }
p { color: rgb(61,151,96); }
H1.HeaderClassName
{
color: #3D9760;
}
.AnyTagClassName
{
color: #3D9760;
}
</style>
background-color css
<style>
a { background-color: #3D9760; }
a { background-color: rgb(61,151,96); }
div.DivClassName
{
background-color: #3D9760;
}
.BgClassName
{
background-color: #3D9760;
}
</style>
border-color css
<style>
span { border-color: #3D9760; }
span { border-color: rgb(61,151,96); }
td.TdClassName
{
border-color: #3D9760;
}
.TagClassName
{
border-color: #3D9760;
}
</style>