Shades of Timber Green #3B453D
Tints of Timber Green #3B453D
RGB
CMYK
RGB Variations
Color information
#3B453D (or 0x3B453D) is known color: Timber Green. HEX triplet: 3B, 45 and 3D. RGB value is (59,69,61). Sum of RGB (Red+Green+Blue) = 59+69+61=189 (25% of max value = 765). Red value is 59 (23.44% from 255 or 31.22% from 189); Green value is 69 (27.34% from 255 or 36.51% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 69 - color contains mainly: green. Hex color #3B453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B453D is #C4BAC2. Grayscale: #414141. Windows color (decimal): -12892867 or 4015419. OLE color: 4015419.
HSL color Cylindrical-coordinate representation of color #3B453D: hue angle of 132º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B453D is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 61 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.73 |
| HSL | 132º | 0.08% | 0.25% | - |
| HSV(B) | 132º | 0.14% | 0.27% | - |
| XYZ | 4.77 | 5.52 | 5.23 | - |
| YUV | 65.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 61 | 0.14 | 0 | 0.12 | 0.73 | 132 | 0.08 | 0.25 |
| Hex | 3B | 45 | 3D | E | 0 | C | 49 | 84 | 8 | 19 |
| Octal | 73 | 105 | 75 | 16 | 0 | 14 | 111 | 204 | 10 | 31 |
| Binary | 111011 | 1000101 | 111101 | 1110 | 0 | 1100 | 1001001 | 10000100 | 1000 | 11001 |
Color Harmonies of #3B453D
Complementary color
Monochromatic Colors of #3B453D
Black with #3B453D
Text Example
Text Example
White with #3B453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B453D; }
p { color: rgb(59,69,61); }
H1.HeaderClassName
{
color: #3B453D;
}
.AnyTagClassName
{
color: #3B453D;
}
</style>
background-color css
<style>
a { background-color: #3B453D; }
a { background-color: rgb(59,69,61); }
div.DivClassName
{
background-color: #3B453D;
}
.BgClassName
{
background-color: #3B453D;
}
</style>
border-color css
<style>
span { border-color: #3B453D; }
span { border-color: rgb(59,69,61); }
td.TdClassName
{
border-color: #3B453D;
}
.TagClassName
{
border-color: #3B453D;
}
</style>