Shades of Eucalyptus #3A986D
Tints of Eucalyptus #3A986D
RGB
CMYK
RGB Variations
Color information
#3A986D (or 0x3A986D) is known color: Eucalyptus. HEX triplet: 3A, 98 and 6D. RGB value is (58,152,109). Sum of RGB (Red+Green+Blue) = 58+152+109=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 152 (59.77% from 255 or 47.65% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 152 - color contains mainly: green. Hex color #3A986D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A986D is #C56792. Grayscale: #777777. Windows color (decimal): -12937107 or 7182394. OLE color: 7182394.
HSL color Cylindrical-coordinate representation of color #3A986D: hue angle of 152.55º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A986D is Cyan = 0.62, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 152 | 109 | - |
| CMYK | 0.62 | 0 | 0.28 | 0.40 |
| HSL | 152.55º | 0.45% | 0.41% | - |
| HSV(B) | 152.55º | 0.62% | 0.6% | - |
| XYZ | 15.73 | 24.46 | 18.36 | - |
| YUV | 118.99 | 122.36 | 84.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 152 | 109 | 0.62 | 0 | 0.28 | 0.40 | 152.55 | 0.45 | 0.41 |
| Hex | 3A | 98 | 6D | 3E | 0 | 1C | 28 | 99 | 2D | 29 |
| Octal | 72 | 230 | 155 | 76 | 0 | 34 | 50 | 231 | 55 | 51 |
| Binary | 111010 | 10011000 | 1101101 | 111110 | 0 | 11100 | 101000 | 10011001 | 101101 | 101001 |
Color Harmonies of #3A986D
Complementary color
Monochromatic Colors of #3A986D
Black with #3A986D
Text Example
Text Example
White with #3A986D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A986D; }
p { color: rgb(58,152,109); }
H1.HeaderClassName
{
color: #3A986D;
}
.AnyTagClassName
{
color: #3A986D;
}
</style>
background-color css
<style>
a { background-color: #3A986D; }
a { background-color: rgb(58,152,109); }
div.DivClassName
{
background-color: #3A986D;
}
.BgClassName
{
background-color: #3A986D;
}
</style>
border-color css
<style>
span { border-color: #3A986D; }
span { border-color: rgb(58,152,109); }
td.TdClassName
{
border-color: #3A986D;
}
.TagClassName
{
border-color: #3A986D;
}
</style>