Shades of Eucalyptus #3F936D
Tints of Eucalyptus #3F936D
RGB
CMYK
RGB Variations
Color information
#3F936D (or 0x3F936D) is known color: Eucalyptus. HEX triplet: 3F, 93 and 6D. RGB value is (63,147,109). Sum of RGB (Red+Green+Blue) = 63+147+109=319 (42% of max value = 765). Red value is 63 (25% from 255 or 19.75% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #3F936D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F936D is #C06C92. Grayscale: #757575. Windows color (decimal): -12610707 or 7181119. OLE color: 7181119.
HSL color Cylindrical-coordinate representation of color #3F936D: hue angle of 152.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F936D is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 147 | 109 | - |
| CMYK | 0.57 | 0 | 0.26 | 0.42 |
| HSL | 152.86º | 0.4% | 0.41% | - |
| HSV(B) | 152.86º | 0.57% | 0.58% | - |
| XYZ | 15.24 | 23.03 | 18.11 | - |
| YUV | 117.55 | 123.17 | 89.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 147 | 109 | 0.57 | 0 | 0.26 | 0.42 | 152.86 | 0.4 | 0.41 |
| Hex | 3F | 93 | 6D | 39 | 0 | 1A | 2A | 99 | 28 | 29 |
| Octal | 77 | 223 | 155 | 71 | 0 | 32 | 52 | 231 | 50 | 51 |
| Binary | 111111 | 10010011 | 1101101 | 111001 | 0 | 11010 | 101010 | 10011001 | 101000 | 101001 |
Color Harmonies of #3F936D
Complementary color
Monochromatic Colors of #3F936D
Black with #3F936D
Text Example
Text Example
White with #3F936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F936D; }
p { color: rgb(63,147,109); }
H1.HeaderClassName
{
color: #3F936D;
}
.AnyTagClassName
{
color: #3F936D;
}
</style>
background-color css
<style>
a { background-color: #3F936D; }
a { background-color: rgb(63,147,109); }
div.DivClassName
{
background-color: #3F936D;
}
.BgClassName
{
background-color: #3F936D;
}
</style>
border-color css
<style>
span { border-color: #3F936D; }
span { border-color: rgb(63,147,109); }
td.TdClassName
{
border-color: #3F936D;
}
.TagClassName
{
border-color: #3F936D;
}
</style>