Shades of Eucalyptus #3A9F69
Tints of Eucalyptus #3A9F69
RGB
CMYK
RGB Variations
Color information
#3A9F69 (or 0x3A9F69) is known color: Eucalyptus. HEX triplet: 3A, 9F and 69. RGB value is (58,159,105). Sum of RGB (Red+Green+Blue) = 58+159+105=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 159 (62.5% from 255 or 49.38% from 322); Blue value is 105 (41.41% from 255 or 32.61% from 322); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A9F69 is #C56096. Grayscale: #7A7A7A. Windows color (decimal): -12935319 or 6922042. OLE color: 6922042.
HSL color Cylindrical-coordinate representation of color #3A9F69: hue angle of 147.92º 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 #3A9F69 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 105 | - |
| CMYK | 0.64 | 0 | 0.34 | 0.38 |
| HSL | 147.92º | 0.47% | 0.43% | - |
| HSV(B) | 147.92º | 0.64% | 0.62% | - |
| XYZ | 16.69 | 26.72 | 17.64 | - |
| YUV | 122.65 | 118.04 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 105 | 0.64 | 0 | 0.34 | 0.38 | 147.92 | 0.47 | 0.43 |
| Hex | 3A | 9F | 69 | 40 | 0 | 22 | 26 | 94 | 2F | 2B |
| Octal | 72 | 237 | 151 | 100 | 0 | 42 | 46 | 224 | 57 | 53 |
| Binary | 111010 | 10011111 | 1101001 | 1000000 | 0 | 100010 | 100110 | 10010100 | 101111 | 101011 |
Color Harmonies of #3A9F69
Complementary color
Monochromatic Colors of #3A9F69
Black with #3A9F69
Text Example
Text Example
White with #3A9F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F69; }
p { color: rgb(58,159,105); }
H1.HeaderClassName
{
color: #3A9F69;
}
.AnyTagClassName
{
color: #3A9F69;
}
</style>
background-color css
<style>
a { background-color: #3A9F69; }
a { background-color: rgb(58,159,105); }
div.DivClassName
{
background-color: #3A9F69;
}
.BgClassName
{
background-color: #3A9F69;
}
</style>
border-color css
<style>
span { border-color: #3A9F69; }
span { border-color: rgb(58,159,105); }
td.TdClassName
{
border-color: #3A9F69;
}
.TagClassName
{
border-color: #3A9F69;
}
</style>