Shades of Timber Green #3D483E
Tints of Timber Green #3D483E
RGB
CMYK
RGB Variations
Color information
#3D483E (or 0x3D483E) is known color: Timber Green. HEX triplet: 3D, 48 and 3E. RGB value is (61,72,62). Sum of RGB (Red+Green+Blue) = 61+72+62=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 72 (28.52% from 255 or 36.92% from 195); Blue value is 62 (24.61% from 255 or 31.79% from 195); Max value from RGB is 72 - color contains mainly: green. Hex color #3D483E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D483E is #C2B7C1. Grayscale: #434343. Windows color (decimal): -12761026 or 4081725. OLE color: 4081725.
HSL color Cylindrical-coordinate representation of color #3D483E: hue angle of 125.45º degrees, saturation: 0.08, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3D483E is Cyan = 0.15, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 61 | 72 | 62 | - |
| CMYK | 0.15 | 0 | 0.14 | 0.72 |
| HSL | 125.45º | 0.08% | 0.26% | - |
| HSV(B) | 125.45º | 0.15% | 0.28% | - |
| XYZ | 5.11 | 5.97 | 5.44 | - |
| YUV | 67.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 72 | 62 | 0.15 | 0 | 0.14 | 0.72 | 125.45 | 0.08 | 0.26 |
| Hex | 3D | 48 | 3E | F | 0 | E | 48 | 7D | 8 | 1A |
| Octal | 75 | 110 | 76 | 17 | 0 | 16 | 110 | 175 | 10 | 32 |
| Binary | 111101 | 1001000 | 111110 | 1111 | 0 | 1110 | 1001000 | 1111101 | 1000 | 11010 |
Color Harmonies of #3D483E
Complementary color
Monochromatic Colors of #3D483E
Black with #3D483E
Text Example
Text Example
White with #3D483E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D483E; }
p { color: rgb(61,72,62); }
H1.HeaderClassName
{
color: #3D483E;
}
.AnyTagClassName
{
color: #3D483E;
}
</style>
background-color css
<style>
a { background-color: #3D483E; }
a { background-color: rgb(61,72,62); }
div.DivClassName
{
background-color: #3D483E;
}
.BgClassName
{
background-color: #3D483E;
}
</style>
border-color css
<style>
span { border-color: #3D483E; }
span { border-color: rgb(61,72,62); }
td.TdClassName
{
border-color: #3D483E;
}
.TagClassName
{
border-color: #3D483E;
}
</style>