Shades of Timber Green #363B36
Tints of Timber Green #363B36
RGB
CMYK
RGB Variations
Color information
#363B36 (or 0x363B36) is known color: Timber Green. HEX triplet: 36, 3B and 36. RGB value is (54,59,54). Sum of RGB (Red+Green+Blue) = 54+59+54=167 (22% of max value = 765). Red value is 54 (21.48% from 255 or 32.34% from 167); Green value is 59 (23.44% from 255 or 35.33% from 167); Blue value is 54 (21.48% from 255 or 32.34% from 167); Max value from RGB is 59 - color contains mainly: green. Hex color #363B36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363B36 is #C9C4C9. Grayscale: #383838. Windows color (decimal): -13223114 or 3554102. OLE color: 3554102.
HSL color Cylindrical-coordinate representation of color #363B36: hue angle of 120º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #363B36 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 54 | 59 | 54 | - |
| CMYK | 0.08 | 0 | 0.08 | 0.77 |
| HSL | 120º | 0.04% | 0.22% | - |
| HSV(B) | 120º | 0.08% | 0.23% | - |
| XYZ | 3.75 | 4.18 | 4.1 | - |
| YUV | 56.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 59 | 54 | 0.08 | 0 | 0.08 | 0.77 | 120 | 0.04 | 0.22 |
| Hex | 36 | 3B | 36 | 8 | 0 | 8 | 4D | 78 | 4 | 16 |
| Octal | 66 | 73 | 66 | 10 | 0 | 10 | 115 | 170 | 4 | 26 |
| Binary | 110110 | 111011 | 110110 | 1000 | 0 | 1000 | 1001101 | 1111000 | 100 | 10110 |
Color Harmonies of #363B36
Complementary color
Monochromatic Colors of #363B36
Black with #363B36
Text Example
Text Example
White with #363B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #363B36; }
p { color: rgb(54,59,54); }
H1.HeaderClassName
{
color: #363B36;
}
.AnyTagClassName
{
color: #363B36;
}
</style>
background-color css
<style>
a { background-color: #363B36; }
a { background-color: rgb(54,59,54); }
div.DivClassName
{
background-color: #363B36;
}
.BgClassName
{
background-color: #363B36;
}
</style>
border-color css
<style>
span { border-color: #363B36; }
span { border-color: rgb(54,59,54); }
td.TdClassName
{
border-color: #363B36;
}
.TagClassName
{
border-color: #363B36;
}
</style>