Shades of Eucalyptus #3B9962
Tints of Eucalyptus #3B9962
RGB
CMYK
RGB Variations
Color information
#3B9962 (or 0x3B9962) is known color: Eucalyptus. HEX triplet: 3B, 99 and 62. RGB value is (59,153,98). Sum of RGB (Red+Green+Blue) = 59+153+98=310 (41% of max value = 765). Red value is 59 (23.44% from 255 or 19.03% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 98 (38.67% from 255 or 31.61% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #3B9962 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9962 is #C4669D. Grayscale: #767676. Windows color (decimal): -12871326 or 6461755. OLE color: 6461755.
HSL color Cylindrical-coordinate representation of color #3B9962: hue angle of 144.89º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B9962 is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 153 | 98 | - |
| CMYK | 0.61 | 0 | 0.36 | 0.4 |
| HSL | 144.89º | 0.44% | 0.42% | - |
| HSV(B) | 144.89º | 0.61% | 0.6% | - |
| XYZ | 15.4 | 24.59 | 15.49 | - |
| YUV | 118.62 | 116.36 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 153 | 98 | 0.61 | 0 | 0.36 | 0.4 | 144.89 | 0.44 | 0.42 |
| Hex | 3B | 99 | 62 | 3D | 0 | 24 | 28 | 91 | 2C | 2A |
| Octal | 73 | 231 | 142 | 75 | 0 | 44 | 50 | 221 | 54 | 52 |
| Binary | 111011 | 10011001 | 1100010 | 111101 | 0 | 100100 | 101000 | 10010001 | 101100 | 101010 |
Color Harmonies of #3B9962
Complementary color
Monochromatic Colors of #3B9962
Black with #3B9962
Text Example
Text Example
White with #3B9962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9962; }
p { color: rgb(59,153,98); }
H1.HeaderClassName
{
color: #3B9962;
}
.AnyTagClassName
{
color: #3B9962;
}
</style>
background-color css
<style>
a { background-color: #3B9962; }
a { background-color: rgb(59,153,98); }
div.DivClassName
{
background-color: #3B9962;
}
.BgClassName
{
background-color: #3B9962;
}
</style>
border-color css
<style>
span { border-color: #3B9962; }
span { border-color: rgb(59,153,98); }
td.TdClassName
{
border-color: #3B9962;
}
.TagClassName
{
border-color: #3B9962;
}
</style>