Shades of Timber Green #36423B
Tints of Timber Green #36423B
RGB
CMYK
RGB Variations
Color information
#36423B (or 0x36423B) is known color: Timber Green. HEX triplet: 36, 42 and 3B. RGB value is (54,66,59). Sum of RGB (Red+Green+Blue) = 54+66+59=179 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.17% from 179); Green value is 66 (26.17% from 255 or 36.87% from 179); Blue value is 59 (23.44% from 255 or 32.96% from 179); Max value from RGB is 66 - color contains mainly: green. Hex color #36423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36423B is #C9BDC4. Grayscale: #3D3D3D. Windows color (decimal): -13221317 or 3883574. OLE color: 3883574.
HSL color Cylindrical-coordinate representation of color #36423B: hue angle of 145º degrees, saturation: 0.1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #36423B is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 54 | 66 | 59 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.74 |
| HSL | 145º | 0.1% | 0.24% | - |
| HSV(B) | 145º | 0.18% | 0.26% | - |
| XYZ | 4.26 | 5 | 4.88 | - |
| YUV | 61.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 66 | 59 | 0.18 | 0 | 0.11 | 0.74 | 145 | 0.1 | 0.24 |
| Hex | 36 | 42 | 3B | 12 | 0 | B | 4A | 91 | A | 18 |
| Octal | 66 | 102 | 73 | 22 | 0 | 13 | 112 | 221 | 12 | 30 |
| Binary | 110110 | 1000010 | 111011 | 10010 | 0 | 1011 | 1001010 | 10010001 | 1010 | 11000 |
Color Harmonies of #36423B
Complementary color
Monochromatic Colors of #36423B
Black with #36423B
Text Example
Text Example
White with #36423B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36423B; }
p { color: rgb(54,66,59); }
H1.HeaderClassName
{
color: #36423B;
}
.AnyTagClassName
{
color: #36423B;
}
</style>
background-color css
<style>
a { background-color: #36423B; }
a { background-color: rgb(54,66,59); }
div.DivClassName
{
background-color: #36423B;
}
.BgClassName
{
background-color: #36423B;
}
</style>
border-color css
<style>
span { border-color: #36423B; }
span { border-color: rgb(54,66,59); }
td.TdClassName
{
border-color: #36423B;
}
.TagClassName
{
border-color: #36423B;
}
</style>