Shades of Eucalyptus #3D9A72
Tints of Eucalyptus #3D9A72
RGB
CMYK
RGB Variations
Color information
#3D9A72 (or 0x3D9A72) is known color: Eucalyptus. HEX triplet: 3D, 9A and 72. RGB value is (61,154,114). Sum of RGB (Red+Green+Blue) = 61+154+114=329 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.54% from 329); Green value is 154 (60.55% from 255 or 46.81% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 154 - color contains mainly: green. Hex color #3D9A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9A72 is #C2658D. Grayscale: #797979. Windows color (decimal): -12739982 or 7510589. OLE color: 7510589.
HSL color Cylindrical-coordinate representation of color #3D9A72: hue angle of 154.19º 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 #3D9A72 is Cyan = 0.60, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 154 | 114 | - |
| CMYK | 0.60 | 0 | 0.26 | 0.40 |
| HSL | 154.19º | 0.43% | 0.42% | - |
| HSV(B) | 154.19º | 0.6% | 0.6% | - |
| XYZ | 16.52 | 25.32 | 19.94 | - |
| YUV | 121.63 | 123.69 | 84.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 154 | 114 | 0.60 | 0 | 0.26 | 0.40 | 154.19 | 0.43 | 0.42 |
| Hex | 3D | 9A | 72 | 3C | 0 | 1A | 28 | 9A | 2B | 2A |
| Octal | 75 | 232 | 162 | 74 | 0 | 32 | 50 | 232 | 53 | 52 |
| Binary | 111101 | 10011010 | 1110010 | 111100 | 0 | 11010 | 101000 | 10011010 | 101011 | 101010 |
Color Harmonies of #3D9A72
Complementary color
Monochromatic Colors of #3D9A72
Black with #3D9A72
Text Example
Text Example
White with #3D9A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9A72; }
p { color: rgb(61,154,114); }
H1.HeaderClassName
{
color: #3D9A72;
}
.AnyTagClassName
{
color: #3D9A72;
}
</style>
background-color css
<style>
a { background-color: #3D9A72; }
a { background-color: rgb(61,154,114); }
div.DivClassName
{
background-color: #3D9A72;
}
.BgClassName
{
background-color: #3D9A72;
}
</style>
border-color css
<style>
span { border-color: #3D9A72; }
span { border-color: rgb(61,154,114); }
td.TdClassName
{
border-color: #3D9A72;
}
.TagClassName
{
border-color: #3D9A72;
}
</style>