Shades of Eucalyptus #3A8B64
Tints of Eucalyptus #3A8B64
RGB
CMYK
RGB Variations
Color information
#3A8B64 (or 0x3A8B64) is known color: Eucalyptus. HEX triplet: 3A, 8B and 64. RGB value is (58,139,100). Sum of RGB (Red+Green+Blue) = 58+139+100=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 139 (54.69% from 255 or 46.80% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B64 is #C5749B. Grayscale: #6E6E6E. Windows color (decimal): -12940444 or 6589242. OLE color: 6589242.
HSL color Cylindrical-coordinate representation of color #3A8B64: hue angle of 151.11º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8B64 is Cyan = 0.58, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 100 | - |
| CMYK | 0.58 | 0 | 0.28 | 0.45 |
| HSL | 151.11º | 0.41% | 0.39% | - |
| HSV(B) | 151.11º | 0.58% | 0.55% | - |
| XYZ | 13.28 | 20.28 | 15.27 | - |
| YUV | 110.34 | 122.16 | 90.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 100 | 0.58 | 0 | 0.28 | 0.45 | 151.11 | 0.41 | 0.39 |
| Hex | 3A | 8B | 64 | 3A | 0 | 1C | 2D | 97 | 29 | 27 |
| Octal | 72 | 213 | 144 | 72 | 0 | 34 | 55 | 227 | 51 | 47 |
| Binary | 111010 | 10001011 | 1100100 | 111010 | 0 | 11100 | 101101 | 10010111 | 101001 | 100111 |
Color Harmonies of #3A8B64
Complementary color
Monochromatic Colors of #3A8B64
Black with #3A8B64
Text Example
Text Example
White with #3A8B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B64; }
p { color: rgb(58,139,100); }
H1.HeaderClassName
{
color: #3A8B64;
}
.AnyTagClassName
{
color: #3A8B64;
}
</style>
background-color css
<style>
a { background-color: #3A8B64; }
a { background-color: rgb(58,139,100); }
div.DivClassName
{
background-color: #3A8B64;
}
.BgClassName
{
background-color: #3A8B64;
}
</style>
border-color css
<style>
span { border-color: #3A8B64; }
span { border-color: rgb(58,139,100); }
td.TdClassName
{
border-color: #3A8B64;
}
.TagClassName
{
border-color: #3A8B64;
}
</style>