Shades of Eucalyptus #3C995E
Tints of Eucalyptus #3C995E
RGB
CMYK
RGB Variations
Color information
#3C995E (or 0x3C995E) is known color: Eucalyptus. HEX triplet: 3C, 99 and 5E. RGB value is (60,153,94). Sum of RGB (Red+Green+Blue) = 60+153+94=307 (40% of max value = 765). Red value is 60 (23.83% from 255 or 19.54% from 307); Green value is 153 (60.16% from 255 or 49.84% from 307); Blue value is 94 (37.11% from 255 or 30.62% from 307); Max value from RGB is 153 - color contains mainly: green. Hex color #3C995E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C995E is #C366A1. Grayscale: #767676. Windows color (decimal): -12805794 or 6199612. OLE color: 6199612.
HSL color Cylindrical-coordinate representation of color #3C995E: hue angle of 141.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C995E is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 94 | - |
| CMYK | 0.61 | 0 | 0.39 | 0.4 |
| HSL | 141.94º | 0.44% | 0.42% | - |
| HSV(B) | 141.94º | 0.61% | 0.6% | - |
| XYZ | 15.28 | 24.55 | 14.52 | - |
| YUV | 118.47 | 114.19 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 94 | 0.61 | 0 | 0.39 | 0.4 | 141.94 | 0.44 | 0.42 |
| Hex | 3C | 99 | 5E | 3D | 0 | 27 | 28 | 8E | 2C | 2A |
| Octal | 74 | 231 | 136 | 75 | 0 | 47 | 50 | 216 | 54 | 52 |
| Binary | 111100 | 10011001 | 1011110 | 111101 | 0 | 100111 | 101000 | 10001110 | 101100 | 101010 |
Color Harmonies of #3C995E
Complementary color
Monochromatic Colors of #3C995E
Black with #3C995E
Text Example
Text Example
White with #3C995E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C995E; }
p { color: rgb(60,153,94); }
H1.HeaderClassName
{
color: #3C995E;
}
.AnyTagClassName
{
color: #3C995E;
}
</style>
background-color css
<style>
a { background-color: #3C995E; }
a { background-color: rgb(60,153,94); }
div.DivClassName
{
background-color: #3C995E;
}
.BgClassName
{
background-color: #3C995E;
}
</style>
border-color css
<style>
span { border-color: #3C995E; }
span { border-color: rgb(60,153,94); }
td.TdClassName
{
border-color: #3C995E;
}
.TagClassName
{
border-color: #3C995E;
}
</style>