Shades of Eucalyptus #3D9D6D
Tints of Eucalyptus #3D9D6D
RGB
CMYK
RGB Variations
Color information
#3D9D6D (or 0x3D9D6D) is known color: Eucalyptus. HEX triplet: 3D, 9D and 6D. RGB value is (61,157,109). Sum of RGB (Red+Green+Blue) = 61+157+109=327 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.65% from 327); Green value is 157 (61.72% from 255 or 48.01% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 157 - color contains mainly: green. Hex color #3D9D6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D9D6D is #C26292. Grayscale: #7A7A7A. Windows color (decimal): -12739219 or 7183677. OLE color: 7183677.
HSL color Cylindrical-coordinate representation of color #3D9D6D: hue angle of 150º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9D6D is Cyan = 0.61, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 157 | 109 | - |
| CMYK | 0.61 | 0 | 0.31 | 0.38 |
| HSL | 150º | 0.44% | 0.43% | - |
| HSV(B) | 150º | 0.61% | 0.62% | - |
| XYZ | 16.74 | 26.21 | 18.64 | - |
| YUV | 122.82 | 120.2 | 83.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 157 | 109 | 0.61 | 0 | 0.31 | 0.38 | 150 | 0.44 | 0.43 |
| Hex | 3D | 9D | 6D | 3D | 0 | 1F | 26 | 96 | 2C | 2B |
| Octal | 75 | 235 | 155 | 75 | 0 | 37 | 46 | 226 | 54 | 53 |
| Binary | 111101 | 10011101 | 1101101 | 111101 | 0 | 11111 | 100110 | 10010110 | 101100 | 101011 |
Color Harmonies of #3D9D6D
Complementary color
Monochromatic Colors of #3D9D6D
Black with #3D9D6D
Text Example
Text Example
White with #3D9D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D9D6D; }
p { color: rgb(61,157,109); }
H1.HeaderClassName
{
color: #3D9D6D;
}
.AnyTagClassName
{
color: #3D9D6D;
}
</style>
background-color css
<style>
a { background-color: #3D9D6D; }
a { background-color: rgb(61,157,109); }
div.DivClassName
{
background-color: #3D9D6D;
}
.BgClassName
{
background-color: #3D9D6D;
}
</style>
border-color css
<style>
span { border-color: #3D9D6D; }
span { border-color: rgb(61,157,109); }
td.TdClassName
{
border-color: #3D9D6D;
}
.TagClassName
{
border-color: #3D9D6D;
}
</style>