Shades of Timber Green #3A413C
Tints of Timber Green #3A413C
RGB
CMYK
RGB Variations
Color information
#3A413C (or 0x3A413C) is known color: Timber Green. HEX triplet: 3A, 41 and 3C. RGB value is (58,65,60). Sum of RGB (Red+Green+Blue) = 58+65+60=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 65 (25.78% from 255 or 35.52% from 183); Blue value is 60 (23.83% from 255 or 32.79% from 183); Max value from RGB is 65 - color contains mainly: green. Hex color #3A413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A413C is #C5BEC3. Grayscale: #3E3E3E. Windows color (decimal): -12959428 or 3948858. OLE color: 3948858.
HSL color Cylindrical-coordinate representation of color #3A413C: hue angle of 137.14º degrees, saturation: 0.06, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3A413C is Cyan = 0.11, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.
Color convert
RGB | 58 | 65 | 60 | - |
CMYK | 0.11 | 0 | 0.08 | 0.75 |
HSL | 137.14º | 0.06% | 0.24% | - |
HSV(B) | 137.14º | 0.11% | 0.25% | - |
XYZ | 4.45 | 5.01 | 5.01 | - |
YUV | 62.34 | 126.68 | 124.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 58 | 65 | 60 | 0.11 | 0 | 0.08 | 0.75 | 137.14 | 0.06 | 0.24 |
Hex | 3A | 41 | 3C | B | 0 | 8 | 4B | 89 | 6 | 18 |
Octal | 72 | 101 | 74 | 13 | 0 | 10 | 113 | 211 | 6 | 30 |
Binary | 111010 | 1000001 | 111100 | 1011 | 0 | 1000 | 1001011 | 10001001 | 110 | 11000 |
Color Harmonies of #3A413C
Complementary color
Monochromatic Colors of #3A413C
Black with #3A413C
Text Example
Text Example
White with #3A413C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A413C; }
p { color: rgb(58,65,60); }
H1.HeaderClassName
{
color: #3A413C;
}
.AnyTagClassName
{
color: #3A413C;
}
</style>
background-color css
<style>
a { background-color: #3A413C; }
a { background-color: rgb(58,65,60); }
div.DivClassName
{
background-color: #3A413C;
}
.BgClassName
{
background-color: #3A413C;
}
</style>
border-color css
<style>
span { border-color: #3A413C; }
span { border-color: rgb(58,65,60); }
td.TdClassName
{
border-color: #3A413C;
}
.TagClassName
{
border-color: #3A413C;
}
</style>