Shades of Timber Green #3C403D
Tints of Timber Green #3C403D
RGB
CMYK
RGB Variations
Color information
#3C403D (or 0x3C403D) is known color: Timber Green. HEX triplet: 3C, 40 and 3D. RGB value is (60,64,61). Sum of RGB (Red+Green+Blue) = 60+64+61=185 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.43% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 61 (24.22% from 255 or 32.97% from 185); Max value from RGB is 64 - color contains mainly: green. Hex color #3C403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C403D is #C3BFC2. Grayscale: #3E3E3E. Windows color (decimal): -12828611 or 4014140. OLE color: 4014140.
HSL color Cylindrical-coordinate representation of color #3C403D: hue angle of 135º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3C403D is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 60 | 64 | 61 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.75 |
| HSL | 135º | 0.03% | 0.24% | - |
| HSV(B) | 135º | 0.06% | 0.25% | - |
| XYZ | 4.54 | 4.96 | 5.13 | - |
| YUV | 62.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 64 | 61 | 0.06 | 0 | 0.05 | 0.75 | 135 | 0.03 | 0.24 |
| Hex | 3C | 40 | 3D | 6 | 0 | 5 | 4B | 87 | 3 | 18 |
| Octal | 74 | 100 | 75 | 6 | 0 | 5 | 113 | 207 | 3 | 30 |
| Binary | 111100 | 1000000 | 111101 | 110 | 0 | 101 | 1001011 | 10000111 | 11 | 11000 |
Color Harmonies of #3C403D
Complementary color
Monochromatic Colors of #3C403D
Black with #3C403D
Text Example
Text Example
White with #3C403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C403D; }
p { color: rgb(60,64,61); }
H1.HeaderClassName
{
color: #3C403D;
}
.AnyTagClassName
{
color: #3C403D;
}
</style>
background-color css
<style>
a { background-color: #3C403D; }
a { background-color: rgb(60,64,61); }
div.DivClassName
{
background-color: #3C403D;
}
.BgClassName
{
background-color: #3C403D;
}
</style>
border-color css
<style>
span { border-color: #3C403D; }
span { border-color: rgb(60,64,61); }
td.TdClassName
{
border-color: #3C403D;
}
.TagClassName
{
border-color: #3C403D;
}
</style>