Shades of Eucalyptus #3B966C
Tints of Eucalyptus #3B966C
RGB
CMYK
RGB Variations
Color information
#3B966C (or 0x3B966C) is known color: Eucalyptus. HEX triplet: 3B, 96 and 6C. RGB value is (59,150,108). Sum of RGB (Red+Green+Blue) = 59+150+108=317 (41% of max value = 765). Red value is 59 (23.44% from 255 or 18.61% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #3B966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B966C is #C46993. Grayscale: #767676. Windows color (decimal): -12872084 or 7116347. OLE color: 7116347.
HSL color Cylindrical-coordinate representation of color #3B966C: hue angle of 152.31º 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 #3B966C is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 59 | 150 | 108 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.41 |
| HSL | 152.31º | 0.44% | 0.41% | - |
| HSV(B) | 152.31º | 0.61% | 0.59% | - |
| XYZ | 15.42 | 23.83 | 17.97 | - |
| YUV | 118 | 122.35 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 150 | 108 | 0.61 | 0 | 0.28 | 0.41 | 152.31 | 0.44 | 0.41 |
| Hex | 3B | 96 | 6C | 3D | 0 | 1C | 29 | 98 | 2C | 29 |
| Octal | 73 | 226 | 154 | 75 | 0 | 34 | 51 | 230 | 54 | 51 |
| Binary | 111011 | 10010110 | 1101100 | 111101 | 0 | 11100 | 101001 | 10011000 | 101100 | 101001 |
Color Harmonies of #3B966C
Complementary color
Monochromatic Colors of #3B966C
Black with #3B966C
Text Example
Text Example
White with #3B966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B966C; }
p { color: rgb(59,150,108); }
H1.HeaderClassName
{
color: #3B966C;
}
.AnyTagClassName
{
color: #3B966C;
}
</style>
background-color css
<style>
a { background-color: #3B966C; }
a { background-color: rgb(59,150,108); }
div.DivClassName
{
background-color: #3B966C;
}
.BgClassName
{
background-color: #3B966C;
}
</style>
border-color css
<style>
span { border-color: #3B966C; }
span { border-color: rgb(59,150,108); }
td.TdClassName
{
border-color: #3B966C;
}
.TagClassName
{
border-color: #3B966C;
}
</style>