Shades of Timber Green #3A433B
Tints of Timber Green #3A433B
RGB
CMYK
RGB Variations
Color information
#3A433B (or 0x3A433B) is known color: Timber Green. HEX triplet: 3A, 43 and 3B. RGB value is (58,67,59). Sum of RGB (Red+Green+Blue) = 58+67+59=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 67 (26.56% from 255 or 36.41% from 184); Blue value is 59 (23.44% from 255 or 32.07% from 184); Max value from RGB is 67 - color contains mainly: green. Hex color #3A433B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A433B is #C5BCC4. Grayscale: #3F3F3F. Windows color (decimal): -12958917 or 3883834. OLE color: 3883834.
HSL color Cylindrical-coordinate representation of color #3A433B: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #3A433B is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 58 | 67 | 59 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.74 |
| HSL | 126.67º | 0.07% | 0.25% | - |
| HSV(B) | 126.67º | 0.13% | 0.26% | - |
| XYZ | 4.54 | 5.23 | 4.91 | - |
| YUV | 63.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 67 | 59 | 0.13 | 0 | 0.12 | 0.74 | 126.67 | 0.07 | 0.25 |
| Hex | 3A | 43 | 3B | D | 0 | C | 4A | 7F | 7 | 19 |
| Octal | 72 | 103 | 73 | 15 | 0 | 14 | 112 | 177 | 7 | 31 |
| Binary | 111010 | 1000011 | 111011 | 1101 | 0 | 1100 | 1001010 | 1111111 | 111 | 11001 |
Color Harmonies of #3A433B
Complementary color
Monochromatic Colors of #3A433B
Black with #3A433B
Text Example
Text Example
White with #3A433B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A433B; }
p { color: rgb(58,67,59); }
H1.HeaderClassName
{
color: #3A433B;
}
.AnyTagClassName
{
color: #3A433B;
}
</style>
background-color css
<style>
a { background-color: #3A433B; }
a { background-color: rgb(58,67,59); }
div.DivClassName
{
background-color: #3A433B;
}
.BgClassName
{
background-color: #3A433B;
}
</style>
border-color css
<style>
span { border-color: #3A433B; }
span { border-color: rgb(58,67,59); }
td.TdClassName
{
border-color: #3A433B;
}
.TagClassName
{
border-color: #3A433B;
}
</style>