Shades of Eucalyptus #3C8D67
Tints of Eucalyptus #3C8D67
RGB
CMYK
RGB Variations
Color information
#3C8D67 (or 0x3C8D67) is known color: Eucalyptus. HEX triplet: 3C, 8D and 67. RGB value is (60,141,103). Sum of RGB (Red+Green+Blue) = 60+141+103=304 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.74% from 304); Green value is 141 (55.47% from 255 or 46.38% from 304); Blue value is 103 (40.62% from 255 or 33.88% from 304); Max value from RGB is 141 - color contains mainly: green. Hex color #3C8D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C8D67 is #C37298. Grayscale: #707070. Windows color (decimal): -12808857 or 6786364. OLE color: 6786364.
HSL color Cylindrical-coordinate representation of color #3C8D67: hue angle of 151.85º 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 #3C8D67 is Cyan = 0.57, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 60 | 141 | 103 | - |
| CMYK | 0.57 | 0 | 0.27 | 0.45 |
| HSL | 151.85º | 0.4% | 0.39% | - |
| HSV(B) | 151.85º | 0.57% | 0.55% | - |
| XYZ | 13.84 | 20.99 | 16.15 | - |
| YUV | 112.45 | 122.66 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 141 | 103 | 0.57 | 0 | 0.27 | 0.45 | 151.85 | 0.4 | 0.39 |
| Hex | 3C | 8D | 67 | 39 | 0 | 1B | 2D | 98 | 28 | 27 |
| Octal | 74 | 215 | 147 | 71 | 0 | 33 | 55 | 230 | 50 | 47 |
| Binary | 111100 | 10001101 | 1100111 | 111001 | 0 | 11011 | 101101 | 10011000 | 101000 | 100111 |
Color Harmonies of #3C8D67
Complementary color
Monochromatic Colors of #3C8D67
Black with #3C8D67
Text Example
Text Example
White with #3C8D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8D67; }
p { color: rgb(60,141,103); }
H1.HeaderClassName
{
color: #3C8D67;
}
.AnyTagClassName
{
color: #3C8D67;
}
</style>
background-color css
<style>
a { background-color: #3C8D67; }
a { background-color: rgb(60,141,103); }
div.DivClassName
{
background-color: #3C8D67;
}
.BgClassName
{
background-color: #3C8D67;
}
</style>
border-color css
<style>
span { border-color: #3C8D67; }
span { border-color: rgb(60,141,103); }
td.TdClassName
{
border-color: #3C8D67;
}
.TagClassName
{
border-color: #3C8D67;
}
</style>