Shades of Eucalyptus #3A9C73
Tints of Eucalyptus #3A9C73
RGB
CMYK
RGB Variations
Color information
#3A9C73 (or 0x3A9C73) is known color: Eucalyptus. HEX triplet: 3A, 9C and 73. RGB value is (58,156,115). Sum of RGB (Red+Green+Blue) = 58+156+115=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 156 (61.33% from 255 or 47.42% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 156 - color contains mainly: green. Hex color #3A9C73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9C73 is #C5638C. Grayscale: #7A7A7A. Windows color (decimal): -12936077 or 7576634. OLE color: 7576634.
HSL color Cylindrical-coordinate representation of color #3A9C73: hue angle of 154.9º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A9C73 is Cyan = 0.63, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 156 | 115 | - |
| CMYK | 0.63 | 0 | 0.26 | 0.39 |
| HSL | 154.9º | 0.46% | 0.42% | - |
| HSV(B) | 154.9º | 0.63% | 0.61% | - |
| XYZ | 16.73 | 25.91 | 20.34 | - |
| YUV | 122.02 | 124.03 | 82.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 156 | 115 | 0.63 | 0 | 0.26 | 0.39 | 154.9 | 0.46 | 0.42 |
| Hex | 3A | 9C | 73 | 3F | 0 | 1A | 27 | 9B | 2E | 2A |
| Octal | 72 | 234 | 163 | 77 | 0 | 32 | 47 | 233 | 56 | 52 |
| Binary | 111010 | 10011100 | 1110011 | 111111 | 0 | 11010 | 100111 | 10011011 | 101110 | 101010 |
Color Harmonies of #3A9C73
Complementary color
Monochromatic Colors of #3A9C73
Black with #3A9C73
Text Example
Text Example
White with #3A9C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9C73; }
p { color: rgb(58,156,115); }
H1.HeaderClassName
{
color: #3A9C73;
}
.AnyTagClassName
{
color: #3A9C73;
}
</style>
background-color css
<style>
a { background-color: #3A9C73; }
a { background-color: rgb(58,156,115); }
div.DivClassName
{
background-color: #3A9C73;
}
.BgClassName
{
background-color: #3A9C73;
}
</style>
border-color css
<style>
span { border-color: #3A9C73; }
span { border-color: rgb(58,156,115); }
td.TdClassName
{
border-color: #3A9C73;
}
.TagClassName
{
border-color: #3A9C73;
}
</style>