Shades of Eucalyptus #3F966B
Tints of Eucalyptus #3F966B
RGB
CMYK
RGB Variations
Color information
#3F966B (or 0x3F966B) is known color: Eucalyptus. HEX triplet: 3F, 96 and 6B. RGB value is (63,150,107). Sum of RGB (Red+Green+Blue) = 63+150+107=320 (42% of max value = 765). Red value is 63 (25% from 255 or 19.69% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #3F966B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F966B is #C06994. Grayscale: #777777. Windows color (decimal): -12609941 or 7050815. OLE color: 7050815.
HSL color Cylindrical-coordinate representation of color #3F966B: hue angle of 150.34º 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 #3F966B is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 63 | 150 | 107 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.41 |
| HSL | 150.34º | 0.41% | 0.42% | - |
| HSV(B) | 150.34º | 0.58% | 0.59% | - |
| XYZ | 15.61 | 23.93 | 17.71 | - |
| YUV | 119.09 | 121.18 | 88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 150 | 107 | 0.58 | 0 | 0.29 | 0.41 | 150.34 | 0.41 | 0.42 |
| Hex | 3F | 96 | 6B | 3A | 0 | 1D | 29 | 96 | 29 | 2A |
| Octal | 77 | 226 | 153 | 72 | 0 | 35 | 51 | 226 | 51 | 52 |
| Binary | 111111 | 10010110 | 1101011 | 111010 | 0 | 11101 | 101001 | 10010110 | 101001 | 101010 |
Color Harmonies of #3F966B
Complementary color
Monochromatic Colors of #3F966B
Black with #3F966B
Text Example
Text Example
White with #3F966B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F966B; }
p { color: rgb(63,150,107); }
H1.HeaderClassName
{
color: #3F966B;
}
.AnyTagClassName
{
color: #3F966B;
}
</style>
background-color css
<style>
a { background-color: #3F966B; }
a { background-color: rgb(63,150,107); }
div.DivClassName
{
background-color: #3F966B;
}
.BgClassName
{
background-color: #3F966B;
}
</style>
border-color css
<style>
span { border-color: #3F966B; }
span { border-color: rgb(63,150,107); }
td.TdClassName
{
border-color: #3F966B;
}
.TagClassName
{
border-color: #3F966B;
}
</style>