Shades of Eucalyptus #3D945C
Tints of Eucalyptus #3D945C
RGB
CMYK
RGB Variations
Color information
#3D945C (or 0x3D945C) is known color: Eucalyptus. HEX triplet: 3D, 94 and 5C. RGB value is (61,148,92). Sum of RGB (Red+Green+Blue) = 61+148+92=301 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.27% from 301); Green value is 148 (58.20% from 255 or 49.17% from 301); Blue value is 92 (36.33% from 255 or 30.56% from 301); Max value from RGB is 148 - color contains mainly: green. Hex color #3D945C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D945C is #C26BA3. Grayscale: #737373. Windows color (decimal): -12741540 or 6067261. OLE color: 6067261.
HSL color Cylindrical-coordinate representation of color #3D945C: hue angle of 141.38º 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 #3D945C is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 148 | 92 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.42 |
| HSL | 141.38º | 0.42% | 0.41% | - |
| HSV(B) | 141.38º | 0.59% | 0.58% | - |
| XYZ | 14.45 | 22.94 | 13.79 | - |
| YUV | 115.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 148 | 92 | 0.59 | 0 | 0.38 | 0.42 | 141.38 | 0.42 | 0.41 |
| Hex | 3D | 94 | 5C | 3B | 0 | 26 | 2A | 8D | 2A | 29 |
| Octal | 75 | 224 | 134 | 73 | 0 | 46 | 52 | 215 | 52 | 51 |
| Binary | 111101 | 10010100 | 1011100 | 111011 | 0 | 100110 | 101010 | 10001101 | 101010 | 101001 |
Color Harmonies of #3D945C
Complementary color
Monochromatic Colors of #3D945C
Black with #3D945C
Text Example
Text Example
White with #3D945C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D945C; }
p { color: rgb(61,148,92); }
H1.HeaderClassName
{
color: #3D945C;
}
.AnyTagClassName
{
color: #3D945C;
}
</style>
background-color css
<style>
a { background-color: #3D945C; }
a { background-color: rgb(61,148,92); }
div.DivClassName
{
background-color: #3D945C;
}
.BgClassName
{
background-color: #3D945C;
}
</style>
border-color css
<style>
span { border-color: #3D945C; }
span { border-color: rgb(61,148,92); }
td.TdClassName
{
border-color: #3D945C;
}
.TagClassName
{
border-color: #3D945C;
}
</style>