Shades of Eucalyptus #3C926B
Tints of Eucalyptus #3C926B
RGB
CMYK
RGB Variations
Color information
#3C926B (or 0x3C926B) is known color: Eucalyptus. HEX triplet: 3C, 92 and 6B. RGB value is (60,146,107). Sum of RGB (Red+Green+Blue) = 60+146+107=313 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.17% from 313); Green value is 146 (57.42% from 255 or 46.65% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 146 - color contains mainly: green. Hex color #3C926B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C926B is #C36D94. Grayscale: #737373. Windows color (decimal): -12807573 or 7049788. OLE color: 7049788.
HSL color Cylindrical-coordinate representation of color #3C926B: hue angle of 152.79º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C926B is Cyan = 0.59, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 107 | - |
| CMYK | 0.59 | 0 | 0.27 | 0.43 |
| HSL | 152.79º | 0.42% | 0.4% | - |
| HSV(B) | 152.79º | 0.59% | 0.57% | - |
| XYZ | 14.8 | 22.58 | 17.49 | - |
| YUV | 115.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 107 | 0.59 | 0 | 0.27 | 0.43 | 152.79 | 0.42 | 0.4 |
| Hex | 3C | 92 | 6B | 3B | 0 | 1B | 2B | 99 | 2A | 28 |
| Octal | 74 | 222 | 153 | 73 | 0 | 33 | 53 | 231 | 52 | 50 |
| Binary | 111100 | 10010010 | 1101011 | 111011 | 0 | 11011 | 101011 | 10011001 | 101010 | 101000 |
Color Harmonies of #3C926B
Complementary color
Monochromatic Colors of #3C926B
Black with #3C926B
Text Example
Text Example
White with #3C926B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C926B; }
p { color: rgb(60,146,107); }
H1.HeaderClassName
{
color: #3C926B;
}
.AnyTagClassName
{
color: #3C926B;
}
</style>
background-color css
<style>
a { background-color: #3C926B; }
a { background-color: rgb(60,146,107); }
div.DivClassName
{
background-color: #3C926B;
}
.BgClassName
{
background-color: #3C926B;
}
</style>
border-color css
<style>
span { border-color: #3C926B; }
span { border-color: rgb(60,146,107); }
td.TdClassName
{
border-color: #3C926B;
}
.TagClassName
{
border-color: #3C926B;
}
</style>