Shades of Eucalyptus #3B9863
Tints of Eucalyptus #3B9863
RGB
CMYK
RGB Variations
Color information
#3B9863 (or 0x3B9863) is known color: Eucalyptus. HEX triplet: 3B, 98 and 63. RGB value is (59,152,99). Sum of RGB (Red+Green+Blue) = 59+152+99=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 152 (59.77% from 255 or 49.03% from 310); Blue value is 99 (39.06% from 255 or 31.94% from 310); Max value from RGB is 152 - color contains mainly: green. Hex color #3B9863 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9863 is #C4679C. Grayscale: #767676. Windows color (decimal): -12871581 or 6527035. OLE color: 6527035.
HSL color Cylindrical-coordinate representation of color #3B9863: hue angle of 145.81º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9863 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 152 | 99 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.40 |
| HSL | 145.81º | 0.44% | 0.41% | - |
| HSV(B) | 145.81º | 0.61% | 0.6% | - |
| XYZ | 15.28 | 24.29 | 15.69 | - |
| YUV | 118.15 | 117.19 | 85.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 152 | 99 | 0.61 | 0 | 0.35 | 0.40 | 145.81 | 0.44 | 0.41 |
| Hex | 3B | 98 | 63 | 3D | 0 | 23 | 28 | 92 | 2C | 29 |
| Octal | 73 | 230 | 143 | 75 | 0 | 43 | 50 | 222 | 54 | 51 |
| Binary | 111011 | 10011000 | 1100011 | 111101 | 0 | 100011 | 101000 | 10010010 | 101100 | 101001 |
Color Harmonies of #3B9863
Complementary color
Monochromatic Colors of #3B9863
Black with #3B9863
Text Example
Text Example
White with #3B9863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9863; }
p { color: rgb(59,152,99); }
H1.HeaderClassName
{
color: #3B9863;
}
.AnyTagClassName
{
color: #3B9863;
}
</style>
background-color css
<style>
a { background-color: #3B9863; }
a { background-color: rgb(59,152,99); }
div.DivClassName
{
background-color: #3B9863;
}
.BgClassName
{
background-color: #3B9863;
}
</style>
border-color css
<style>
span { border-color: #3B9863; }
span { border-color: rgb(59,152,99); }
td.TdClassName
{
border-color: #3B9863;
}
.TagClassName
{
border-color: #3B9863;
}
</style>