Shades of Timber Green #363F39
Tints of Timber Green #363F39
RGB
CMYK
RGB Variations
Color information
#363F39 (or 0x363F39) is known color: Timber Green. HEX triplet: 36, 3F and 39. RGB value is (54,63,57). Sum of RGB (Red+Green+Blue) = 54+63+57=174 (23% of max value = 765). Red value is 54 (21.48% from 255 or 31.03% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 57 (22.66% from 255 or 32.76% from 174); Max value from RGB is 63 - color contains mainly: green. Hex color #363F39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363F39 is #C9C0C6. Grayscale: #3B3B3B. Windows color (decimal): -13222087 or 3751734. OLE color: 3751734.
HSL color Cylindrical-coordinate representation of color #363F39: hue angle of 140º degrees, saturation: 0.08, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #363F39 is Cyan = 0.14, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 54 | 63 | 57 | - |
| CMYK | 0.14 | 0 | 0.10 | 0.75 |
| HSL | 140º | 0.08% | 0.23% | - |
| HSV(B) | 140º | 0.14% | 0.25% | - |
| XYZ | 4.04 | 4.63 | 4.55 | - |
| YUV | 59.63 | 126.52 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 63 | 57 | 0.14 | 0 | 0.10 | 0.75 | 140 | 0.08 | 0.23 |
| Hex | 36 | 3F | 39 | E | 0 | A | 4B | 8C | 8 | 17 |
| Octal | 66 | 77 | 71 | 16 | 0 | 12 | 113 | 214 | 10 | 27 |
| Binary | 110110 | 111111 | 111001 | 1110 | 0 | 1010 | 1001011 | 10001100 | 1000 | 10111 |
Color Harmonies of #363F39
Complementary color
Monochromatic Colors of #363F39
Black with #363F39
Text Example
Text Example
White with #363F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363F39; }
p { color: rgb(54,63,57); }
H1.HeaderClassName
{
color: #363F39;
}
.AnyTagClassName
{
color: #363F39;
}
</style>
background-color css
<style>
a { background-color: #363F39; }
a { background-color: rgb(54,63,57); }
div.DivClassName
{
background-color: #363F39;
}
.BgClassName
{
background-color: #363F39;
}
</style>
border-color css
<style>
span { border-color: #363F39; }
span { border-color: rgb(54,63,57); }
td.TdClassName
{
border-color: #363F39;
}
.TagClassName
{
border-color: #363F39;
}
</style>