Shades of Eucalyptus #3A996D
Tints of Eucalyptus #3A996D
RGB
CMYK
RGB Variations
Color information
#3A996D (or 0x3A996D) is known color: Eucalyptus. HEX triplet: 3A, 99 and 6D. RGB value is (58,153,109). Sum of RGB (Red+Green+Blue) = 58+153+109=320 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.12% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 153 - color contains mainly: green. Hex color #3A996D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A996D is #C56692. Grayscale: #777777. Windows color (decimal): -12936851 or 7182650. OLE color: 7182650.
HSL color Cylindrical-coordinate representation of color #3A996D: hue angle of 152.21º 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 #3A996D is Cyan = 0.62, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 109 | - |
| CMYK | 0.62 | 0 | 0.29 | 0.4 |
| HSL | 152.21º | 0.45% | 0.41% | - |
| HSV(B) | 152.21º | 0.62% | 0.6% | - |
| XYZ | 15.9 | 24.79 | 18.41 | - |
| YUV | 119.58 | 122.03 | 84.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 109 | 0.62 | 0 | 0.29 | 0.4 | 152.21 | 0.45 | 0.41 |
| Hex | 3A | 99 | 6D | 3E | 0 | 1D | 28 | 98 | 2D | 29 |
| Octal | 72 | 231 | 155 | 76 | 0 | 35 | 50 | 230 | 55 | 51 |
| Binary | 111010 | 10011001 | 1101101 | 111110 | 0 | 11101 | 101000 | 10011000 | 101101 | 101001 |
Color Harmonies of #3A996D
Complementary color
Monochromatic Colors of #3A996D
Black with #3A996D
Text Example
Text Example
White with #3A996D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A996D; }
p { color: rgb(58,153,109); }
H1.HeaderClassName
{
color: #3A996D;
}
.AnyTagClassName
{
color: #3A996D;
}
</style>
background-color css
<style>
a { background-color: #3A996D; }
a { background-color: rgb(58,153,109); }
div.DivClassName
{
background-color: #3A996D;
}
.BgClassName
{
background-color: #3A996D;
}
</style>
border-color css
<style>
span { border-color: #3A996D; }
span { border-color: rgb(58,153,109); }
td.TdClassName
{
border-color: #3A996D;
}
.TagClassName
{
border-color: #3A996D;
}
</style>