Shades of Eucalyptus #3DA067
Tints of Eucalyptus #3DA067
RGB
CMYK
RGB Variations
Color information
#3DA067 (or 0x3DA067) is known color: Eucalyptus. HEX triplet: 3D, A0 and 67. RGB value is (61,160,103). Sum of RGB (Red+Green+Blue) = 61+160+103=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #3DA067 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA067 is #C25F98. Grayscale: #7C7C7C. Windows color (decimal): -12738457 or 6791229. OLE color: 6791229.
HSL color Cylindrical-coordinate representation of color #3DA067: hue angle of 145.45º 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 #3DA067 is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 160 | 103 | - |
| CMYK | 0.62 | 0 | 0.36 | 0.37 |
| HSL | 145.45º | 0.45% | 0.43% | - |
| HSV(B) | 145.45º | 0.62% | 0.63% | - |
| XYZ | 16.94 | 27.11 | 17.17 | - |
| YUV | 123.9 | 116.2 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 160 | 103 | 0.62 | 0 | 0.36 | 0.37 | 145.45 | 0.45 | 0.43 |
| Hex | 3D | A0 | 67 | 3E | 0 | 24 | 25 | 91 | 2D | 2B |
| Octal | 75 | 240 | 147 | 76 | 0 | 44 | 45 | 221 | 55 | 53 |
| Binary | 111101 | 10100000 | 1100111 | 111110 | 0 | 100100 | 100101 | 10010001 | 101101 | 101011 |
Color Harmonies of #3DA067
Complementary color
Monochromatic Colors of #3DA067
Black with #3DA067
Text Example
Text Example
White with #3DA067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA067; }
p { color: rgb(61,160,103); }
H1.HeaderClassName
{
color: #3DA067;
}
.AnyTagClassName
{
color: #3DA067;
}
</style>
background-color css
<style>
a { background-color: #3DA067; }
a { background-color: rgb(61,160,103); }
div.DivClassName
{
background-color: #3DA067;
}
.BgClassName
{
background-color: #3DA067;
}
</style>
border-color css
<style>
span { border-color: #3DA067; }
span { border-color: rgb(61,160,103); }
td.TdClassName
{
border-color: #3DA067;
}
.TagClassName
{
border-color: #3DA067;
}
</style>