Shades of Eucalyptus #3D945E
Tints of Eucalyptus #3D945E
RGB
CMYK
RGB Variations
Color information
#3D945E (or 0x3D945E) is known color: Eucalyptus. HEX triplet: 3D, 94 and 5E. RGB value is (61,148,94). Sum of RGB (Red+Green+Blue) = 61+148+94=303 (40% of max value = 765). Red value is 61 (24.22% from 255 or 20.13% from 303); Green value is 148 (58.20% from 255 or 48.84% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 148 - color contains mainly: green. Hex color #3D945E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D945E is #C26BA1. Grayscale: #737373. Windows color (decimal): -12741538 or 6198333. OLE color: 6198333.
HSL color Cylindrical-coordinate representation of color #3D945E: hue angle of 142.76º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D945E is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 148 | 94 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.42 |
| HSL | 142.76º | 0.42% | 0.41% | - |
| HSV(B) | 142.76º | 0.59% | 0.58% | - |
| XYZ | 14.53 | 22.98 | 14.26 | - |
| YUV | 115.83 | 115.68 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 148 | 94 | 0.59 | 0 | 0.36 | 0.42 | 142.76 | 0.42 | 0.41 |
| Hex | 3D | 94 | 5E | 3B | 0 | 24 | 2A | 8F | 2A | 29 |
| Octal | 75 | 224 | 136 | 73 | 0 | 44 | 52 | 217 | 52 | 51 |
| Binary | 111101 | 10010100 | 1011110 | 111011 | 0 | 100100 | 101010 | 10001111 | 101010 | 101001 |
Color Harmonies of #3D945E
Complementary color
Monochromatic Colors of #3D945E
Black with #3D945E
Text Example
Text Example
White with #3D945E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D945E; }
p { color: rgb(61,148,94); }
H1.HeaderClassName
{
color: #3D945E;
}
.AnyTagClassName
{
color: #3D945E;
}
</style>
background-color css
<style>
a { background-color: #3D945E; }
a { background-color: rgb(61,148,94); }
div.DivClassName
{
background-color: #3D945E;
}
.BgClassName
{
background-color: #3D945E;
}
</style>
border-color css
<style>
span { border-color: #3D945E; }
span { border-color: rgb(61,148,94); }
td.TdClassName
{
border-color: #3D945E;
}
.TagClassName
{
border-color: #3D945E;
}
</style>