Shades of Eucalyptus #3A946E
Tints of Eucalyptus #3A946E
RGB
CMYK
RGB Variations
Color information
#3A946E (or 0x3A946E) is known color: Eucalyptus. HEX triplet: 3A, 94 and 6E. RGB value is (58,148,110). Sum of RGB (Red+Green+Blue) = 58+148+110=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #3A946E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A946E is #C56B91. Grayscale: #747474. Windows color (decimal): -12938130 or 7246906. OLE color: 7246906.
HSL color Cylindrical-coordinate representation of color #3A946E: hue angle of 154.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A946E is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 110 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.42 |
| HSL | 154.67º | 0.44% | 0.4% | - |
| HSV(B) | 154.67º | 0.61% | 0.58% | - |
| XYZ | 15.15 | 23.21 | 18.43 | - |
| YUV | 116.76 | 124.18 | 86.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 110 | 0.61 | 0 | 0.26 | 0.42 | 154.67 | 0.44 | 0.4 |
| Hex | 3A | 94 | 6E | 3D | 0 | 1A | 2A | 9B | 2C | 28 |
| Octal | 72 | 224 | 156 | 75 | 0 | 32 | 52 | 233 | 54 | 50 |
| Binary | 111010 | 10010100 | 1101110 | 111101 | 0 | 11010 | 101010 | 10011011 | 101100 | 101000 |
Color Harmonies of #3A946E
Complementary color
Monochromatic Colors of #3A946E
Black with #3A946E
Text Example
Text Example
White with #3A946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A946E; }
p { color: rgb(58,148,110); }
H1.HeaderClassName
{
color: #3A946E;
}
.AnyTagClassName
{
color: #3A946E;
}
</style>
background-color css
<style>
a { background-color: #3A946E; }
a { background-color: rgb(58,148,110); }
div.DivClassName
{
background-color: #3A946E;
}
.BgClassName
{
background-color: #3A946E;
}
</style>
border-color css
<style>
span { border-color: #3A946E; }
span { border-color: rgb(58,148,110); }
td.TdClassName
{
border-color: #3A946E;
}
.TagClassName
{
border-color: #3A946E;
}
</style>