Shades of Eucalyptus #3DA065
Tints of Eucalyptus #3DA065
RGB
CMYK
RGB Variations
Color information
#3DA065 (or 0x3DA065) is known color: Eucalyptus. HEX triplet: 3D, A0 and 65. RGB value is (61,160,101). Sum of RGB (Red+Green+Blue) = 61+160+101=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 160 (62.89% from 255 or 49.69% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA065 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA065 is #C25F9A. Grayscale: #7B7B7B. Windows color (decimal): -12738459 or 6660157. OLE color: 6660157.
HSL color Cylindrical-coordinate representation of color #3DA065: hue angle of 144.24º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA065 is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 101 | - |
| CMYK | 0.62 | 0 | 0.37 | 0.37 |
| HSL | 144.24º | 0.45% | 0.43% | - |
| HSV(B) | 144.24º | 0.62% | 0.63% | - |
| XYZ | 16.84 | 27.07 | 16.65 | - |
| YUV | 123.67 | 115.2 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 101 | 0.62 | 0 | 0.37 | 0.37 | 144.24 | 0.45 | 0.43 |
| Hex | 3D | A0 | 65 | 3E | 0 | 25 | 25 | 90 | 2D | 2B |
| Octal | 75 | 240 | 145 | 76 | 0 | 45 | 45 | 220 | 55 | 53 |
| Binary | 111101 | 10100000 | 1100101 | 111110 | 0 | 100101 | 100101 | 10010000 | 101101 | 101011 |
Color Harmonies of #3DA065
Complementary color
Monochromatic Colors of #3DA065
Black with #3DA065
Text Example
Text Example
White with #3DA065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA065; }
p { color: rgb(61,160,101); }
H1.HeaderClassName
{
color: #3DA065;
}
.AnyTagClassName
{
color: #3DA065;
}
</style>
background-color css
<style>
a { background-color: #3DA065; }
a { background-color: rgb(61,160,101); }
div.DivClassName
{
background-color: #3DA065;
}
.BgClassName
{
background-color: #3DA065;
}
</style>
border-color css
<style>
span { border-color: #3DA065; }
span { border-color: rgb(61,160,101); }
td.TdClassName
{
border-color: #3DA065;
}
.TagClassName
{
border-color: #3DA065;
}
</style>