Shades of Eucalyptus #3F8862
Tints of Eucalyptus #3F8862
RGB
CMYK
RGB Variations
Color information
#3F8862 (or 0x3F8862) is known color: Eucalyptus. HEX triplet: 3F, 88 and 62. RGB value is (63,136,98). Sum of RGB (Red+Green+Blue) = 63+136+98=297 (39% of max value = 765). Red value is 63 (25% from 255 or 21.21% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #3F8862 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8862 is #C0779D. Grayscale: #6D6D6D. Windows color (decimal): -12613534 or 6457407. OLE color: 6457407.
HSL color Cylindrical-coordinate representation of color #3F8862: hue angle of 148.77º 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 #3F8862 is Cyan = 0.54, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 63 | 136 | 98 | - |
| CMYK | 0.54 | 0 | 0.28 | 0.47 |
| HSL | 148.77º | 0.37% | 0.39% | - |
| HSV(B) | 148.77º | 0.54% | 0.53% | - |
| XYZ | 13.06 | 19.55 | 14.64 | - |
| YUV | 109.84 | 121.32 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 98 | 0.54 | 0 | 0.28 | 0.47 | 148.77 | 0.37 | 0.39 |
| Hex | 3F | 88 | 62 | 36 | 0 | 1C | 2F | 95 | 25 | 27 |
| Octal | 77 | 210 | 142 | 66 | 0 | 34 | 57 | 225 | 45 | 47 |
| Binary | 111111 | 10001000 | 1100010 | 110110 | 0 | 11100 | 101111 | 10010101 | 100101 | 100111 |
Color Harmonies of #3F8862
Complementary color
Monochromatic Colors of #3F8862
Black with #3F8862
Text Example
Text Example
White with #3F8862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8862; }
p { color: rgb(63,136,98); }
H1.HeaderClassName
{
color: #3F8862;
}
.AnyTagClassName
{
color: #3F8862;
}
</style>
background-color css
<style>
a { background-color: #3F8862; }
a { background-color: rgb(63,136,98); }
div.DivClassName
{
background-color: #3F8862;
}
.BgClassName
{
background-color: #3F8862;
}
</style>
border-color css
<style>
span { border-color: #3F8862; }
span { border-color: rgb(63,136,98); }
td.TdClassName
{
border-color: #3F8862;
}
.TagClassName
{
border-color: #3F8862;
}
</style>