Shades of Timber Green #363D36
Tints of Timber Green #363D36
RGB
CMYK
RGB Variations
Color information
#363D36 (or 0x363D36) is known color: Timber Green. HEX triplet: 36, 3D and 36. RGB value is (54,61,54). Sum of RGB (Red+Green+Blue) = 54+61+54=169 (22% of max value = 765). Red value is 54 (21.48% from 255 or 31.95% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 54 (21.48% from 255 or 31.95% from 169); Max value from RGB is 61 - color contains mainly: green. Hex color #363D36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363D36 is #C9C2C9. Grayscale: #3A3A3A. Windows color (decimal): -13222602 or 3554614. OLE color: 3554614.
HSL color Cylindrical-coordinate representation of color #363D36: hue angle of 120º degrees, saturation: 0.06, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #363D36 is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 54 | 61 | 54 | - |
| CMYK | 0.11 | 0 | 0.11 | 0.76 |
| HSL | 120º | 0.06% | 0.23% | - |
| HSV(B) | 120º | 0.11% | 0.24% | - |
| XYZ | 3.86 | 4.39 | 4.13 | - |
| YUV | 58.11 | 125.68 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 61 | 54 | 0.11 | 0 | 0.11 | 0.76 | 120 | 0.06 | 0.23 |
| Hex | 36 | 3D | 36 | B | 0 | B | 4C | 78 | 6 | 17 |
| Octal | 66 | 75 | 66 | 13 | 0 | 13 | 114 | 170 | 6 | 27 |
| Binary | 110110 | 111101 | 110110 | 1011 | 0 | 1011 | 1001100 | 1111000 | 110 | 10111 |
Color Harmonies of #363D36
Complementary color
Monochromatic Colors of #363D36
Black with #363D36
Text Example
Text Example
White with #363D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363D36; }
p { color: rgb(54,61,54); }
H1.HeaderClassName
{
color: #363D36;
}
.AnyTagClassName
{
color: #363D36;
}
</style>
background-color css
<style>
a { background-color: #363D36; }
a { background-color: rgb(54,61,54); }
div.DivClassName
{
background-color: #363D36;
}
.BgClassName
{
background-color: #363D36;
}
</style>
border-color css
<style>
span { border-color: #363D36; }
span { border-color: rgb(54,61,54); }
td.TdClassName
{
border-color: #363D36;
}
.TagClassName
{
border-color: #363D36;
}
</style>