Shades of Eucalyptus #3C925C
Tints of Eucalyptus #3C925C
RGB
CMYK
RGB Variations
Color information
#3C925C (or 0x3C925C) is known color: Eucalyptus. HEX triplet: 3C, 92 and 5C. RGB value is (60,146,92). Sum of RGB (Red+Green+Blue) = 60+146+92=298 (39% of max value = 765). Red value is 60 (23.83% from 255 or 20.13% from 298); Green value is 146 (57.42% from 255 or 48.99% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 146 - color contains mainly: green. Hex color #3C925C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C925C is #C36DA3. Grayscale: #727272. Windows color (decimal): -12807588 or 6066748. OLE color: 6066748.
HSL color Cylindrical-coordinate representation of color #3C925C: hue angle of 142.33º 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 #3C925C is Cyan = 0.59, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 92 | - |
| CMYK | 0.59 | 0 | 0.37 | 0.43 |
| HSL | 142.33º | 0.42% | 0.4% | - |
| HSV(B) | 142.33º | 0.59% | 0.57% | - |
| XYZ | 14.07 | 22.29 | 13.69 | - |
| YUV | 114.13 | 115.51 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 92 | 0.59 | 0 | 0.37 | 0.43 | 142.33 | 0.42 | 0.4 |
| Hex | 3C | 92 | 5C | 3B | 0 | 25 | 2B | 8E | 2A | 28 |
| Octal | 74 | 222 | 134 | 73 | 0 | 45 | 53 | 216 | 52 | 50 |
| Binary | 111100 | 10010010 | 1011100 | 111011 | 0 | 100101 | 101011 | 10001110 | 101010 | 101000 |
Color Harmonies of #3C925C
Complementary color
Monochromatic Colors of #3C925C
Black with #3C925C
Text Example
Text Example
White with #3C925C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C925C; }
p { color: rgb(60,146,92); }
H1.HeaderClassName
{
color: #3C925C;
}
.AnyTagClassName
{
color: #3C925C;
}
</style>
background-color css
<style>
a { background-color: #3C925C; }
a { background-color: rgb(60,146,92); }
div.DivClassName
{
background-color: #3C925C;
}
.BgClassName
{
background-color: #3C925C;
}
</style>
border-color css
<style>
span { border-color: #3C925C; }
span { border-color: rgb(60,146,92); }
td.TdClassName
{
border-color: #3C925C;
}
.TagClassName
{
border-color: #3C925C;
}
</style>