Shades of Eucalyptus #3C925E
Tints of Eucalyptus #3C925E
RGB
CMYK
RGB Variations
Color information
#3C925E (or 0x3C925E) is known color: Eucalyptus. HEX triplet: 3C, 92 and 5E. RGB value is (60,146,94). Sum of RGB (Red+Green+Blue) = 60+146+94=300 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20% from 300); Green value is 146 (57.42% from 255 or 48.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 146 - color contains mainly: green. Hex color #3C925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C925E is #C36DA1. Grayscale: #727272. Windows color (decimal): -12807586 or 6197820. OLE color: 6197820.
HSL color Cylindrical-coordinate representation of color #3C925E: hue angle of 143.72º 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 #3C925E is Cyan = 0.59, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 94 | - |
| CMYK | 0.59 | 0 | 0.36 | 0.43 |
| HSL | 143.72º | 0.42% | 0.4% | - |
| HSV(B) | 143.72º | 0.59% | 0.57% | - |
| XYZ | 14.16 | 22.33 | 14.15 | - |
| YUV | 114.36 | 116.51 | 89.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 94 | 0.59 | 0 | 0.36 | 0.43 | 143.72 | 0.42 | 0.4 |
| Hex | 3C | 92 | 5E | 3B | 0 | 24 | 2B | 90 | 2A | 28 |
| Octal | 74 | 222 | 136 | 73 | 0 | 44 | 53 | 220 | 52 | 50 |
| Binary | 111100 | 10010010 | 1011110 | 111011 | 0 | 100100 | 101011 | 10010000 | 101010 | 101000 |
Color Harmonies of #3C925E
Complementary color
Monochromatic Colors of #3C925E
Black with #3C925E
Text Example
Text Example
White with #3C925E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C925E; }
p { color: rgb(60,146,94); }
H1.HeaderClassName
{
color: #3C925E;
}
.AnyTagClassName
{
color: #3C925E;
}
</style>
background-color css
<style>
a { background-color: #3C925E; }
a { background-color: rgb(60,146,94); }
div.DivClassName
{
background-color: #3C925E;
}
.BgClassName
{
background-color: #3C925E;
}
</style>
border-color css
<style>
span { border-color: #3C925E; }
span { border-color: rgb(60,146,94); }
td.TdClassName
{
border-color: #3C925E;
}
.TagClassName
{
border-color: #3C925E;
}
</style>