Shades of Eucalyptus #3B9E60
Tints of Eucalyptus #3B9E60
RGB
CMYK
RGB Variations
Color information
#3B9E60 (or 0x3B9E60) is known color: Eucalyptus. HEX triplet: 3B, 9E and 60. RGB value is (59,158,96). Sum of RGB (Red+Green+Blue) = 59+158+96=313 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.85% from 313); Green value is 158 (62.11% from 255 or 50.48% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 158 - color contains mainly: green. Hex color #3B9E60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9E60 is #C4619F. Grayscale: #797979. Windows color (decimal): -12870048 or 6331963. OLE color: 6331963.
HSL color Cylindrical-coordinate representation of color #3B9E60: hue angle of 142.42º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B9E60 is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 158 | 96 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.38 |
| HSL | 142.42º | 0.46% | 0.43% | - |
| HSV(B) | 142.42º | 0.63% | 0.62% | - |
| XYZ | 16.14 | 26.23 | 15.28 | - |
| YUV | 121.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 158 | 96 | 0.63 | 0 | 0.39 | 0.38 | 142.42 | 0.46 | 0.43 |
| Hex | 3B | 9E | 60 | 3F | 0 | 27 | 26 | 8E | 2E | 2B |
| Octal | 73 | 236 | 140 | 77 | 0 | 47 | 46 | 216 | 56 | 53 |
| Binary | 111011 | 10011110 | 1100000 | 111111 | 0 | 100111 | 100110 | 10001110 | 101110 | 101011 |
Color Harmonies of #3B9E60
Complementary color
Monochromatic Colors of #3B9E60
Black with #3B9E60
Text Example
Text Example
White with #3B9E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9E60; }
p { color: rgb(59,158,96); }
H1.HeaderClassName
{
color: #3B9E60;
}
.AnyTagClassName
{
color: #3B9E60;
}
</style>
background-color css
<style>
a { background-color: #3B9E60; }
a { background-color: rgb(59,158,96); }
div.DivClassName
{
background-color: #3B9E60;
}
.BgClassName
{
background-color: #3B9E60;
}
</style>
border-color css
<style>
span { border-color: #3B9E60; }
span { border-color: rgb(59,158,96); }
td.TdClassName
{
border-color: #3B9E60;
}
.TagClassName
{
border-color: #3B9E60;
}
</style>