Shades of Timber Green #3C423D
Tints of Timber Green #3C423D
RGB
CMYK
RGB Variations
Color information
#3C423D (or 0x3C423D) is known color: Timber Green. HEX triplet: 3C, 42 and 3D. RGB value is (60,66,61). Sum of RGB (Red+Green+Blue) = 60+66+61=187 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.09% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #3C423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C423D is #C3BDC2. Grayscale: #3F3F3F. Windows color (decimal): -12828099 or 4014652. OLE color: 4014652.
HSL color Cylindrical-coordinate representation of color #3C423D: hue angle of 130º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C423D is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 60 | 66 | 61 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.74 |
| HSL | 130º | 0.05% | 0.25% | - |
| HSV(B) | 130º | 0.09% | 0.26% | - |
| XYZ | 4.65 | 5.19 | 5.17 | - |
| YUV | 63.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 66 | 61 | 0.09 | 0 | 0.08 | 0.74 | 130 | 0.05 | 0.25 |
| Hex | 3C | 42 | 3D | 9 | 0 | 8 | 4A | 82 | 5 | 19 |
| Octal | 74 | 102 | 75 | 11 | 0 | 10 | 112 | 202 | 5 | 31 |
| Binary | 111100 | 1000010 | 111101 | 1001 | 0 | 1000 | 1001010 | 10000010 | 101 | 11001 |
Color Harmonies of #3C423D
Complementary color
Monochromatic Colors of #3C423D
Black with #3C423D
Text Example
Text Example
White with #3C423D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C423D; }
p { color: rgb(60,66,61); }
H1.HeaderClassName
{
color: #3C423D;
}
.AnyTagClassName
{
color: #3C423D;
}
</style>
background-color css
<style>
a { background-color: #3C423D; }
a { background-color: rgb(60,66,61); }
div.DivClassName
{
background-color: #3C423D;
}
.BgClassName
{
background-color: #3C423D;
}
</style>
border-color css
<style>
span { border-color: #3C423D; }
span { border-color: rgb(60,66,61); }
td.TdClassName
{
border-color: #3C423D;
}
.TagClassName
{
border-color: #3C423D;
}
</style>