Shades of Eucalyptus #3B965B
Tints of Eucalyptus #3B965B
RGB
CMYK
RGB Variations
Color information
#3B965B (or 0x3B965B) is known color: Eucalyptus. HEX triplet: 3B, 96 and 5B. RGB value is (59,150,91). Sum of RGB (Red+Green+Blue) = 59+150+91=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 150 (58.98% from 255 or 50% from 300); Blue value is 91 (35.94% from 255 or 30.33% from 300); Max value from RGB is 150 - color contains mainly: green. Hex color #3B965B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B965B is #C469A4. Grayscale: #747474. Windows color (decimal): -12872101 or 6002235. OLE color: 6002235.
HSL color Cylindrical-coordinate representation of color #3B965B: hue angle of 141.1º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B965B is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 150 | 91 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.41 |
| HSL | 141.1º | 0.44% | 0.41% | - |
| HSV(B) | 141.1º | 0.61% | 0.59% | - |
| XYZ | 14.6 | 23.5 | 13.66 | - |
| YUV | 116.07 | 113.85 | 87.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 150 | 91 | 0.61 | 0 | 0.39 | 0.41 | 141.1 | 0.44 | 0.41 |
| Hex | 3B | 96 | 5B | 3D | 0 | 27 | 29 | 8D | 2C | 29 |
| Octal | 73 | 226 | 133 | 75 | 0 | 47 | 51 | 215 | 54 | 51 |
| Binary | 111011 | 10010110 | 1011011 | 111101 | 0 | 100111 | 101001 | 10001101 | 101100 | 101001 |
Color Harmonies of #3B965B
Complementary color
Monochromatic Colors of #3B965B
Black with #3B965B
Text Example
Text Example
White with #3B965B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B965B; }
p { color: rgb(59,150,91); }
H1.HeaderClassName
{
color: #3B965B;
}
.AnyTagClassName
{
color: #3B965B;
}
</style>
background-color css
<style>
a { background-color: #3B965B; }
a { background-color: rgb(59,150,91); }
div.DivClassName
{
background-color: #3B965B;
}
.BgClassName
{
background-color: #3B965B;
}
</style>
border-color css
<style>
span { border-color: #3B965B; }
span { border-color: rgb(59,150,91); }
td.TdClassName
{
border-color: #3B965B;
}
.TagClassName
{
border-color: #3B965B;
}
</style>