Shades of Eucalyptus #3A9D5F
Tints of Eucalyptus #3A9D5F
RGB
CMYK
RGB Variations
Color information
#3A9D5F (or 0x3A9D5F) is known color: Eucalyptus. HEX triplet: 3A, 9D and 5F. RGB value is (58,157,95). Sum of RGB (Red+Green+Blue) = 58+157+95=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 157 (61.72% from 255 or 50.65% from 310); Blue value is 95 (37.5% from 255 or 30.65% from 310); Max value from RGB is 157 - color contains mainly: green. Hex color #3A9D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9D5F is #C562A0. Grayscale: #787878. Windows color (decimal): -12935841 or 6266170. OLE color: 6266170.
HSL color Cylindrical-coordinate representation of color #3A9D5F: hue angle of 142.42º 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 #3A9D5F is Cyan = 0.63, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 157 | 95 | - |
| CMYK | 0.63 | 0 | 0.39 | 0.38 |
| HSL | 142.42º | 0.46% | 0.42% | - |
| HSV(B) | 142.42º | 0.63% | 0.62% | - |
| XYZ | 15.87 | 25.84 | 14.98 | - |
| YUV | 120.33 | 113.7 | 83.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 157 | 95 | 0.63 | 0 | 0.39 | 0.38 | 142.42 | 0.46 | 0.42 |
| Hex | 3A | 9D | 5F | 3F | 0 | 27 | 26 | 8E | 2E | 2A |
| Octal | 72 | 235 | 137 | 77 | 0 | 47 | 46 | 216 | 56 | 52 |
| Binary | 111010 | 10011101 | 1011111 | 111111 | 0 | 100111 | 100110 | 10001110 | 101110 | 101010 |
Color Harmonies of #3A9D5F
Complementary color
Monochromatic Colors of #3A9D5F
Black with #3A9D5F
Text Example
Text Example
White with #3A9D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9D5F; }
p { color: rgb(58,157,95); }
H1.HeaderClassName
{
color: #3A9D5F;
}
.AnyTagClassName
{
color: #3A9D5F;
}
</style>
background-color css
<style>
a { background-color: #3A9D5F; }
a { background-color: rgb(58,157,95); }
div.DivClassName
{
background-color: #3A9D5F;
}
.BgClassName
{
background-color: #3A9D5F;
}
</style>
border-color css
<style>
span { border-color: #3A9D5F; }
span { border-color: rgb(58,157,95); }
td.TdClassName
{
border-color: #3A9D5F;
}
.TagClassName
{
border-color: #3A9D5F;
}
</style>