Shades of Timber Green #3C453E
Tints of Timber Green #3C453E
RGB
CMYK
RGB Variations
Color information
#3C453E (or 0x3C453E) is known color: Timber Green. HEX triplet: 3C, 45 and 3E. RGB value is (60,69,62). Sum of RGB (Red+Green+Blue) = 60+69+62=191 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.41% from 191); Green value is 69 (27.34% from 255 or 36.13% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 69 - color contains mainly: green. Hex color #3C453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C453E is #C3BAC1. Grayscale: #414141. Windows color (decimal): -12827330 or 4080956. OLE color: 4080956.
HSL color Cylindrical-coordinate representation of color #3C453E: hue angle of 133.33º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3C453E is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 60 | 69 | 62 | - |
| CMYK | 0.13 | 0 | 0.10 | 0.73 |
| HSL | 133.33º | 0.07% | 0.25% | - |
| HSV(B) | 133.33º | 0.13% | 0.27% | - |
| XYZ | 4.86 | 5.56 | 5.38 | - |
| YUV | 65.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 69 | 62 | 0.13 | 0 | 0.10 | 0.73 | 133.33 | 0.07 | 0.25 |
| Hex | 3C | 45 | 3E | D | 0 | A | 49 | 85 | 7 | 19 |
| Octal | 74 | 105 | 76 | 15 | 0 | 12 | 111 | 205 | 7 | 31 |
| Binary | 111100 | 1000101 | 111110 | 1101 | 0 | 1010 | 1001001 | 10000101 | 111 | 11001 |
Color Harmonies of #3C453E
Complementary color
Monochromatic Colors of #3C453E
Black with #3C453E
Text Example
Text Example
White with #3C453E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C453E; }
p { color: rgb(60,69,62); }
H1.HeaderClassName
{
color: #3C453E;
}
.AnyTagClassName
{
color: #3C453E;
}
</style>
background-color css
<style>
a { background-color: #3C453E; }
a { background-color: rgb(60,69,62); }
div.DivClassName
{
background-color: #3C453E;
}
.BgClassName
{
background-color: #3C453E;
}
</style>
border-color css
<style>
span { border-color: #3C453E; }
span { border-color: rgb(60,69,62); }
td.TdClassName
{
border-color: #3C453E;
}
.TagClassName
{
border-color: #3C453E;
}
</style>