Shades of Eucalyptus #3C9C6D
Tints of Eucalyptus #3C9C6D
RGB
CMYK
RGB Variations
Color information
#3C9C6D (or 0x3C9C6D) is known color: Eucalyptus. HEX triplet: 3C, 9C and 6D. RGB value is (60,156,109). Sum of RGB (Red+Green+Blue) = 60+156+109=325 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.46% from 325); Green value is 156 (61.33% from 255 or 48% from 325); Blue value is 109 (42.97% from 255 or 33.54% from 325); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C6D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9C6D is #C36392. Grayscale: #7A7A7A. Windows color (decimal): -12805011 or 7183420. OLE color: 7183420.
HSL color Cylindrical-coordinate representation of color #3C9C6D: hue angle of 150.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9C6D is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 109 | - |
| CMYK | 0.62 | 0 | 0.30 | 0.39 |
| HSL | 150.63º | 0.44% | 0.42% | - |
| HSV(B) | 150.63º | 0.62% | 0.61% | - |
| XYZ | 16.51 | 25.84 | 18.59 | - |
| YUV | 121.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 109 | 0.62 | 0 | 0.30 | 0.39 | 150.63 | 0.44 | 0.42 |
| Hex | 3C | 9C | 6D | 3E | 0 | 1E | 27 | 97 | 2C | 2A |
| Octal | 74 | 234 | 155 | 76 | 0 | 36 | 47 | 227 | 54 | 52 |
| Binary | 111100 | 10011100 | 1101101 | 111110 | 0 | 11110 | 100111 | 10010111 | 101100 | 101010 |
Color Harmonies of #3C9C6D
Complementary color
Monochromatic Colors of #3C9C6D
Black with #3C9C6D
Text Example
Text Example
White with #3C9C6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C6D; }
p { color: rgb(60,156,109); }
H1.HeaderClassName
{
color: #3C9C6D;
}
.AnyTagClassName
{
color: #3C9C6D;
}
</style>
background-color css
<style>
a { background-color: #3C9C6D; }
a { background-color: rgb(60,156,109); }
div.DivClassName
{
background-color: #3C9C6D;
}
.BgClassName
{
background-color: #3C9C6D;
}
</style>
border-color css
<style>
span { border-color: #3C9C6D; }
span { border-color: rgb(60,156,109); }
td.TdClassName
{
border-color: #3C9C6D;
}
.TagClassName
{
border-color: #3C9C6D;
}
</style>