Shades of Timber Green #3C403C
Tints of Timber Green #3C403C
RGB
CMYK
RGB Variations
Color information
#3C403C (or 0x3C403C) is known color: Timber Green. HEX triplet: 3C, 40 and 3C. RGB value is (60,64,60). Sum of RGB (Red+Green+Blue) = 60+64+60=184 (24% of max value = 765). Red value is 60 (23.83% from 255 or 32.61% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 60 (23.83% from 255 or 32.61% from 184); Max value from RGB is 64 - color contains mainly: green. Hex color #3C403C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C403C is #C3BFC3. Grayscale: #3E3E3E. Windows color (decimal): -12828612 or 3948604. OLE color: 3948604.
HSL color Cylindrical-coordinate representation of color #3C403C: hue angle of 120º degrees, saturation: 0.03, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3C403C is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.
Color convert
RGB | 60 | 64 | 60 | - |
CMYK | 0.06 | 0 | 0.06 | 0.75 |
HSL | 120º | 0.03% | 0.24% | - |
HSV(B) | 120º | 0.06% | 0.25% | - |
XYZ | 4.51 | 4.95 | 4.99 | - |
YUV | 62.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 64 | 60 | 0.06 | 0 | 0.06 | 0.75 | 120 | 0.03 | 0.24 |
Hex | 3C | 40 | 3C | 6 | 0 | 6 | 4B | 78 | 3 | 18 |
Octal | 74 | 100 | 74 | 6 | 0 | 6 | 113 | 170 | 3 | 30 |
Binary | 111100 | 1000000 | 111100 | 110 | 0 | 110 | 1001011 | 1111000 | 11 | 11000 |
Color Harmonies of #3C403C
Complementary color
Monochromatic Colors of #3C403C
Black with #3C403C
Text Example
Text Example
White with #3C403C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C403C; }
p { color: rgb(60,64,60); }
H1.HeaderClassName
{
color: #3C403C;
}
.AnyTagClassName
{
color: #3C403C;
}
</style>
background-color css
<style>
a { background-color: #3C403C; }
a { background-color: rgb(60,64,60); }
div.DivClassName
{
background-color: #3C403C;
}
.BgClassName
{
background-color: #3C403C;
}
</style>
border-color css
<style>
span { border-color: #3C403C; }
span { border-color: rgb(60,64,60); }
td.TdClassName
{
border-color: #3C403C;
}
.TagClassName
{
border-color: #3C403C;
}
</style>