Shades of Eucalyptus #3C8B63
Tints of Eucalyptus #3C8B63
RGB
CMYK
RGB Variations
Color information
#3C8B63 (or 0x3C8B63) is known color: Eucalyptus. HEX triplet: 3C, 8B and 63. RGB value is (60,139,99). Sum of RGB (Red+Green+Blue) = 60+139+99=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 139 (54.69% from 255 or 46.64% from 298); Blue value is 99 (39.06% from 255 or 33.22% from 298); Max value from RGB is 139 - color contains mainly: green. Hex color #3C8B63 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8B63 is #C3749C. Grayscale: #6E6E6E. Windows color (decimal): -12809373 or 6523708. OLE color: 6523708.
HSL color Cylindrical-coordinate representation of color #3C8B63: hue angle of 149.62º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3C8B63 is Cyan = 0.57, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 139 | 99 | - |
| CMYK | 0.57 | 0 | 0.29 | 0.45 |
| HSL | 149.62º | 0.4% | 0.39% | - |
| HSV(B) | 149.62º | 0.57% | 0.55% | - |
| XYZ | 13.35 | 20.33 | 15.02 | - |
| YUV | 110.82 | 121.33 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 139 | 99 | 0.57 | 0 | 0.29 | 0.45 | 149.62 | 0.4 | 0.39 |
| Hex | 3C | 8B | 63 | 39 | 0 | 1D | 2D | 96 | 28 | 27 |
| Octal | 74 | 213 | 143 | 71 | 0 | 35 | 55 | 226 | 50 | 47 |
| Binary | 111100 | 10001011 | 1100011 | 111001 | 0 | 11101 | 101101 | 10010110 | 101000 | 100111 |
Color Harmonies of #3C8B63
Complementary color
Monochromatic Colors of #3C8B63
Black with #3C8B63
Text Example
Text Example
White with #3C8B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8B63; }
p { color: rgb(60,139,99); }
H1.HeaderClassName
{
color: #3C8B63;
}
.AnyTagClassName
{
color: #3C8B63;
}
</style>
background-color css
<style>
a { background-color: #3C8B63; }
a { background-color: rgb(60,139,99); }
div.DivClassName
{
background-color: #3C8B63;
}
.BgClassName
{
background-color: #3C8B63;
}
</style>
border-color css
<style>
span { border-color: #3C8B63; }
span { border-color: rgb(60,139,99); }
td.TdClassName
{
border-color: #3C8B63;
}
.TagClassName
{
border-color: #3C8B63;
}
</style>