Shades of Eucalyptus #3D986B
Tints of Eucalyptus #3D986B
RGB
CMYK
RGB Variations
Color information
#3D986B (or 0x3D986B) is known color: Eucalyptus. HEX triplet: 3D, 98 and 6B. RGB value is (61,152,107). Sum of RGB (Red+Green+Blue) = 61+152+107=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 152 (59.77% from 255 or 47.5% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 152 - color contains mainly: green. Hex color #3D986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D986B is #C26794. Grayscale: #777777. Windows color (decimal): -12740501 or 7051325. OLE color: 7051325.
HSL color Cylindrical-coordinate representation of color #3D986B: hue angle of 150.33º 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 #3D986B is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 152 | 107 | - |
| CMYK | 0.60 | 0 | 0.30 | 0.40 |
| HSL | 150.33º | 0.43% | 0.42% | - |
| HSV(B) | 150.33º | 0.6% | 0.6% | - |
| XYZ | 15.81 | 24.51 | 17.81 | - |
| YUV | 119.66 | 120.85 | 86.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 152 | 107 | 0.60 | 0 | 0.30 | 0.40 | 150.33 | 0.43 | 0.42 |
| Hex | 3D | 98 | 6B | 3C | 0 | 1E | 28 | 96 | 2B | 2A |
| Octal | 75 | 230 | 153 | 74 | 0 | 36 | 50 | 226 | 53 | 52 |
| Binary | 111101 | 10011000 | 1101011 | 111100 | 0 | 11110 | 101000 | 10010110 | 101011 | 101010 |
Color Harmonies of #3D986B
Complementary color
Monochromatic Colors of #3D986B
Black with #3D986B
Text Example
Text Example
White with #3D986B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D986B; }
p { color: rgb(61,152,107); }
H1.HeaderClassName
{
color: #3D986B;
}
.AnyTagClassName
{
color: #3D986B;
}
</style>
background-color css
<style>
a { background-color: #3D986B; }
a { background-color: rgb(61,152,107); }
div.DivClassName
{
background-color: #3D986B;
}
.BgClassName
{
background-color: #3D986B;
}
</style>
border-color css
<style>
span { border-color: #3D986B; }
span { border-color: rgb(61,152,107); }
td.TdClassName
{
border-color: #3D986B;
}
.TagClassName
{
border-color: #3D986B;
}
</style>