Shades of Timber Green #3C413D
Tints of Timber Green #3C413D
RGB
CMYK
RGB Variations
Color information
#3C413D (or 0x3C413D) is known color: Timber Green. HEX triplet: 3C, 41 and 3D. RGB value is (60,65,61). Sum of RGB (Red+Green+Blue) = 60+65+61=186 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.26% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 65 - color contains mainly: green. Hex color #3C413D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C413D is #C3BEC2. Grayscale: #3F3F3F. Windows color (decimal): -12828355 or 4014396. OLE color: 4014396.
HSL color Cylindrical-coordinate representation of color #3C413D: hue angle of 132º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3C413D is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 65 | 61 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.75 |
| HSL | 132º | 0.04% | 0.25% | - |
| HSV(B) | 132º | 0.08% | 0.25% | - |
| XYZ | 4.6 | 5.08 | 5.15 | - |
| YUV | 63.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 65 | 61 | 0.08 | 0 | 0.06 | 0.75 | 132 | 0.04 | 0.25 |
| Hex | 3C | 41 | 3D | 8 | 0 | 6 | 4B | 84 | 4 | 19 |
| Octal | 74 | 101 | 75 | 10 | 0 | 6 | 113 | 204 | 4 | 31 |
| Binary | 111100 | 1000001 | 111101 | 1000 | 0 | 110 | 1001011 | 10000100 | 100 | 11001 |
Color Harmonies of #3C413D
Complementary color
Monochromatic Colors of #3C413D
Black with #3C413D
Text Example
Text Example
White with #3C413D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C413D; }
p { color: rgb(60,65,61); }
H1.HeaderClassName
{
color: #3C413D;
}
.AnyTagClassName
{
color: #3C413D;
}
</style>
background-color css
<style>
a { background-color: #3C413D; }
a { background-color: rgb(60,65,61); }
div.DivClassName
{
background-color: #3C413D;
}
.BgClassName
{
background-color: #3C413D;
}
</style>
border-color css
<style>
span { border-color: #3C413D; }
span { border-color: rgb(60,65,61); }
td.TdClassName
{
border-color: #3C413D;
}
.TagClassName
{
border-color: #3C413D;
}
</style>