Shades of Eucalyptus #3D9F63
Tints of Eucalyptus #3D9F63
RGB
CMYK
RGB Variations
Color information
#3D9F63 (or 0x3D9F63) is known color: Eucalyptus. HEX triplet: 3D, 9F and 63. RGB value is (61,159,99). Sum of RGB (Red+Green+Blue) = 61+159+99=319 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.12% from 319); Green value is 159 (62.5% from 255 or 49.84% from 319); Blue value is 99 (39.06% from 255 or 31.03% from 319); Max value from RGB is 159 - color contains mainly: green. Hex color #3D9F63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9F63 is #C2609C. Grayscale: #7A7A7A. Windows color (decimal): -12738717 or 6528829. OLE color: 6528829.
HSL color Cylindrical-coordinate representation of color #3D9F63: hue angle of 143.27º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D9F63 is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 159 | 99 | - |
| CMYK | 0.62 | 0 | 0.38 | 0.38 |
| HSL | 143.27º | 0.45% | 0.43% | - |
| HSV(B) | 143.27º | 0.62% | 0.62% | - |
| XYZ | 16.57 | 26.69 | 16.08 | - |
| YUV | 122.86 | 114.53 | 83.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 159 | 99 | 0.62 | 0 | 0.38 | 0.38 | 143.27 | 0.45 | 0.43 |
| Hex | 3D | 9F | 63 | 3E | 0 | 26 | 26 | 8F | 2D | 2B |
| Octal | 75 | 237 | 143 | 76 | 0 | 46 | 46 | 217 | 55 | 53 |
| Binary | 111101 | 10011111 | 1100011 | 111110 | 0 | 100110 | 100110 | 10001111 | 101101 | 101011 |
Color Harmonies of #3D9F63
Complementary color
Monochromatic Colors of #3D9F63
Black with #3D9F63
Text Example
Text Example
White with #3D9F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9F63; }
p { color: rgb(61,159,99); }
H1.HeaderClassName
{
color: #3D9F63;
}
.AnyTagClassName
{
color: #3D9F63;
}
</style>
background-color css
<style>
a { background-color: #3D9F63; }
a { background-color: rgb(61,159,99); }
div.DivClassName
{
background-color: #3D9F63;
}
.BgClassName
{
background-color: #3D9F63;
}
</style>
border-color css
<style>
span { border-color: #3D9F63; }
span { border-color: rgb(61,159,99); }
td.TdClassName
{
border-color: #3D9F63;
}
.TagClassName
{
border-color: #3D9F63;
}
</style>