Shades of Timber Green #313933
Tints of Timber Green #313933
RGB
CMYK
RGB Variations
Color information
#313933 (or 0x313933) is known color: Timber Green. HEX triplet: 31, 39 and 33. RGB value is (49,57,51). Sum of RGB (Red+Green+Blue) = 49+57+51=157 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.21% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 51 (20.31% from 255 or 32.48% from 157); Max value from RGB is 57 - color contains mainly: green. Hex color #313933 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313933 is #CEC6CC. Grayscale: #353535. Windows color (decimal): -13551309 or 3356977. OLE color: 3356977.
HSL color Cylindrical-coordinate representation of color #313933: hue angle of 135º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #313933 is Cyan = 0.14, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 57 | 51 | - |
| CMYK | 0.14 | 0 | 0.11 | 0.78 |
| HSL | 135º | 0.08% | 0.21% | - |
| HSV(B) | 135º | 0.14% | 0.22% | - |
| XYZ | 3.33 | 3.82 | 3.69 | - |
| YUV | 53.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 57 | 51 | 0.14 | 0 | 0.11 | 0.78 | 135 | 0.08 | 0.21 |
| Hex | 31 | 39 | 33 | E | 0 | B | 4E | 87 | 8 | 15 |
| Octal | 61 | 71 | 63 | 16 | 0 | 13 | 116 | 207 | 10 | 25 |
| Binary | 110001 | 111001 | 110011 | 1110 | 0 | 1011 | 1001110 | 10000111 | 1000 | 10101 |
Color Harmonies of #313933
Complementary color
Monochromatic Colors of #313933
Black with #313933
Text Example
Text Example
White with #313933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313933; }
p { color: rgb(49,57,51); }
H1.HeaderClassName
{
color: #313933;
}
.AnyTagClassName
{
color: #313933;
}
</style>
background-color css
<style>
a { background-color: #313933; }
a { background-color: rgb(49,57,51); }
div.DivClassName
{
background-color: #313933;
}
.BgClassName
{
background-color: #313933;
}
</style>
border-color css
<style>
span { border-color: #313933; }
span { border-color: rgb(49,57,51); }
td.TdClassName
{
border-color: #313933;
}
.TagClassName
{
border-color: #313933;
}
</style>