Shades of Timber Green #3C423E
Tints of Timber Green #3C423E
RGB
CMYK
RGB Variations
Color information
#3C423E (or 0x3C423E) is known color: Timber Green. HEX triplet: 3C, 42 and 3E. RGB value is (60,66,62). Sum of RGB (Red+Green+Blue) = 60+66+62=188 (24% of max value = 765). Red value is 60 (23.83% from 255 or 31.91% from 188); Green value is 66 (26.17% from 255 or 35.11% from 188); Blue value is 62 (24.61% from 255 or 32.98% from 188); Max value from RGB is 66 - color contains mainly: green. Hex color #3C423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C423E is #C3BDC1. Grayscale: #3F3F3F. Windows color (decimal): -12828098 or 4080188. OLE color: 4080188.
HSL color Cylindrical-coordinate representation of color #3C423E: hue angle of 140º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #3C423E is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.
Color convert
RGB | 60 | 66 | 62 | - |
CMYK | 0.09 | 0 | 0.06 | 0.74 |
HSL | 140º | 0.05% | 0.25% | - |
HSV(B) | 140º | 0.09% | 0.26% | - |
XYZ | 4.68 | 5.2 | 5.32 | - |
YUV | 63.75 | 127.01 | 125.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 66 | 62 | 0.09 | 0 | 0.06 | 0.74 | 140 | 0.05 | 0.25 |
Hex | 3C | 42 | 3E | 9 | 0 | 6 | 4A | 8C | 5 | 19 |
Octal | 74 | 102 | 76 | 11 | 0 | 6 | 112 | 214 | 5 | 31 |
Binary | 111100 | 1000010 | 111110 | 1001 | 0 | 110 | 1001010 | 10001100 | 101 | 11001 |
Color Harmonies of #3C423E
Complementary color
Monochromatic Colors of #3C423E
Black with #3C423E
Text Example
Text Example
White with #3C423E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C423E; }
p { color: rgb(60,66,62); }
H1.HeaderClassName
{
color: #3C423E;
}
.AnyTagClassName
{
color: #3C423E;
}
</style>
background-color css
<style>
a { background-color: #3C423E; }
a { background-color: rgb(60,66,62); }
div.DivClassName
{
background-color: #3C423E;
}
.BgClassName
{
background-color: #3C423E;
}
</style>
border-color css
<style>
span { border-color: #3C423E; }
span { border-color: rgb(60,66,62); }
td.TdClassName
{
border-color: #3C423E;
}
.TagClassName
{
border-color: #3C423E;
}
</style>