Shades of Eucalyptus #3A9F6F
Tints of Eucalyptus #3A9F6F
RGB
CMYK
RGB Variations
Color information
#3A9F6F (or 0x3A9F6F) is known color: Eucalyptus. HEX triplet: 3A, 9F and 6F. RGB value is (58,159,111). Sum of RGB (Red+Green+Blue) = 58+159+111=328 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.68% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9F6F is #C56090. Grayscale: #7B7B7B. Windows color (decimal): -12935313 or 7315258. OLE color: 7315258.
HSL color Cylindrical-coordinate representation of color #3A9F6F: hue angle of 151.49º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F6F is Cyan = 0.64, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 111 | - |
| CMYK | 0.64 | 0 | 0.30 | 0.38 |
| HSL | 151.49º | 0.47% | 0.43% | - |
| HSV(B) | 151.49º | 0.64% | 0.62% | - |
| XYZ | 17.01 | 26.84 | 19.32 | - |
| YUV | 123.33 | 121.04 | 81.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 111 | 0.64 | 0 | 0.30 | 0.38 | 151.49 | 0.47 | 0.43 |
| Hex | 3A | 9F | 6F | 40 | 0 | 1E | 26 | 97 | 2F | 2B |
| Octal | 72 | 237 | 157 | 100 | 0 | 36 | 46 | 227 | 57 | 53 |
| Binary | 111010 | 10011111 | 1101111 | 1000000 | 0 | 11110 | 100110 | 10010111 | 101111 | 101011 |
Color Harmonies of #3A9F6F
Complementary color
Monochromatic Colors of #3A9F6F
Black with #3A9F6F
Text Example
Text Example
White with #3A9F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F6F; }
p { color: rgb(58,159,111); }
H1.HeaderClassName
{
color: #3A9F6F;
}
.AnyTagClassName
{
color: #3A9F6F;
}
</style>
background-color css
<style>
a { background-color: #3A9F6F; }
a { background-color: rgb(58,159,111); }
div.DivClassName
{
background-color: #3A9F6F;
}
.BgClassName
{
background-color: #3A9F6F;
}
</style>
border-color css
<style>
span { border-color: #3A9F6F; }
span { border-color: rgb(58,159,111); }
td.TdClassName
{
border-color: #3A9F6F;
}
.TagClassName
{
border-color: #3A9F6F;
}
</style>