Shades of Eucalyptus #3A9E6A
Tints of Eucalyptus #3A9E6A
RGB
CMYK
RGB Variations
Color information
#3A9E6A (or 0x3A9E6A) is known color: Eucalyptus. HEX triplet: 3A, 9E and 6A. RGB value is (58,158,106). Sum of RGB (Red+Green+Blue) = 58+158+106=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 106 (41.80% from 255 or 32.92% from 322); Max value from RGB is 158 - color contains mainly: green. Hex color #3A9E6A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9E6A is #C56195. Grayscale: #7A7A7A. Windows color (decimal): -12935574 or 6987322. OLE color: 6987322.
HSL color Cylindrical-coordinate representation of color #3A9E6A: hue angle of 148.8º 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 #3A9E6A is Cyan = 0.63, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 158 | 106 | - |
| CMYK | 0.63 | 0 | 0.33 | 0.38 |
| HSL | 148.8º | 0.46% | 0.42% | - |
| HSV(B) | 148.8º | 0.63% | 0.62% | - |
| XYZ | 16.57 | 26.39 | 17.86 | - |
| YUV | 122.17 | 118.87 | 82.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 158 | 106 | 0.63 | 0 | 0.33 | 0.38 | 148.8 | 0.46 | 0.42 |
| Hex | 3A | 9E | 6A | 3F | 0 | 21 | 26 | 95 | 2E | 2A |
| Octal | 72 | 236 | 152 | 77 | 0 | 41 | 46 | 225 | 56 | 52 |
| Binary | 111010 | 10011110 | 1101010 | 111111 | 0 | 100001 | 100110 | 10010101 | 101110 | 101010 |
Color Harmonies of #3A9E6A
Complementary color
Monochromatic Colors of #3A9E6A
Black with #3A9E6A
Text Example
Text Example
White with #3A9E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9E6A; }
p { color: rgb(58,158,106); }
H1.HeaderClassName
{
color: #3A9E6A;
}
.AnyTagClassName
{
color: #3A9E6A;
}
</style>
background-color css
<style>
a { background-color: #3A9E6A; }
a { background-color: rgb(58,158,106); }
div.DivClassName
{
background-color: #3A9E6A;
}
.BgClassName
{
background-color: #3A9E6A;
}
</style>
border-color css
<style>
span { border-color: #3A9E6A; }
span { border-color: rgb(58,158,106); }
td.TdClassName
{
border-color: #3A9E6A;
}
.TagClassName
{
border-color: #3A9E6A;
}
</style>