Shades of Eucalyptus #3F8A63
Tints of Eucalyptus #3F8A63
RGB
CMYK
RGB Variations
Color information
#3F8A63 (or 0x3F8A63) is known color: Eucalyptus. HEX triplet: 3F, 8A and 63. RGB value is (63,138,99). Sum of RGB (Red+Green+Blue) = 63+138+99=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #3F8A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8A63 is #C0759C. Grayscale: #6F6F6F. Windows color (decimal): -12613021 or 6523455. OLE color: 6523455.
HSL color Cylindrical-coordinate representation of color #3F8A63: hue angle of 148.8º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3F8A63 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 63 | 138 | 99 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.46 |
| HSL | 148.8º | 0.37% | 0.39% | - |
| HSV(B) | 148.8º | 0.54% | 0.54% | - |
| XYZ | 13.39 | 20.13 | 14.98 | - |
| YUV | 111.13 | 121.15 | 93.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 138 | 99 | 0.54 | 0 | 0.28 | 0.46 | 148.8 | 0.37 | 0.39 |
| Hex | 3F | 8A | 63 | 36 | 0 | 1C | 2E | 95 | 25 | 27 |
| Octal | 77 | 212 | 143 | 66 | 0 | 34 | 56 | 225 | 45 | 47 |
| Binary | 111111 | 10001010 | 1100011 | 110110 | 0 | 11100 | 101110 | 10010101 | 100101 | 100111 |
Color Harmonies of #3F8A63
Complementary color
Monochromatic Colors of #3F8A63
Black with #3F8A63
Text Example
Text Example
White with #3F8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8A63; }
p { color: rgb(63,138,99); }
H1.HeaderClassName
{
color: #3F8A63;
}
.AnyTagClassName
{
color: #3F8A63;
}
</style>
background-color css
<style>
a { background-color: #3F8A63; }
a { background-color: rgb(63,138,99); }
div.DivClassName
{
background-color: #3F8A63;
}
.BgClassName
{
background-color: #3F8A63;
}
</style>
border-color css
<style>
span { border-color: #3F8A63; }
span { border-color: rgb(63,138,99); }
td.TdClassName
{
border-color: #3F8A63;
}
.TagClassName
{
border-color: #3F8A63;
}
</style>