Shades of Eucalyptus #3C935B
Tints of Eucalyptus #3C935B
RGB
CMYK
RGB Variations
Color information
#3C935B (or 0x3C935B) is known color: Eucalyptus. HEX triplet: 3C, 93 and 5B. RGB value is (60,147,91). Sum of RGB (Red+Green+Blue) = 60+147+91=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #3C935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C935B is #C36CA4. Grayscale: #727272. Windows color (decimal): -12807333 or 6001468. OLE color: 6001468.
HSL color Cylindrical-coordinate representation of color #3C935B: hue angle of 141.38º 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 #3C935B is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 147 | 91 | - |
| CMYK | 0.59 | 0 | 0.38 | 0.42 |
| HSL | 141.38º | 0.42% | 0.41% | - |
| HSV(B) | 141.38º | 0.59% | 0.58% | - |
| XYZ | 14.19 | 22.58 | 13.51 | - |
| YUV | 114.6 | 114.68 | 89.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 147 | 91 | 0.59 | 0 | 0.38 | 0.42 | 141.38 | 0.42 | 0.41 |
| Hex | 3C | 93 | 5B | 3B | 0 | 26 | 2A | 8D | 2A | 29 |
| Octal | 74 | 223 | 133 | 73 | 0 | 46 | 52 | 215 | 52 | 51 |
| Binary | 111100 | 10010011 | 1011011 | 111011 | 0 | 100110 | 101010 | 10001101 | 101010 | 101001 |
Color Harmonies of #3C935B
Complementary color
Monochromatic Colors of #3C935B
Black with #3C935B
Text Example
Text Example
White with #3C935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C935B; }
p { color: rgb(60,147,91); }
H1.HeaderClassName
{
color: #3C935B;
}
.AnyTagClassName
{
color: #3C935B;
}
</style>
background-color css
<style>
a { background-color: #3C935B; }
a { background-color: rgb(60,147,91); }
div.DivClassName
{
background-color: #3C935B;
}
.BgClassName
{
background-color: #3C935B;
}
</style>
border-color css
<style>
span { border-color: #3C935B; }
span { border-color: rgb(60,147,91); }
td.TdClassName
{
border-color: #3C935B;
}
.TagClassName
{
border-color: #3C935B;
}
</style>