Shades of Eucalyptus #3A8B61
Tints of Eucalyptus #3A8B61
RGB
CMYK
RGB Variations
Color information
#3A8B61 (or 0x3A8B61) is known color: Eucalyptus. HEX triplet: 3A, 8B and 61. RGB value is (58,139,97). Sum of RGB (Red+Green+Blue) = 58+139+97=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #3A8B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8B61 is #C5749E. Grayscale: #6E6E6E. Windows color (decimal): -12940447 or 6392634. OLE color: 6392634.
HSL color Cylindrical-coordinate representation of color #3A8B61: hue angle of 148.89º 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 #3A8B61 is Cyan = 0.58, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 58 | 139 | 97 | - |
| CMYK | 0.58 | 0 | 0.30 | 0.45 |
| HSL | 148.89º | 0.41% | 0.39% | - |
| HSV(B) | 148.89º | 0.58% | 0.55% | - |
| XYZ | 13.14 | 20.23 | 14.52 | - |
| YUV | 109.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 139 | 97 | 0.58 | 0 | 0.30 | 0.45 | 148.89 | 0.41 | 0.39 |
| Hex | 3A | 8B | 61 | 3A | 0 | 1E | 2D | 95 | 29 | 27 |
| Octal | 72 | 213 | 141 | 72 | 0 | 36 | 55 | 225 | 51 | 47 |
| Binary | 111010 | 10001011 | 1100001 | 111010 | 0 | 11110 | 101101 | 10010101 | 101001 | 100111 |
Color Harmonies of #3A8B61
Complementary color
Monochromatic Colors of #3A8B61
Black with #3A8B61
Text Example
Text Example
White with #3A8B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8B61; }
p { color: rgb(58,139,97); }
H1.HeaderClassName
{
color: #3A8B61;
}
.AnyTagClassName
{
color: #3A8B61;
}
</style>
background-color css
<style>
a { background-color: #3A8B61; }
a { background-color: rgb(58,139,97); }
div.DivClassName
{
background-color: #3A8B61;
}
.BgClassName
{
background-color: #3A8B61;
}
</style>
border-color css
<style>
span { border-color: #3A8B61; }
span { border-color: rgb(58,139,97); }
td.TdClassName
{
border-color: #3A8B61;
}
.TagClassName
{
border-color: #3A8B61;
}
</style>