Shades of Eucalyptus #3D8A63
Tints of Eucalyptus #3D8A63
RGB
CMYK
RGB Variations
Color information
#3D8A63 (or 0x3D8A63) is known color: Eucalyptus. HEX triplet: 3D, 8A and 63. RGB value is (61,138,99). Sum of RGB (Red+Green+Blue) = 61+138+99=298 (39% of max value = 765). Red value is 61 (24.22% from 255 or 20.47% from 298); Green value is 138 (54.30% from 255 or 46.31% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 138 - color contains mainly: green. Hex color #3D8A63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D8A63 is #C2759C. Grayscale: #6E6E6E. Windows color (decimal): -12744093 or 6523453. OLE color: 6523453.
HSL color Cylindrical-coordinate representation of color #3D8A63: hue angle of 149.61º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D8A63 is Cyan = 0.56, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 61 | 138 | 99 | - |
| CMYK | 0.56 | 0 | 0.28 | 0.46 |
| HSL | 149.61º | 0.39% | 0.39% | - |
| HSV(B) | 149.61º | 0.56% | 0.54% | - |
| XYZ | 13.27 | 20.07 | 14.98 | - |
| YUV | 110.53 | 121.49 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 138 | 99 | 0.56 | 0 | 0.28 | 0.46 | 149.61 | 0.39 | 0.39 |
| Hex | 3D | 8A | 63 | 38 | 0 | 1C | 2E | 96 | 27 | 27 |
| Octal | 75 | 212 | 143 | 70 | 0 | 34 | 56 | 226 | 47 | 47 |
| Binary | 111101 | 10001010 | 1100011 | 111000 | 0 | 11100 | 101110 | 10010110 | 100111 | 100111 |
Color Harmonies of #3D8A63
Complementary color
Monochromatic Colors of #3D8A63
Black with #3D8A63
Text Example
Text Example
White with #3D8A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8A63; }
p { color: rgb(61,138,99); }
H1.HeaderClassName
{
color: #3D8A63;
}
.AnyTagClassName
{
color: #3D8A63;
}
</style>
background-color css
<style>
a { background-color: #3D8A63; }
a { background-color: rgb(61,138,99); }
div.DivClassName
{
background-color: #3D8A63;
}
.BgClassName
{
background-color: #3D8A63;
}
</style>
border-color css
<style>
span { border-color: #3D8A63; }
span { border-color: rgb(61,138,99); }
td.TdClassName
{
border-color: #3D8A63;
}
.TagClassName
{
border-color: #3D8A63;
}
</style>