Shades of Timber Green #3B453B
Tints of Timber Green #3B453B
RGB
CMYK
RGB Variations
Color information
#3B453B (or 0x3B453B) is known color: Timber Green. HEX triplet: 3B, 45 and 3B. RGB value is (59,69,59). Sum of RGB (Red+Green+Blue) = 59+69+59=187 (24% of max value = 765). Red value is 59 (23.44% from 255 or 31.55% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 69 - color contains mainly: green. Hex color #3B453B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B453B is #C4BAC4. Grayscale: #404040. Windows color (decimal): -12892869 or 3884347. OLE color: 3884347.
HSL color Cylindrical-coordinate representation of color #3B453B: hue angle of 120º 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 #3B453B is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 59 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.73 |
| HSL | 120º | 0.08% | 0.25% | - |
| HSV(B) | 120º | 0.14% | 0.27% | - |
| XYZ | 4.72 | 5.5 | 4.95 | - |
| YUV | 64.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 59 | 0.14 | 0 | 0.14 | 0.73 | 120 | 0.08 | 0.25 |
| Hex | 3B | 45 | 3B | E | 0 | E | 49 | 78 | 8 | 19 |
| Octal | 73 | 105 | 73 | 16 | 0 | 16 | 111 | 170 | 10 | 31 |
| Binary | 111011 | 1000101 | 111011 | 1110 | 0 | 1110 | 1001001 | 1111000 | 1000 | 11001 |
Color Harmonies of #3B453B
Complementary color
Monochromatic Colors of #3B453B
Black with #3B453B
Text Example
Text Example
White with #3B453B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B453B; }
p { color: rgb(59,69,59); }
H1.HeaderClassName
{
color: #3B453B;
}
.AnyTagClassName
{
color: #3B453B;
}
</style>
background-color css
<style>
a { background-color: #3B453B; }
a { background-color: rgb(59,69,59); }
div.DivClassName
{
background-color: #3B453B;
}
.BgClassName
{
background-color: #3B453B;
}
</style>
border-color css
<style>
span { border-color: #3B453B; }
span { border-color: rgb(59,69,59); }
td.TdClassName
{
border-color: #3B453B;
}
.TagClassName
{
border-color: #3B453B;
}
</style>