Shades of Timber Green #3A443C
Tints of Timber Green #3A443C
RGB
CMYK
RGB Variations
Color information
#3A443C (or 0x3A443C) is known color: Timber Green. HEX triplet: 3A, 44 and 3C. RGB value is (58,68,60). Sum of RGB (Red+Green+Blue) = 58+68+60=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 68 - color contains mainly: green. Hex color #3A443C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A443C is #C5BBC3. Grayscale: #404040. Windows color (decimal): -12958660 or 3949626. OLE color: 3949626.
HSL color Cylindrical-coordinate representation of color #3A443C: 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.15%. Process color model (Four color, CMYK) of #3A443C is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 58 | 68 | 60 | - |
| CMYK | 0.15 | 0 | 0.12 | 0.73 |
| HSL | 132º | 0.08% | 0.25% | - |
| HSV(B) | 132º | 0.15% | 0.27% | - |
| XYZ | 4.63 | 5.36 | 5.07 | - |
| YUV | 64.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 60 | 0.15 | 0 | 0.12 | 0.73 | 132 | 0.08 | 0.25 |
| Hex | 3A | 44 | 3C | F | 0 | C | 49 | 84 | 8 | 19 |
| Octal | 72 | 104 | 74 | 17 | 0 | 14 | 111 | 204 | 10 | 31 |
| Binary | 111010 | 1000100 | 111100 | 1111 | 0 | 1100 | 1001001 | 10000100 | 1000 | 11001 |
Color Harmonies of #3A443C
Complementary color
Monochromatic Colors of #3A443C
Black with #3A443C
Text Example
Text Example
White with #3A443C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A443C; }
p { color: rgb(58,68,60); }
H1.HeaderClassName
{
color: #3A443C;
}
.AnyTagClassName
{
color: #3A443C;
}
</style>
background-color css
<style>
a { background-color: #3A443C; }
a { background-color: rgb(58,68,60); }
div.DivClassName
{
background-color: #3A443C;
}
.BgClassName
{
background-color: #3A443C;
}
</style>
border-color css
<style>
span { border-color: #3A443C; }
span { border-color: rgb(58,68,60); }
td.TdClassName
{
border-color: #3A443C;
}
.TagClassName
{
border-color: #3A443C;
}
</style>