Shades of Eucalyptus #3F966D
Tints of Eucalyptus #3F966D
RGB
CMYK
RGB Variations
Color information
#3F966D (or 0x3F966D) is known color: Eucalyptus. HEX triplet: 3F, 96 and 6D. RGB value is (63,150,109). Sum of RGB (Red+Green+Blue) = 63+150+109=322 (42% of max value = 765). Red value is 63 (25% from 255 or 19.57% from 322); Green value is 150 (58.98% from 255 or 46.58% from 322); Blue value is 109 (42.97% from 255 or 33.85% from 322); Max value from RGB is 150 - color contains mainly: green. Hex color #3F966D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F966D is #C06992. Grayscale: #777777. Windows color (decimal): -12609939 or 7181887. OLE color: 7181887.
HSL color Cylindrical-coordinate representation of color #3F966D: hue angle of 151.72º 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 #3F966D is Cyan = 0.58, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 109 | - |
| CMYK | 0.58 | 0 | 0.27 | 0.41 |
| HSL | 151.72º | 0.41% | 0.42% | - |
| HSV(B) | 151.72º | 0.58% | 0.59% | - |
| XYZ | 15.72 | 23.97 | 18.27 | - |
| YUV | 119.31 | 122.18 | 87.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 109 | 0.58 | 0 | 0.27 | 0.41 | 151.72 | 0.41 | 0.42 |
| Hex | 3F | 96 | 6D | 3A | 0 | 1B | 29 | 98 | 29 | 2A |
| Octal | 77 | 226 | 155 | 72 | 0 | 33 | 51 | 230 | 51 | 52 |
| Binary | 111111 | 10010110 | 1101101 | 111010 | 0 | 11011 | 101001 | 10011000 | 101001 | 101010 |
Color Harmonies of #3F966D
Complementary color
Monochromatic Colors of #3F966D
Black with #3F966D
Text Example
Text Example
White with #3F966D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F966D; }
p { color: rgb(63,150,109); }
H1.HeaderClassName
{
color: #3F966D;
}
.AnyTagClassName
{
color: #3F966D;
}
</style>
background-color css
<style>
a { background-color: #3F966D; }
a { background-color: rgb(63,150,109); }
div.DivClassName
{
background-color: #3F966D;
}
.BgClassName
{
background-color: #3F966D;
}
</style>
border-color css
<style>
span { border-color: #3F966D; }
span { border-color: rgb(63,150,109); }
td.TdClassName
{
border-color: #3F966D;
}
.TagClassName
{
border-color: #3F966D;
}
</style>