Shades of Eucalyptus #3B945D
Tints of Eucalyptus #3B945D
RGB
CMYK
RGB Variations
Color information
#3B945D (or 0x3B945D) is known color: Eucalyptus. HEX triplet: 3B, 94 and 5D. RGB value is (59,148,93). Sum of RGB (Red+Green+Blue) = 59+148+93=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #3B945D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B945D is #C46BA2. Grayscale: #737373. Windows color (decimal): -12872611 or 6132795. OLE color: 6132795.
HSL color Cylindrical-coordinate representation of color #3B945D: hue angle of 142.92º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B945D is Cyan = 0.60, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 59 | 148 | 93 | - |
| CMYK | 0.60 | 0 | 0.37 | 0.42 |
| HSL | 142.92º | 0.43% | 0.41% | - |
| HSV(B) | 142.92º | 0.6% | 0.58% | - |
| XYZ | 14.37 | 22.9 | 14.02 | - |
| YUV | 115.12 | 115.51 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 148 | 93 | 0.60 | 0 | 0.37 | 0.42 | 142.92 | 0.43 | 0.41 |
| Hex | 3B | 94 | 5D | 3C | 0 | 25 | 2A | 8F | 2B | 29 |
| Octal | 73 | 224 | 135 | 74 | 0 | 45 | 52 | 217 | 53 | 51 |
| Binary | 111011 | 10010100 | 1011101 | 111100 | 0 | 100101 | 101010 | 10001111 | 101011 | 101001 |
Color Harmonies of #3B945D
Complementary color
Monochromatic Colors of #3B945D
Black with #3B945D
Text Example
Text Example
White with #3B945D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B945D; }
p { color: rgb(59,148,93); }
H1.HeaderClassName
{
color: #3B945D;
}
.AnyTagClassName
{
color: #3B945D;
}
</style>
background-color css
<style>
a { background-color: #3B945D; }
a { background-color: rgb(59,148,93); }
div.DivClassName
{
background-color: #3B945D;
}
.BgClassName
{
background-color: #3B945D;
}
</style>
border-color css
<style>
span { border-color: #3B945D; }
span { border-color: rgb(59,148,93); }
td.TdClassName
{
border-color: #3B945D;
}
.TagClassName
{
border-color: #3B945D;
}
</style>