Shades of Eucalyptus #3D935C
Tints of Eucalyptus #3D935C
RGB
CMYK
RGB Variations
Color information
#3D935C (or 0x3D935C) is known color: Eucalyptus. HEX triplet: 3D, 93 and 5C. RGB value is (61,147,92). Sum of RGB (Red+Green+Blue) = 61+147+92=300 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.33% from 300); Green value is 147 (57.81% from 255 or 49% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 147 - color contains mainly: green. Hex color #3D935C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D935C is #C26CA3. Grayscale: #737373. Windows color (decimal): -12741796 or 6067005. OLE color: 6067005.
HSL color Cylindrical-coordinate representation of color #3D935C: hue angle of 141.63º degrees, saturation: 0.41, 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 #3D935C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 147 | 92 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.42 |
| HSL | 141.63º | 0.41% | 0.41% | - |
| HSV(B) | 141.63º | 0.59% | 0.58% | - |
| XYZ | 14.29 | 22.63 | 13.74 | - |
| YUV | 115.02 | 115.01 | 89.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 147 | 92 | 0.59 | 0 | 0.37 | 0.42 | 141.63 | 0.41 | 0.41 |
| Hex | 3D | 93 | 5C | 3B | 0 | 25 | 2A | 8E | 29 | 29 |
| Octal | 75 | 223 | 134 | 73 | 0 | 45 | 52 | 216 | 51 | 51 |
| Binary | 111101 | 10010011 | 1011100 | 111011 | 0 | 100101 | 101010 | 10001110 | 101001 | 101001 |
Color Harmonies of #3D935C
Complementary color
Monochromatic Colors of #3D935C
Black with #3D935C
Text Example
Text Example
White with #3D935C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D935C; }
p { color: rgb(61,147,92); }
H1.HeaderClassName
{
color: #3D935C;
}
.AnyTagClassName
{
color: #3D935C;
}
</style>
background-color css
<style>
a { background-color: #3D935C; }
a { background-color: rgb(61,147,92); }
div.DivClassName
{
background-color: #3D935C;
}
.BgClassName
{
background-color: #3D935C;
}
</style>
border-color css
<style>
span { border-color: #3D935C; }
span { border-color: rgb(61,147,92); }
td.TdClassName
{
border-color: #3D935C;
}
.TagClassName
{
border-color: #3D935C;
}
</style>