Shades of Eucalyptus #3D9972
Tints of Eucalyptus #3D9972
RGB
CMYK
RGB Variations
Color information
#3D9972 (or 0x3D9972) is known color: Eucalyptus. HEX triplet: 3D, 99 and 72. RGB value is (61,153,114). Sum of RGB (Red+Green+Blue) = 61+153+114=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #3D9972 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9972 is #C2668D. Grayscale: #797979. Windows color (decimal): -12740238 or 7510333. OLE color: 7510333.
HSL color Cylindrical-coordinate representation of color #3D9972: hue angle of 154.57º 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 #3D9972 is Cyan = 0.60, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 153 | 114 | - |
| CMYK | 0.60 | 0 | 0.25 | 0.4 |
| HSL | 154.57º | 0.43% | 0.42% | - |
| HSV(B) | 154.57º | 0.6% | 0.6% | - |
| XYZ | 16.35 | 24.99 | 19.88 | - |
| YUV | 121.05 | 124.02 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 114 | 0.60 | 0 | 0.25 | 0.4 | 154.57 | 0.43 | 0.42 |
| Hex | 3D | 99 | 72 | 3C | 0 | 19 | 28 | 9B | 2B | 2A |
| Octal | 75 | 231 | 162 | 74 | 0 | 31 | 50 | 233 | 53 | 52 |
| Binary | 111101 | 10011001 | 1110010 | 111100 | 0 | 11001 | 101000 | 10011011 | 101011 | 101010 |
Color Harmonies of #3D9972
Complementary color
Monochromatic Colors of #3D9972
Black with #3D9972
Text Example
Text Example
White with #3D9972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9972; }
p { color: rgb(61,153,114); }
H1.HeaderClassName
{
color: #3D9972;
}
.AnyTagClassName
{
color: #3D9972;
}
</style>
background-color css
<style>
a { background-color: #3D9972; }
a { background-color: rgb(61,153,114); }
div.DivClassName
{
background-color: #3D9972;
}
.BgClassName
{
background-color: #3D9972;
}
</style>
border-color css
<style>
span { border-color: #3D9972; }
span { border-color: rgb(61,153,114); }
td.TdClassName
{
border-color: #3D9972;
}
.TagClassName
{
border-color: #3D9972;
}
</style>