Shades of Eucalyptus #3F9760
Tints of Eucalyptus #3F9760
RGB
CMYK
RGB Variations
Color information
#3F9760 (or 0x3F9760) is known color: Eucalyptus. HEX triplet: 3F, 97 and 60. RGB value is (63,151,96). Sum of RGB (Red+Green+Blue) = 63+151+96=310 (41% of max value = 765). Red value is 63 (25% from 255 or 20.32% from 310); Green value is 151 (59.38% from 255 or 48.71% from 310); Blue value is 96 (37.89% from 255 or 30.97% from 310); Max value from RGB is 151 - color contains mainly: green. Hex color #3F9760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9760 is #C0689F. Grayscale: #767676. Windows color (decimal): -12609696 or 6330175. OLE color: 6330175.
HSL color Cylindrical-coordinate representation of color #3F9760: hue angle of 142.5º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F9760 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 151 | 96 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.41 |
| HSL | 142.5º | 0.41% | 0.42% | - |
| HSV(B) | 142.5º | 0.58% | 0.59% | - |
| XYZ | 15.23 | 24.03 | 14.9 | - |
| YUV | 118.42 | 115.35 | 88.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 151 | 96 | 0.58 | 0 | 0.36 | 0.41 | 142.5 | 0.41 | 0.42 |
| Hex | 3F | 97 | 60 | 3A | 0 | 24 | 29 | 8E | 29 | 2A |
| Octal | 77 | 227 | 140 | 72 | 0 | 44 | 51 | 216 | 51 | 52 |
| Binary | 111111 | 10010111 | 1100000 | 111010 | 0 | 100100 | 101001 | 10001110 | 101001 | 101010 |
Color Harmonies of #3F9760
Complementary color
Monochromatic Colors of #3F9760
Black with #3F9760
Text Example
Text Example
White with #3F9760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9760; }
p { color: rgb(63,151,96); }
H1.HeaderClassName
{
color: #3F9760;
}
.AnyTagClassName
{
color: #3F9760;
}
</style>
background-color css
<style>
a { background-color: #3F9760; }
a { background-color: rgb(63,151,96); }
div.DivClassName
{
background-color: #3F9760;
}
.BgClassName
{
background-color: #3F9760;
}
</style>
border-color css
<style>
span { border-color: #3F9760; }
span { border-color: rgb(63,151,96); }
td.TdClassName
{
border-color: #3F9760;
}
.TagClassName
{
border-color: #3F9760;
}
</style>