Shades of Eucalyptus #3F8861
Tints of Eucalyptus #3F8861
RGB
CMYK
RGB Variations
Color information
#3F8861 (or 0x3F8861) is known color: Eucalyptus. HEX triplet: 3F, 88 and 61. RGB value is (63,136,97). Sum of RGB (Red+Green+Blue) = 63+136+97=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8861 is #C0779E. Grayscale: #6D6D6D. Windows color (decimal): -12613535 or 6391871. OLE color: 6391871.
HSL color Cylindrical-coordinate representation of color #3F8861: hue angle of 147.95º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8861 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 97 | - |
| CMYK | 0.54 | 0 | 0.29 | 0.47 |
| HSL | 147.95º | 0.37% | 0.39% | - |
| HSV(B) | 147.95º | 0.54% | 0.53% | - |
| XYZ | 13.01 | 19.53 | 14.39 | - |
| YUV | 109.73 | 120.82 | 94.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 97 | 0.54 | 0 | 0.29 | 0.47 | 147.95 | 0.37 | 0.39 |
| Hex | 3F | 88 | 61 | 36 | 0 | 1D | 2F | 94 | 25 | 27 |
| Octal | 77 | 210 | 141 | 66 | 0 | 35 | 57 | 224 | 45 | 47 |
| Binary | 111111 | 10001000 | 1100001 | 110110 | 0 | 11101 | 101111 | 10010100 | 100101 | 100111 |
Color Harmonies of #3F8861
Complementary color
Monochromatic Colors of #3F8861
Black with #3F8861
Text Example
Text Example
White with #3F8861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8861; }
p { color: rgb(63,136,97); }
H1.HeaderClassName
{
color: #3F8861;
}
.AnyTagClassName
{
color: #3F8861;
}
</style>
background-color css
<style>
a { background-color: #3F8861; }
a { background-color: rgb(63,136,97); }
div.DivClassName
{
background-color: #3F8861;
}
.BgClassName
{
background-color: #3F8861;
}
</style>
border-color css
<style>
span { border-color: #3F8861; }
span { border-color: rgb(63,136,97); }
td.TdClassName
{
border-color: #3F8861;
}
.TagClassName
{
border-color: #3F8861;
}
</style>