Shades of Eucalyptus #3A9D68
Tints of Eucalyptus #3A9D68
RGB
CMYK
RGB Variations
Color information
#3A9D68 (or 0x3A9D68) is known color: Eucalyptus. HEX triplet: 3A, 9D and 68. RGB value is (58,157,104). Sum of RGB (Red+Green+Blue) = 58+157+104=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 157 (61.72% from 255 or 49.22% from 319); Blue value is 104 (41.02% from 255 or 32.60% from 319); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9D68 is #C56297. Grayscale: #797979. Windows color (decimal): -12935832 or 6855994. OLE color: 6855994.
HSL color Cylindrical-coordinate representation of color #3A9D68: hue angle of 147.88º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9D68 is Cyan = 0.63, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 157 | 104 | - |
| CMYK | 0.63 | 0 | 0.34 | 0.38 |
| HSL | 147.88º | 0.46% | 0.42% | - |
| HSV(B) | 147.88º | 0.63% | 0.62% | - |
| XYZ | 16.3 | 26.01 | 17.26 | - |
| YUV | 121.36 | 118.2 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 104 | 0.63 | 0 | 0.34 | 0.38 | 147.88 | 0.46 | 0.42 |
| Hex | 3A | 9D | 68 | 3F | 0 | 22 | 26 | 94 | 2E | 2A |
| Octal | 72 | 235 | 150 | 77 | 0 | 42 | 46 | 224 | 56 | 52 |
| Binary | 111010 | 10011101 | 1101000 | 111111 | 0 | 100010 | 100110 | 10010100 | 101110 | 101010 |
Color Harmonies of #3A9D68
Complementary color
Monochromatic Colors of #3A9D68
Black with #3A9D68
Text Example
Text Example
White with #3A9D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9D68; }
p { color: rgb(58,157,104); }
H1.HeaderClassName
{
color: #3A9D68;
}
.AnyTagClassName
{
color: #3A9D68;
}
</style>
background-color css
<style>
a { background-color: #3A9D68; }
a { background-color: rgb(58,157,104); }
div.DivClassName
{
background-color: #3A9D68;
}
.BgClassName
{
background-color: #3A9D68;
}
</style>
border-color css
<style>
span { border-color: #3A9D68; }
span { border-color: rgb(58,157,104); }
td.TdClassName
{
border-color: #3A9D68;
}
.TagClassName
{
border-color: #3A9D68;
}
</style>