Shades of Timber Green #3D423E
Tints of Timber Green #3D423E
RGB
CMYK
RGB Variations
Color information
#3D423E (or 0x3D423E) is known color: Timber Green. HEX triplet: 3D, 42 and 3E. RGB value is (61,66,62). Sum of RGB (Red+Green+Blue) = 61+66+62=189 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.28% from 189); Green value is 66 (26.17% from 255 or 34.92% from 189); Blue value is 62 (24.61% from 255 or 32.80% from 189); Max value from RGB is 66 - color contains mainly: green. Hex color #3D423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D423E is #C2BDC1. Grayscale: #404040. Windows color (decimal): -12762562 or 4080189. OLE color: 4080189.
HSL color Cylindrical-coordinate representation of color #3D423E: hue angle of 132º degrees, saturation: 0.04, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #3D423E is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 66 | 62 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.74 |
| HSL | 132º | 0.04% | 0.25% | - |
| HSV(B) | 132º | 0.08% | 0.26% | - |
| XYZ | 4.74 | 5.24 | 5.32 | - |
| YUV | 64.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 66 | 62 | 0.08 | 0 | 0.06 | 0.74 | 132 | 0.04 | 0.25 |
| Hex | 3D | 42 | 3E | 8 | 0 | 6 | 4A | 84 | 4 | 19 |
| Octal | 75 | 102 | 76 | 10 | 0 | 6 | 112 | 204 | 4 | 31 |
| Binary | 111101 | 1000010 | 111110 | 1000 | 0 | 110 | 1001010 | 10000100 | 100 | 11001 |
Color Harmonies of #3D423E
Complementary color
Monochromatic Colors of #3D423E
Black with #3D423E
Text Example
Text Example
White with #3D423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D423E; }
p { color: rgb(61,66,62); }
H1.HeaderClassName
{
color: #3D423E;
}
.AnyTagClassName
{
color: #3D423E;
}
</style>
background-color css
<style>
a { background-color: #3D423E; }
a { background-color: rgb(61,66,62); }
div.DivClassName
{
background-color: #3D423E;
}
.BgClassName
{
background-color: #3D423E;
}
</style>
border-color css
<style>
span { border-color: #3D423E; }
span { border-color: rgb(61,66,62); }
td.TdClassName
{
border-color: #3D423E;
}
.TagClassName
{
border-color: #3D423E;
}
</style>