Shades of Eucalyptus #3A995C
Tints of Eucalyptus #3A995C
RGB
CMYK
RGB Variations
Color information
#3A995C (or 0x3A995C) is known color: Eucalyptus. HEX triplet: 3A, 99 and 5C. RGB value is (58,153,92). Sum of RGB (Red+Green+Blue) = 58+153+92=303 (40% of max value = 765). Red value is 58 (23.05% from 255 or 19.14% from 303); Green value is 153 (60.16% from 255 or 50.50% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 153 - color contains mainly: green. Hex color #3A995C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A995C is #C566A3. Grayscale: #757575. Windows color (decimal): -12936868 or 6068538. OLE color: 6068538.
HSL color Cylindrical-coordinate representation of color #3A995C: hue angle of 141.47º 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 #3A995C is Cyan = 0.62, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 58 | 153 | 92 | - |
| CMYK | 0.62 | 0 | 0.40 | 0.4 |
| HSL | 141.47º | 0.45% | 0.41% | - |
| HSV(B) | 141.47º | 0.62% | 0.6% | - |
| XYZ | 15.07 | 24.45 | 14.05 | - |
| YUV | 117.64 | 113.53 | 85.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 153 | 92 | 0.62 | 0 | 0.40 | 0.4 | 141.47 | 0.45 | 0.41 |
| Hex | 3A | 99 | 5C | 3E | 0 | 28 | 28 | 8D | 2D | 29 |
| Octal | 72 | 231 | 134 | 76 | 0 | 50 | 50 | 215 | 55 | 51 |
| Binary | 111010 | 10011001 | 1011100 | 111110 | 0 | 101000 | 101000 | 10001101 | 101101 | 101001 |
Color Harmonies of #3A995C
Complementary color
Monochromatic Colors of #3A995C
Black with #3A995C
Text Example
Text Example
White with #3A995C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A995C; }
p { color: rgb(58,153,92); }
H1.HeaderClassName
{
color: #3A995C;
}
.AnyTagClassName
{
color: #3A995C;
}
</style>
background-color css
<style>
a { background-color: #3A995C; }
a { background-color: rgb(58,153,92); }
div.DivClassName
{
background-color: #3A995C;
}
.BgClassName
{
background-color: #3A995C;
}
</style>
border-color css
<style>
span { border-color: #3A995C; }
span { border-color: rgb(58,153,92); }
td.TdClassName
{
border-color: #3A995C;
}
.TagClassName
{
border-color: #3A995C;
}
</style>