Shades of Eucalyptus #3F8E64
Tints of Eucalyptus #3F8E64
RGB
CMYK
RGB Variations
Color information
#3F8E64 (or 0x3F8E64) is known color: Eucalyptus. HEX triplet: 3F, 8E and 64. RGB value is (63,142,100). Sum of RGB (Red+Green+Blue) = 63+142+100=305 (40% of max value = 765). Red value is 63 (25% from 255 or 20.66% from 305); Green value is 142 (55.86% from 255 or 46.56% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 142 - color contains mainly: green. Hex color #3F8E64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8E64 is #C0719B. Grayscale: #717171. Windows color (decimal): -12611996 or 6590015. OLE color: 6590015.
HSL color Cylindrical-coordinate representation of color #3F8E64: hue angle of 148.1º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F8E64 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 142 | 100 | - |
| CMYK | 0.56 | 0 | 0.30 | 0.44 |
| HSL | 148.1º | 0.39% | 0.4% | - |
| HSV(B) | 148.1º | 0.56% | 0.56% | - |
| XYZ | 14.02 | 21.32 | 15.43 | - |
| YUV | 113.59 | 120.33 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 142 | 100 | 0.56 | 0 | 0.30 | 0.44 | 148.1 | 0.39 | 0.4 |
| Hex | 3F | 8E | 64 | 38 | 0 | 1E | 2C | 94 | 27 | 28 |
| Octal | 77 | 216 | 144 | 70 | 0 | 36 | 54 | 224 | 47 | 50 |
| Binary | 111111 | 10001110 | 1100100 | 111000 | 0 | 11110 | 101100 | 10010100 | 100111 | 101000 |
Color Harmonies of #3F8E64
Complementary color
Monochromatic Colors of #3F8E64
Black with #3F8E64
Text Example
Text Example
White with #3F8E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8E64; }
p { color: rgb(63,142,100); }
H1.HeaderClassName
{
color: #3F8E64;
}
.AnyTagClassName
{
color: #3F8E64;
}
</style>
background-color css
<style>
a { background-color: #3F8E64; }
a { background-color: rgb(63,142,100); }
div.DivClassName
{
background-color: #3F8E64;
}
.BgClassName
{
background-color: #3F8E64;
}
</style>
border-color css
<style>
span { border-color: #3F8E64; }
span { border-color: rgb(63,142,100); }
td.TdClassName
{
border-color: #3F8E64;
}
.TagClassName
{
border-color: #3F8E64;
}
</style>