Shades of Eucalyptus #3C946C
Tints of Eucalyptus #3C946C
RGB
CMYK
RGB Variations
Color information
#3C946C (or 0x3C946C) is known color: Eucalyptus. HEX triplet: 3C, 94 and 6C. RGB value is (60,148,108). Sum of RGB (Red+Green+Blue) = 60+148+108=316 (41% of max value = 765). Red value is 60 (23.83% from 255 or 18.99% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 108 (42.58% from 255 or 34.18% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #3C946C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C946C is #C36B93. Grayscale: #757575. Windows color (decimal): -12807060 or 7115836. OLE color: 7115836.
HSL color Cylindrical-coordinate representation of color #3C946C: hue angle of 152.73º 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 #3C946C is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 148 | 108 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.42 |
| HSL | 152.73º | 0.42% | 0.41% | - |
| HSV(B) | 152.73º | 0.59% | 0.58% | - |
| XYZ | 15.16 | 23.22 | 17.87 | - |
| YUV | 117.13 | 122.85 | 87.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 148 | 108 | 0.59 | 0 | 0.27 | 0.42 | 152.73 | 0.42 | 0.41 |
| Hex | 3C | 94 | 6C | 3B | 0 | 1B | 2A | 99 | 2A | 29 |
| Octal | 74 | 224 | 154 | 73 | 0 | 33 | 52 | 231 | 52 | 51 |
| Binary | 111100 | 10010100 | 1101100 | 111011 | 0 | 11011 | 101010 | 10011001 | 101010 | 101001 |
Color Harmonies of #3C946C
Complementary color
Monochromatic Colors of #3C946C
Black with #3C946C
Text Example
Text Example
White with #3C946C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C946C; }
p { color: rgb(60,148,108); }
H1.HeaderClassName
{
color: #3C946C;
}
.AnyTagClassName
{
color: #3C946C;
}
</style>
background-color css
<style>
a { background-color: #3C946C; }
a { background-color: rgb(60,148,108); }
div.DivClassName
{
background-color: #3C946C;
}
.BgClassName
{
background-color: #3C946C;
}
</style>
border-color css
<style>
span { border-color: #3C946C; }
span { border-color: rgb(60,148,108); }
td.TdClassName
{
border-color: #3C946C;
}
.TagClassName
{
border-color: #3C946C;
}
</style>