Shades of Eucalyptus #3A945C
Tints of Eucalyptus #3A945C
RGB
CMYK
RGB Variations
Color information
#3A945C (or 0x3A945C) is known color: Eucalyptus. HEX triplet: 3A, 94 and 5C. RGB value is (58,148,92). Sum of RGB (Red+Green+Blue) = 58+148+92=298 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.46% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #3A945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A945C is #C56BA3. Grayscale: #727272. Windows color (decimal): -12938148 or 6067258. OLE color: 6067258.
HSL color Cylindrical-coordinate representation of color #3A945C: hue angle of 142.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 #3A945C is Cyan = 0.61, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 92 | - |
| CMYK | 0.61 | 0 | 0.38 | 0.42 |
| HSL | 142.67º | 0.44% | 0.4% | - |
| HSV(B) | 142.67º | 0.61% | 0.58% | - |
| XYZ | 14.27 | 22.85 | 13.78 | - |
| YUV | 114.71 | 115.18 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 92 | 0.61 | 0 | 0.38 | 0.42 | 142.67 | 0.44 | 0.4 |
| Hex | 3A | 94 | 5C | 3D | 0 | 26 | 2A | 8F | 2C | 28 |
| Octal | 72 | 224 | 134 | 75 | 0 | 46 | 52 | 217 | 54 | 50 |
| Binary | 111010 | 10010100 | 1011100 | 111101 | 0 | 100110 | 101010 | 10001111 | 101100 | 101000 |
Color Harmonies of #3A945C
Complementary color
Monochromatic Colors of #3A945C
Black with #3A945C
Text Example
Text Example
White with #3A945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A945C; }
p { color: rgb(58,148,92); }
H1.HeaderClassName
{
color: #3A945C;
}
.AnyTagClassName
{
color: #3A945C;
}
</style>
background-color css
<style>
a { background-color: #3A945C; }
a { background-color: rgb(58,148,92); }
div.DivClassName
{
background-color: #3A945C;
}
.BgClassName
{
background-color: #3A945C;
}
</style>
border-color css
<style>
span { border-color: #3A945C; }
span { border-color: rgb(58,148,92); }
td.TdClassName
{
border-color: #3A945C;
}
.TagClassName
{
border-color: #3A945C;
}
</style>