Shades of Eucalyptus #3D996C
Tints of Eucalyptus #3D996C
RGB
CMYK
RGB Variations
Color information
#3D996C (or 0x3D996C) is known color: Eucalyptus. HEX triplet: 3D, 99 and 6C. RGB value is (61,153,108). Sum of RGB (Red+Green+Blue) = 61+153+108=322 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.94% from 322); Green value is 153 (60.16% from 255 or 47.52% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 153 - color contains mainly: green. Hex color #3D996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D996C is #C26693. Grayscale: #787878. Windows color (decimal): -12740244 or 7117117. OLE color: 7117117.
HSL color Cylindrical-coordinate representation of color #3D996C: hue angle of 150.65º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D996C is Cyan = 0.60, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 61 | 153 | 108 | - |
| CMYK | 0.60 | 0 | 0.29 | 0.4 |
| HSL | 150.65º | 0.43% | 0.42% | - |
| HSV(B) | 150.65º | 0.6% | 0.6% | - |
| XYZ | 16.02 | 24.86 | 18.14 | - |
| YUV | 120.36 | 121.02 | 85.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 153 | 108 | 0.60 | 0 | 0.29 | 0.4 | 150.65 | 0.43 | 0.42 |
| Hex | 3D | 99 | 6C | 3C | 0 | 1D | 28 | 97 | 2B | 2A |
| Octal | 75 | 231 | 154 | 74 | 0 | 35 | 50 | 227 | 53 | 52 |
| Binary | 111101 | 10011001 | 1101100 | 111100 | 0 | 11101 | 101000 | 10010111 | 101011 | 101010 |
Color Harmonies of #3D996C
Complementary color
Monochromatic Colors of #3D996C
Black with #3D996C
Text Example
Text Example
White with #3D996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D996C; }
p { color: rgb(61,153,108); }
H1.HeaderClassName
{
color: #3D996C;
}
.AnyTagClassName
{
color: #3D996C;
}
</style>
background-color css
<style>
a { background-color: #3D996C; }
a { background-color: rgb(61,153,108); }
div.DivClassName
{
background-color: #3D996C;
}
.BgClassName
{
background-color: #3D996C;
}
</style>
border-color css
<style>
span { border-color: #3D996C; }
span { border-color: rgb(61,153,108); }
td.TdClassName
{
border-color: #3D996C;
}
.TagClassName
{
border-color: #3D996C;
}
</style>