Shades of Eucalyptus #3A8A62
Tints of Eucalyptus #3A8A62
RGB
CMYK
RGB Variations
Color information
#3A8A62 (or 0x3A8A62) is known color: Eucalyptus. HEX triplet: 3A, 8A and 62. RGB value is (58,138,98). Sum of RGB (Red+Green+Blue) = 58+138+98=294 (38% of max value = 765). Red value is 58 (23.05% from 255 or 19.73% from 294); Green value is 138 (54.30% from 255 or 46.94% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A62 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8A62 is #C5759D. Grayscale: #6D6D6D. Windows color (decimal): -12940702 or 6457914. OLE color: 6457914.
HSL color Cylindrical-coordinate representation of color #3A8A62: hue angle of 150º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A8A62 is Cyan = 0.58, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 138 | 98 | - |
| CMYK | 0.58 | 0 | 0.29 | 0.46 |
| HSL | 150º | 0.41% | 0.38% | - |
| HSV(B) | 150º | 0.58% | 0.54% | - |
| XYZ | 13.04 | 19.96 | 14.72 | - |
| YUV | 109.52 | 121.5 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 138 | 98 | 0.58 | 0 | 0.29 | 0.46 | 150 | 0.41 | 0.38 |
| Hex | 3A | 8A | 62 | 3A | 0 | 1D | 2E | 96 | 29 | 26 |
| Octal | 72 | 212 | 142 | 72 | 0 | 35 | 56 | 226 | 51 | 46 |
| Binary | 111010 | 10001010 | 1100010 | 111010 | 0 | 11101 | 101110 | 10010110 | 101001 | 100110 |
Color Harmonies of #3A8A62
Complementary color
Monochromatic Colors of #3A8A62
Black with #3A8A62
Text Example
Text Example
White with #3A8A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8A62; }
p { color: rgb(58,138,98); }
H1.HeaderClassName
{
color: #3A8A62;
}
.AnyTagClassName
{
color: #3A8A62;
}
</style>
background-color css
<style>
a { background-color: #3A8A62; }
a { background-color: rgb(58,138,98); }
div.DivClassName
{
background-color: #3A8A62;
}
.BgClassName
{
background-color: #3A8A62;
}
</style>
border-color css
<style>
span { border-color: #3A8A62; }
span { border-color: rgb(58,138,98); }
td.TdClassName
{
border-color: #3A8A62;
}
.TagClassName
{
border-color: #3A8A62;
}
</style>