Shades of Eucalyptus #3A945B
Tints of Eucalyptus #3A945B
RGB
CMYK
RGB Variations
Color information
#3A945B (or 0x3A945B) is known color: Eucalyptus. HEX triplet: 3A, 94 and 5B. RGB value is (58,148,91). Sum of RGB (Red+Green+Blue) = 58+148+91=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 148 (58.20% from 255 or 49.83% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 148 - color contains mainly: green. Hex color #3A945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A945B is #C56BA4. Grayscale: #727272. Windows color (decimal): -12938149 or 6001722. OLE color: 6001722.
HSL color Cylindrical-coordinate representation of color #3A945B: hue angle of 142º 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 #3A945B is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 58 | 148 | 91 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.42 |
| HSL | 142º | 0.44% | 0.4% | - |
| HSV(B) | 142º | 0.61% | 0.58% | - |
| XYZ | 14.22 | 22.83 | 13.56 | - |
| YUV | 114.59 | 114.68 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 91 | 0.61 | 0 | 0.39 | 0.42 | 142 | 0.44 | 0.4 |
| Hex | 3A | 94 | 5B | 3D | 0 | 27 | 2A | 8E | 2C | 28 |
| Octal | 72 | 224 | 133 | 75 | 0 | 47 | 52 | 216 | 54 | 50 |
| Binary | 111010 | 10010100 | 1011011 | 111101 | 0 | 100111 | 101010 | 10001110 | 101100 | 101000 |
Color Harmonies of #3A945B
Complementary color
Monochromatic Colors of #3A945B
Black with #3A945B
Text Example
Text Example
White with #3A945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A945B; }
p { color: rgb(58,148,91); }
H1.HeaderClassName
{
color: #3A945B;
}
.AnyTagClassName
{
color: #3A945B;
}
</style>
background-color css
<style>
a { background-color: #3A945B; }
a { background-color: rgb(58,148,91); }
div.DivClassName
{
background-color: #3A945B;
}
.BgClassName
{
background-color: #3A945B;
}
</style>
border-color css
<style>
span { border-color: #3A945B; }
span { border-color: rgb(58,148,91); }
td.TdClassName
{
border-color: #3A945B;
}
.TagClassName
{
border-color: #3A945B;
}
</style>