Shades of Eucalyptus #3C945B
Tints of Eucalyptus #3C945B
RGB
CMYK
RGB Variations
Color information
#3C945B (or 0x3C945B) is known color: Eucalyptus. HEX triplet: 3C, 94 and 5B. RGB value is (60,148,91). Sum of RGB (Red+Green+Blue) = 60+148+91=299 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.07% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #3C945B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C945B is #C36BA4. Grayscale: #737373. Windows color (decimal): -12807077 or 6001724. OLE color: 6001724.
HSL color Cylindrical-coordinate representation of color #3C945B: hue angle of 141.14º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C945B is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 148 | 91 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.42 |
| HSL | 141.14º | 0.42% | 0.41% | - |
| HSV(B) | 141.14º | 0.59% | 0.58% | - |
| XYZ | 14.34 | 22.9 | 13.56 | - |
| YUV | 115.19 | 114.35 | 88.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 91 | 0.59 | 0 | 0.39 | 0.42 | 141.14 | 0.42 | 0.41 |
| Hex | 3C | 94 | 5B | 3B | 0 | 27 | 2A | 8D | 2A | 29 |
| Octal | 74 | 224 | 133 | 73 | 0 | 47 | 52 | 215 | 52 | 51 |
| Binary | 111100 | 10010100 | 1011011 | 111011 | 0 | 100111 | 101010 | 10001101 | 101010 | 101001 |
Color Harmonies of #3C945B
Complementary color
Monochromatic Colors of #3C945B
Black with #3C945B
Text Example
Text Example
White with #3C945B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C945B; }
p { color: rgb(60,148,91); }
H1.HeaderClassName
{
color: #3C945B;
}
.AnyTagClassName
{
color: #3C945B;
}
</style>
background-color css
<style>
a { background-color: #3C945B; }
a { background-color: rgb(60,148,91); }
div.DivClassName
{
background-color: #3C945B;
}
.BgClassName
{
background-color: #3C945B;
}
</style>
border-color css
<style>
span { border-color: #3C945B; }
span { border-color: rgb(60,148,91); }
td.TdClassName
{
border-color: #3C945B;
}
.TagClassName
{
border-color: #3C945B;
}
</style>