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