Shades of Eucalyptus #3A966C
Tints of Eucalyptus #3A966C
RGB
CMYK
RGB Variations
Color information
#3A966C (or 0x3A966C) is known color: Eucalyptus. HEX triplet: 3A, 96 and 6C. RGB value is (58,150,108). Sum of RGB (Red+Green+Blue) = 58+150+108=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #3A966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A966C is #C56993. Grayscale: #757575. Windows color (decimal): -12937620 or 7116346. OLE color: 7116346.
HSL color Cylindrical-coordinate representation of color #3A966C: hue angle of 152.61º 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 #3A966C is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 108 | - |
| CMYK | 0.61 | 0 | 0.28 | 0.41 |
| HSL | 152.61º | 0.44% | 0.41% | - |
| HSV(B) | 152.61º | 0.61% | 0.59% | - |
| XYZ | 15.36 | 23.79 | 17.97 | - |
| YUV | 117.7 | 122.52 | 85.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 108 | 0.61 | 0 | 0.28 | 0.41 | 152.61 | 0.44 | 0.41 |
| Hex | 3A | 96 | 6C | 3D | 0 | 1C | 29 | 99 | 2C | 29 |
| Octal | 72 | 226 | 154 | 75 | 0 | 34 | 51 | 231 | 54 | 51 |
| Binary | 111010 | 10010110 | 1101100 | 111101 | 0 | 11100 | 101001 | 10011001 | 101100 | 101001 |
Color Harmonies of #3A966C
Complementary color
Monochromatic Colors of #3A966C
Black with #3A966C
Text Example
Text Example
White with #3A966C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A966C; }
p { color: rgb(58,150,108); }
H1.HeaderClassName
{
color: #3A966C;
}
.AnyTagClassName
{
color: #3A966C;
}
</style>
background-color css
<style>
a { background-color: #3A966C; }
a { background-color: rgb(58,150,108); }
div.DivClassName
{
background-color: #3A966C;
}
.BgClassName
{
background-color: #3A966C;
}
</style>
border-color css
<style>
span { border-color: #3A966C; }
span { border-color: rgb(58,150,108); }
td.TdClassName
{
border-color: #3A966C;
}
.TagClassName
{
border-color: #3A966C;
}
</style>