Shades of Eucalyptus #3F9660
Tints of Eucalyptus #3F9660
RGB
CMYK
RGB Variations
Color information
#3F9660 (or 0x3F9660) is known color: Eucalyptus. HEX triplet: 3F, 96 and 60. RGB value is (63,150,96). Sum of RGB (Red+Green+Blue) = 63+150+96=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 150 (58.98% from 255 or 48.54% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 150 - color contains mainly: green. Hex color #3F9660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9660 is #C0699F. Grayscale: #757575. Windows color (decimal): -12609952 or 6329919. OLE color: 6329919.
HSL color Cylindrical-coordinate representation of color #3F9660: hue angle of 142.76º 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 #3F9660 is Cyan = 0.58, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 96 | - |
| CMYK | 0.58 | 0 | 0.36 | 0.41 |
| HSL | 142.76º | 0.41% | 0.42% | - |
| HSV(B) | 142.76º | 0.58% | 0.59% | - |
| XYZ | 15.07 | 23.71 | 14.85 | - |
| YUV | 117.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 96 | 0.58 | 0 | 0.36 | 0.41 | 142.76 | 0.41 | 0.42 |
| Hex | 3F | 96 | 60 | 3A | 0 | 24 | 29 | 8F | 29 | 2A |
| Octal | 77 | 226 | 140 | 72 | 0 | 44 | 51 | 217 | 51 | 52 |
| Binary | 111111 | 10010110 | 1100000 | 111010 | 0 | 100100 | 101001 | 10001111 | 101001 | 101010 |
Color Harmonies of #3F9660
Complementary color
Monochromatic Colors of #3F9660
Black with #3F9660
Text Example
Text Example
White with #3F9660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9660; }
p { color: rgb(63,150,96); }
H1.HeaderClassName
{
color: #3F9660;
}
.AnyTagClassName
{
color: #3F9660;
}
</style>
background-color css
<style>
a { background-color: #3F9660; }
a { background-color: rgb(63,150,96); }
div.DivClassName
{
background-color: #3F9660;
}
.BgClassName
{
background-color: #3F9660;
}
</style>
border-color css
<style>
span { border-color: #3F9660; }
span { border-color: rgb(63,150,96); }
td.TdClassName
{
border-color: #3F9660;
}
.TagClassName
{
border-color: #3F9660;
}
</style>