Shades of Eucalyptus #3F9063
Tints of Eucalyptus #3F9063
RGB
CMYK
RGB Variations
Color information
#3F9063 (or 0x3F9063) is known color: Eucalyptus. HEX triplet: 3F, 90 and 63. RGB value is (63,144,99). Sum of RGB (Red+Green+Blue) = 63+144+99=306 (40% of max value = 765). Red value is 63 (25% from 255 or 20.59% from 306); Green value is 144 (56.64% from 255 or 47.06% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 144 - color contains mainly: green. Hex color #3F9063 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9063 is #C06F9C. Grayscale: #727272. Windows color (decimal): -12611485 or 6524991. OLE color: 6524991.
HSL color Cylindrical-coordinate representation of color #3F9063: hue angle of 146.67º degrees, saturation: 0.39, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3F9063 is Cyan = 0.56, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 63 | 144 | 99 | - |
| CMYK | 0.56 | 0 | 0.31 | 0.44 |
| HSL | 146.67º | 0.39% | 0.41% | - |
| HSV(B) | 146.67º | 0.56% | 0.56% | - |
| XYZ | 14.28 | 21.9 | 15.28 | - |
| YUV | 114.65 | 119.16 | 91.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 144 | 99 | 0.56 | 0 | 0.31 | 0.44 | 146.67 | 0.39 | 0.41 |
| Hex | 3F | 90 | 63 | 38 | 0 | 1F | 2C | 93 | 27 | 29 |
| Octal | 77 | 220 | 143 | 70 | 0 | 37 | 54 | 223 | 47 | 51 |
| Binary | 111111 | 10010000 | 1100011 | 111000 | 0 | 11111 | 101100 | 10010011 | 100111 | 101001 |
Color Harmonies of #3F9063
Complementary color
Monochromatic Colors of #3F9063
Black with #3F9063
Text Example
Text Example
White with #3F9063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F9063; }
p { color: rgb(63,144,99); }
H1.HeaderClassName
{
color: #3F9063;
}
.AnyTagClassName
{
color: #3F9063;
}
</style>
background-color css
<style>
a { background-color: #3F9063; }
a { background-color: rgb(63,144,99); }
div.DivClassName
{
background-color: #3F9063;
}
.BgClassName
{
background-color: #3F9063;
}
</style>
border-color css
<style>
span { border-color: #3F9063; }
span { border-color: rgb(63,144,99); }
td.TdClassName
{
border-color: #3F9063;
}
.TagClassName
{
border-color: #3F9063;
}
</style>