Shades of Timber Green #3C483D
Tints of Timber Green #3C483D
RGB
CMYK
RGB Variations
Color information
#3C483D (or 0x3C483D) is known color: Timber Green. HEX triplet: 3C, 48 and 3D. RGB value is (60,72,61). Sum of RGB (Red+Green+Blue) = 60+72+61=193 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.09% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 61 (24.22% from 255 or 31.61% from 193); Max value from RGB is 72 - color contains mainly: green. Hex color #3C483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C483D is #C3B7C2. Grayscale: #434343. Windows color (decimal): -12826563 or 4016188. OLE color: 4016188.
HSL color Cylindrical-coordinate representation of color #3C483D: hue angle of 125º degrees, saturation: 0.09, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3C483D is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 60 | 72 | 61 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.72 |
| HSL | 125º | 0.09% | 0.26% | - |
| HSV(B) | 125º | 0.17% | 0.28% | - |
| XYZ | 5.02 | 5.93 | 5.3 | - |
| YUV | 67.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 72 | 61 | 0.17 | 0 | 0.15 | 0.72 | 125 | 0.09 | 0.26 |
| Hex | 3C | 48 | 3D | 11 | 0 | F | 48 | 7D | 9 | 1A |
| Octal | 74 | 110 | 75 | 21 | 0 | 17 | 110 | 175 | 11 | 32 |
| Binary | 111100 | 1001000 | 111101 | 10001 | 0 | 1111 | 1001000 | 1111101 | 1001 | 11010 |
Color Harmonies of #3C483D
Complementary color
Monochromatic Colors of #3C483D
Black with #3C483D
Text Example
Text Example
White with #3C483D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C483D; }
p { color: rgb(60,72,61); }
H1.HeaderClassName
{
color: #3C483D;
}
.AnyTagClassName
{
color: #3C483D;
}
</style>
background-color css
<style>
a { background-color: #3C483D; }
a { background-color: rgb(60,72,61); }
div.DivClassName
{
background-color: #3C483D;
}
.BgClassName
{
background-color: #3C483D;
}
</style>
border-color css
<style>
span { border-color: #3C483D; }
span { border-color: rgb(60,72,61); }
td.TdClassName
{
border-color: #3C483D;
}
.TagClassName
{
border-color: #3C483D;
}
</style>