Shades of Eucalyptus #3A966A
Tints of Eucalyptus #3A966A
RGB
CMYK
RGB Variations
Color information
#3A966A (or 0x3A966A) is known color: Eucalyptus. HEX triplet: 3A, 96 and 6A. RGB value is (58,150,106). Sum of RGB (Red+Green+Blue) = 58+150+106=314 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.47% from 314); Green value is 150 (58.98% from 255 or 47.77% from 314); Blue value is 106 (41.80% from 255 or 33.76% from 314); Max value from RGB is 150 - color contains mainly: green. Hex color #3A966A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A966A is #C56995. Grayscale: #757575. Windows color (decimal): -12937622 or 6985274. OLE color: 6985274.
HSL color Cylindrical-coordinate representation of color #3A966A: hue angle of 151.3º 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 #3A966A is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 150 | 106 | - |
| CMYK | 0.61 | 0 | 0.29 | 0.41 |
| HSL | 151.3º | 0.44% | 0.41% | - |
| HSV(B) | 151.3º | 0.61% | 0.59% | - |
| XYZ | 15.25 | 23.75 | 17.42 | - |
| YUV | 117.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 150 | 106 | 0.61 | 0 | 0.29 | 0.41 | 151.3 | 0.44 | 0.41 |
| Hex | 3A | 96 | 6A | 3D | 0 | 1D | 29 | 97 | 2C | 29 |
| Octal | 72 | 226 | 152 | 75 | 0 | 35 | 51 | 227 | 54 | 51 |
| Binary | 111010 | 10010110 | 1101010 | 111101 | 0 | 11101 | 101001 | 10010111 | 101100 | 101001 |
Color Harmonies of #3A966A
Complementary color
Monochromatic Colors of #3A966A
Black with #3A966A
Text Example
Text Example
White with #3A966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A966A; }
p { color: rgb(58,150,106); }
H1.HeaderClassName
{
color: #3A966A;
}
.AnyTagClassName
{
color: #3A966A;
}
</style>
background-color css
<style>
a { background-color: #3A966A; }
a { background-color: rgb(58,150,106); }
div.DivClassName
{
background-color: #3A966A;
}
.BgClassName
{
background-color: #3A966A;
}
</style>
border-color css
<style>
span { border-color: #3A966A; }
span { border-color: rgb(58,150,106); }
td.TdClassName
{
border-color: #3A966A;
}
.TagClassName
{
border-color: #3A966A;
}
</style>