Shades of Timber Green #404941
Tints of Timber Green #404941
RGB
CMYK
RGB Variations
Color information
#404941 (or 0x404941) is known color: Timber Green. HEX triplet: 40, 49 and 41. RGB value is (64,73,65). Sum of RGB (Red+Green+Blue) = 64+73+65=202 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.68% from 202); Green value is 73 (28.91% from 255 or 36.14% from 202); Blue value is 65 (25.78% from 255 or 32.18% from 202); Max value from RGB is 73 - color contains mainly: green. Hex color #404941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404941 is #BFB6BE. Grayscale: #454545. Windows color (decimal): -12564159 or 4278592. OLE color: 4278592.
HSL color Cylindrical-coordinate representation of color #404941: hue angle of 126.67º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #404941 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 64 | 73 | 65 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.71 |
| HSL | 126.67º | 0.07% | 0.27% | - |
| HSV(B) | 126.67º | 0.12% | 0.29% | - |
| XYZ | 5.45 | 6.24 | 5.92 | - |
| YUV | 69.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 73 | 65 | 0.12 | 0 | 0.11 | 0.71 | 126.67 | 0.07 | 0.27 |
| Hex | 40 | 49 | 41 | C | 0 | B | 47 | 7F | 7 | 1B |
| Octal | 100 | 111 | 101 | 14 | 0 | 13 | 107 | 177 | 7 | 33 |
| Binary | 1000000 | 1001001 | 1000001 | 1100 | 0 | 1011 | 1000111 | 1111111 | 111 | 11011 |
Color Harmonies of #404941
Complementary color
Monochromatic Colors of #404941
Black with #404941
Text Example
Text Example
White with #404941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #404941; }
p { color: rgb(64,73,65); }
H1.HeaderClassName
{
color: #404941;
}
.AnyTagClassName
{
color: #404941;
}
</style>
background-color css
<style>
a { background-color: #404941; }
a { background-color: rgb(64,73,65); }
div.DivClassName
{
background-color: #404941;
}
.BgClassName
{
background-color: #404941;
}
</style>
border-color css
<style>
span { border-color: #404941; }
span { border-color: rgb(64,73,65); }
td.TdClassName
{
border-color: #404941;
}
.TagClassName
{
border-color: #404941;
}
</style>