Shades of Timber Green #3A463D
Tints of Timber Green #3A463D
RGB
CMYK
RGB Variations
Color information
#3A463D (or 0x3A463D) is known color: Timber Green. HEX triplet: 3A, 46 and 3D. RGB value is (58,70,61). Sum of RGB (Red+Green+Blue) = 58+70+61=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 70 (27.73% from 255 or 37.04% from 189); Blue value is 61 (24.22% from 255 or 32.28% from 189); Max value from RGB is 70 - color contains mainly: green. Hex color #3A463D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A463D is #C5B9C2. Grayscale: #414141. Windows color (decimal): -12958147 or 4015674. OLE color: 4015674.
HSL color Cylindrical-coordinate representation of color #3A463D: hue angle of 135º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #3A463D is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.73.
Color convert
RGB | 58 | 70 | 61 | - |
CMYK | 0.17 | 0 | 0.13 | 0.73 |
HSL | 135º | 0.09% | 0.25% | - |
HSV(B) | 135º | 0.17% | 0.27% | - |
XYZ | 4.78 | 5.62 | 5.25 | - |
YUV | 65.39 | 125.52 | 122.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 70 | 61 | 0.17 | 0 | 0.13 | 0.73 | 135 | 0.09 | 0.25 |
Hex | 3A | 46 | 3D | 11 | 0 | D | 49 | 87 | 9 | 19 |
Octal | 72 | 106 | 75 | 21 | 0 | 15 | 111 | 207 | 11 | 31 |
Binary | 111010 | 1000110 | 111101 | 10001 | 0 | 1101 | 1001001 | 10000111 | 1001 | 11001 |
Color Harmonies of #3A463D
Complementary color
Monochromatic Colors of #3A463D
Black with #3A463D
Text Example
Text Example
White with #3A463D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A463D; }
p { color: rgb(58,70,61); }
H1.HeaderClassName
{
color: #3A463D;
}
.AnyTagClassName
{
color: #3A463D;
}
</style>
background-color css
<style>
a { background-color: #3A463D; }
a { background-color: rgb(58,70,61); }
div.DivClassName
{
background-color: #3A463D;
}
.BgClassName
{
background-color: #3A463D;
}
</style>
border-color css
<style>
span { border-color: #3A463D; }
span { border-color: rgb(58,70,61); }
td.TdClassName
{
border-color: #3A463D;
}
.TagClassName
{
border-color: #3A463D;
}
</style>