Shades of Eucalyptus #3AA065
Tints of Eucalyptus #3AA065
RGB
CMYK
RGB Variations
Color information
#3AA065 (or 0x3AA065) is known color: Eucalyptus. HEX triplet: 3A, A0 and 65. RGB value is (58,160,101). Sum of RGB (Red+Green+Blue) = 58+160+101=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 101 (39.84% from 255 or 31.66% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA065 is #C55F9A. Grayscale: #7A7A7A. Windows color (decimal): -12935067 or 6660154. OLE color: 6660154.
HSL color Cylindrical-coordinate representation of color #3AA065: hue angle of 145.29º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA065 is Cyan = 0.64, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 101 | - |
| CMYK | 0.64 | 0 | 0.37 | 0.37 |
| HSL | 145.29º | 0.47% | 0.43% | - |
| HSV(B) | 145.29º | 0.64% | 0.63% | - |
| XYZ | 16.66 | 26.98 | 16.64 | - |
| YUV | 122.78 | 115.71 | 81.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 101 | 0.64 | 0 | 0.37 | 0.37 | 145.29 | 0.47 | 0.43 |
| Hex | 3A | A0 | 65 | 40 | 0 | 25 | 25 | 91 | 2F | 2B |
| Octal | 72 | 240 | 145 | 100 | 0 | 45 | 45 | 221 | 57 | 53 |
| Binary | 111010 | 10100000 | 1100101 | 1000000 | 0 | 100101 | 100101 | 10010001 | 101111 | 101011 |
Color Harmonies of #3AA065
Complementary color
Monochromatic Colors of #3AA065
Black with #3AA065
Text Example
Text Example
White with #3AA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA065; }
p { color: rgb(58,160,101); }
H1.HeaderClassName
{
color: #3AA065;
}
.AnyTagClassName
{
color: #3AA065;
}
</style>
background-color css
<style>
a { background-color: #3AA065; }
a { background-color: rgb(58,160,101); }
div.DivClassName
{
background-color: #3AA065;
}
.BgClassName
{
background-color: #3AA065;
}
</style>
border-color css
<style>
span { border-color: #3AA065; }
span { border-color: rgb(58,160,101); }
td.TdClassName
{
border-color: #3AA065;
}
.TagClassName
{
border-color: #3AA065;
}
</style>