Shades of Eucalyptus #3F8B64
Tints of Eucalyptus #3F8B64
RGB
CMYK
RGB Variations
Color information
#3F8B64 (or 0x3F8B64) is known color: Eucalyptus. HEX triplet: 3F, 8B and 64. RGB value is (63,139,100). Sum of RGB (Red+Green+Blue) = 63+139+100=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #3F8B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8B64 is #C0749B. Grayscale: #6F6F6F. Windows color (decimal): -12612764 or 6589247. OLE color: 6589247.
HSL color Cylindrical-coordinate representation of color #3F8B64: hue angle of 149.21º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F8B64 is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 139 | 100 | - |
| CMYK | 0.55 | 0 | 0.28 | 0.45 |
| HSL | 149.21º | 0.38% | 0.4% | - |
| HSV(B) | 149.21º | 0.55% | 0.55% | - |
| XYZ | 13.58 | 20.44 | 15.29 | - |
| YUV | 111.83 | 121.32 | 93.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 100 | 0.55 | 0 | 0.28 | 0.45 | 149.21 | 0.38 | 0.4 |
| Hex | 3F | 8B | 64 | 37 | 0 | 1C | 2D | 95 | 26 | 28 |
| Octal | 77 | 213 | 144 | 67 | 0 | 34 | 55 | 225 | 46 | 50 |
| Binary | 111111 | 10001011 | 1100100 | 110111 | 0 | 11100 | 101101 | 10010101 | 100110 | 101000 |
Color Harmonies of #3F8B64
Complementary color
Monochromatic Colors of #3F8B64
Black with #3F8B64
Text Example
Text Example
White with #3F8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8B64; }
p { color: rgb(63,139,100); }
H1.HeaderClassName
{
color: #3F8B64;
}
.AnyTagClassName
{
color: #3F8B64;
}
</style>
background-color css
<style>
a { background-color: #3F8B64; }
a { background-color: rgb(63,139,100); }
div.DivClassName
{
background-color: #3F8B64;
}
.BgClassName
{
background-color: #3F8B64;
}
</style>
border-color css
<style>
span { border-color: #3F8B64; }
span { border-color: rgb(63,139,100); }
td.TdClassName
{
border-color: #3F8B64;
}
.TagClassName
{
border-color: #3F8B64;
}
</style>