Shades of Eucalyptus #3F8B5E
Tints of Eucalyptus #3F8B5E
RGB
CMYK
RGB Variations
Color information
#3F8B5E (or 0x3F8B5E) is known color: Eucalyptus. HEX triplet: 3F, 8B and 5E. RGB value is (63,139,94). Sum of RGB (Red+Green+Blue) = 63+139+94=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #3F8B5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F8B5E is #C074A1. Grayscale: #6F6F6F. Windows color (decimal): -12612770 or 6196031. OLE color: 6196031.
HSL color Cylindrical-coordinate representation of color #3F8B5E: hue angle of 144.47º 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 #3F8B5E is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 63 | 139 | 94 | - |
| CMYK | 0.55 | 0 | 0.32 | 0.45 |
| HSL | 144.47º | 0.38% | 0.4% | - |
| HSV(B) | 144.47º | 0.55% | 0.55% | - |
| XYZ | 13.3 | 20.33 | 13.81 | - |
| YUV | 111.15 | 118.32 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 139 | 94 | 0.55 | 0 | 0.32 | 0.45 | 144.47 | 0.38 | 0.4 |
| Hex | 3F | 8B | 5E | 37 | 0 | 20 | 2D | 90 | 26 | 28 |
| Octal | 77 | 213 | 136 | 67 | 0 | 40 | 55 | 220 | 46 | 50 |
| Binary | 111111 | 10001011 | 1011110 | 110111 | 0 | 100000 | 101101 | 10010000 | 100110 | 101000 |
Color Harmonies of #3F8B5E
Complementary color
Monochromatic Colors of #3F8B5E
Black with #3F8B5E
Text Example
Text Example
White with #3F8B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8B5E; }
p { color: rgb(63,139,94); }
H1.HeaderClassName
{
color: #3F8B5E;
}
.AnyTagClassName
{
color: #3F8B5E;
}
</style>
background-color css
<style>
a { background-color: #3F8B5E; }
a { background-color: rgb(63,139,94); }
div.DivClassName
{
background-color: #3F8B5E;
}
.BgClassName
{
background-color: #3F8B5E;
}
</style>
border-color css
<style>
span { border-color: #3F8B5E; }
span { border-color: rgb(63,139,94); }
td.TdClassName
{
border-color: #3F8B5E;
}
.TagClassName
{
border-color: #3F8B5E;
}
</style>