Shades of Eucalyptus #3D9963
Tints of Eucalyptus #3D9963
RGB
CMYK
RGB Variations
Color information
#3D9963 (or 0x3D9963) is known color: Eucalyptus. HEX triplet: 3D, 99 and 63. RGB value is (61,153,99). Sum of RGB (Red+Green+Blue) = 61+153+99=313 (41% of max value = 765). Red value is 61 (24.22% from 255 or 19.49% from 313); Green value is 153 (60.16% from 255 or 48.88% from 313); Blue value is 99 (39.06% from 255 or 31.63% from 313); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9963 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9963 is #C2669C. Grayscale: #777777. Windows color (decimal): -12740253 or 6527293. OLE color: 6527293.
HSL color Cylindrical-coordinate representation of color #3D9963: hue angle of 144.78º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D9963 is Cyan = 0.60, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 153 | 99 | - |
| CMYK | 0.60 | 0 | 0.35 | 0.4 |
| HSL | 144.78º | 0.43% | 0.42% | - |
| HSV(B) | 144.78º | 0.6% | 0.6% | - |
| XYZ | 15.57 | 24.68 | 15.75 | - |
| YUV | 119.34 | 116.52 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 99 | 0.60 | 0 | 0.35 | 0.4 | 144.78 | 0.43 | 0.42 |
| Hex | 3D | 99 | 63 | 3C | 0 | 23 | 28 | 91 | 2B | 2A |
| Octal | 75 | 231 | 143 | 74 | 0 | 43 | 50 | 221 | 53 | 52 |
| Binary | 111101 | 10011001 | 1100011 | 111100 | 0 | 100011 | 101000 | 10010001 | 101011 | 101010 |
Color Harmonies of #3D9963
Complementary color
Monochromatic Colors of #3D9963
Black with #3D9963
Text Example
Text Example
White with #3D9963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9963; }
p { color: rgb(61,153,99); }
H1.HeaderClassName
{
color: #3D9963;
}
.AnyTagClassName
{
color: #3D9963;
}
</style>
background-color css
<style>
a { background-color: #3D9963; }
a { background-color: rgb(61,153,99); }
div.DivClassName
{
background-color: #3D9963;
}
.BgClassName
{
background-color: #3D9963;
}
</style>
border-color css
<style>
span { border-color: #3D9963; }
span { border-color: rgb(61,153,99); }
td.TdClassName
{
border-color: #3D9963;
}
.TagClassName
{
border-color: #3D9963;
}
</style>