Shades of Eucalyptus #3B9963
Tints of Eucalyptus #3B9963
RGB
CMYK
RGB Variations
Color information
#3B9963 (or 0x3B9963) is known color: Eucalyptus. HEX triplet: 3B, 99 and 63. RGB value is (59,153,99). Sum of RGB (Red+Green+Blue) = 59+153+99=311 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.97% from 311); Green value is 153 (60.16% from 255 or 49.20% from 311); Blue value is 99 (39.06% from 255 or 31.83% from 311); Max value from RGB is 153 - color contains mainly: green. Hex color #3B9963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B9963 is #C4669C. Grayscale: #767676. Windows color (decimal): -12871325 or 6527291. OLE color: 6527291.
HSL color Cylindrical-coordinate representation of color #3B9963: hue angle of 145.53º 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 #3B9963 is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 153 | 99 | - |
| CMYK | 0.61 | 0 | 0.35 | 0.4 |
| HSL | 145.53º | 0.44% | 0.42% | - |
| HSV(B) | 145.53º | 0.61% | 0.6% | - |
| XYZ | 15.45 | 24.61 | 15.74 | - |
| YUV | 118.74 | 116.86 | 85.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 153 | 99 | 0.61 | 0 | 0.35 | 0.4 | 145.53 | 0.44 | 0.42 |
| Hex | 3B | 99 | 63 | 3D | 0 | 23 | 28 | 92 | 2C | 2A |
| Octal | 73 | 231 | 143 | 75 | 0 | 43 | 50 | 222 | 54 | 52 |
| Binary | 111011 | 10011001 | 1100011 | 111101 | 0 | 100011 | 101000 | 10010010 | 101100 | 101010 |
Color Harmonies of #3B9963
Complementary color
Monochromatic Colors of #3B9963
Black with #3B9963
Text Example
Text Example
White with #3B9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B9963; }
p { color: rgb(59,153,99); }
H1.HeaderClassName
{
color: #3B9963;
}
.AnyTagClassName
{
color: #3B9963;
}
</style>
background-color css
<style>
a { background-color: #3B9963; }
a { background-color: rgb(59,153,99); }
div.DivClassName
{
background-color: #3B9963;
}
.BgClassName
{
background-color: #3B9963;
}
</style>
border-color css
<style>
span { border-color: #3B9963; }
span { border-color: rgb(59,153,99); }
td.TdClassName
{
border-color: #3B9963;
}
.TagClassName
{
border-color: #3B9963;
}
</style>