Shades of Eucalyptus #3B9B73
Tints of Eucalyptus #3B9B73
RGB
CMYK
RGB Variations
Color information
#3B9B73 (or 0x3B9B73) is known color: Eucalyptus. HEX triplet: 3B, 9B and 73. RGB value is (59,155,115). Sum of RGB (Red+Green+Blue) = 59+155+115=329 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.93% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #3B9B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9B73 is #C4648C. Grayscale: #797979. Windows color (decimal): -12870797 or 7576379. OLE color: 7576379.
HSL color Cylindrical-coordinate representation of color #3B9B73: hue angle of 155º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B9B73 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 155 | 115 | - |
| CMYK | 0.62 | 0 | 0.26 | 0.39 |
| HSL | 155º | 0.45% | 0.42% | - |
| HSV(B) | 155º | 0.62% | 0.61% | - |
| XYZ | 16.62 | 25.61 | 20.29 | - |
| YUV | 121.74 | 124.2 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 155 | 115 | 0.62 | 0 | 0.26 | 0.39 | 155 | 0.45 | 0.42 |
| Hex | 3B | 9B | 73 | 3E | 0 | 1A | 27 | 9B | 2D | 2A |
| Octal | 73 | 233 | 163 | 76 | 0 | 32 | 47 | 233 | 55 | 52 |
| Binary | 111011 | 10011011 | 1110011 | 111110 | 0 | 11010 | 100111 | 10011011 | 101101 | 101010 |
Color Harmonies of #3B9B73
Complementary color
Monochromatic Colors of #3B9B73
Black with #3B9B73
Text Example
Text Example
White with #3B9B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9B73; }
p { color: rgb(59,155,115); }
H1.HeaderClassName
{
color: #3B9B73;
}
.AnyTagClassName
{
color: #3B9B73;
}
</style>
background-color css
<style>
a { background-color: #3B9B73; }
a { background-color: rgb(59,155,115); }
div.DivClassName
{
background-color: #3B9B73;
}
.BgClassName
{
background-color: #3B9B73;
}
</style>
border-color css
<style>
span { border-color: #3B9B73; }
span { border-color: rgb(59,155,115); }
td.TdClassName
{
border-color: #3B9B73;
}
.TagClassName
{
border-color: #3B9B73;
}
</style>