Shades of Timber Green #3D403D
Tints of Timber Green #3D403D
RGB
CMYK
RGB Variations
Color information
#3D403D (or 0x3D403D) is known color: Timber Green. HEX triplet: 3D, 40 and 3D. RGB value is (61,64,61). Sum of RGB (Red+Green+Blue) = 61+64+61=186 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.80% from 186); Green value is 64 (25.39% from 255 or 34.41% from 186); Blue value is 61 (24.22% from 255 or 32.80% from 186); Max value from RGB is 64 - color contains mainly: green. Hex color #3D403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D403D is #C2BFC2. Grayscale: #3E3E3E. Windows color (decimal): -12763075 or 4014141. OLE color: 4014141.
HSL color Cylindrical-coordinate representation of color #3D403D: hue angle of 120º degrees, saturation: 0.02, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #3D403D is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 61 | 64 | 61 | - |
| CMYK | 0.05 | 0 | 0.05 | 0.75 |
| HSL | 120º | 0.02% | 0.25% | - |
| HSV(B) | 120º | 0.05% | 0.25% | - |
| XYZ | 4.6 | 5 | 5.14 | - |
| YUV | 62.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 64 | 61 | 0.05 | 0 | 0.05 | 0.75 | 120 | 0.02 | 0.25 |
| Hex | 3D | 40 | 3D | 5 | 0 | 5 | 4B | 78 | 2 | 19 |
| Octal | 75 | 100 | 75 | 5 | 0 | 5 | 113 | 170 | 2 | 31 |
| Binary | 111101 | 1000000 | 111101 | 101 | 0 | 101 | 1001011 | 1111000 | 10 | 11001 |
Color Harmonies of #3D403D
Complementary color
Monochromatic Colors of #3D403D
Black with #3D403D
Text Example
Text Example
White with #3D403D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D403D; }
p { color: rgb(61,64,61); }
H1.HeaderClassName
{
color: #3D403D;
}
.AnyTagClassName
{
color: #3D403D;
}
</style>
background-color css
<style>
a { background-color: #3D403D; }
a { background-color: rgb(61,64,61); }
div.DivClassName
{
background-color: #3D403D;
}
.BgClassName
{
background-color: #3D403D;
}
</style>
border-color css
<style>
span { border-color: #3D403D; }
span { border-color: rgb(61,64,61); }
td.TdClassName
{
border-color: #3D403D;
}
.TagClassName
{
border-color: #3D403D;
}
</style>