Shades of Timber Green #324A36
Tints of Timber Green #324A36
RGB
CMYK
RGB Variations
Color information
#324A36 (or 0x324A36) is known color: Timber Green. HEX triplet: 32, 4A and 36. RGB value is (50,74,54). Sum of RGB (Red+Green+Blue) = 50+74+54=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 74 (29.30% from 255 or 41.57% from 178); Blue value is 54 (21.48% from 255 or 30.34% from 178); Max value from RGB is 74 - color contains mainly: green. Hex color #324A36 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #324A36 is #CDB5C9. Grayscale: #404040. Windows color (decimal): -13481418 or 3557938. OLE color: 3557938.
HSL color Cylindrical-coordinate representation of color #324A36: hue angle of 130º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #324A36 is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 74 | 54 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.71 |
| HSL | 130º | 0.19% | 0.24% | - |
| HSV(B) | 130º | 0.32% | 0.29% | - |
| XYZ | 4.43 | 5.84 | 4.38 | - |
| YUV | 64.54 | 122.05 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 74 | 54 | 0.32 | 0 | 0.27 | 0.71 | 130 | 0.19 | 0.24 |
| Hex | 32 | 4A | 36 | 20 | 0 | 1B | 47 | 82 | 13 | 18 |
| Octal | 62 | 112 | 66 | 40 | 0 | 33 | 107 | 202 | 23 | 30 |
| Binary | 110010 | 1001010 | 110110 | 100000 | 0 | 11011 | 1000111 | 10000010 | 10011 | 11000 |
Color Harmonies of #324A36
Complementary color
Monochromatic Colors of #324A36
Black with #324A36
Text Example
Text Example
White with #324A36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #324A36; }
p { color: rgb(50,74,54); }
H1.HeaderClassName
{
color: #324A36;
}
.AnyTagClassName
{
color: #324A36;
}
</style>
background-color css
<style>
a { background-color: #324A36; }
a { background-color: rgb(50,74,54); }
div.DivClassName
{
background-color: #324A36;
}
.BgClassName
{
background-color: #324A36;
}
</style>
border-color css
<style>
span { border-color: #324A36; }
span { border-color: rgb(50,74,54); }
td.TdClassName
{
border-color: #324A36;
}
.TagClassName
{
border-color: #324A36;
}
</style>