Shades of Timber Green #32473A
Tints of Timber Green #32473A
RGB
CMYK
RGB Variations
Color information
#32473A (or 0x32473A) is known color: Timber Green. HEX triplet: 32, 47 and 3A. RGB value is (50,71,58). Sum of RGB (Red+Green+Blue) = 50+71+58=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 58 (23.05% from 255 or 32.40% from 179); Max value from RGB is 71 - color contains mainly: green. Hex color #32473A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32473A is #CDB8C5. Grayscale: #3F3F3F. Windows color (decimal): -13482182 or 3819314. OLE color: 3819314.
HSL color Cylindrical-coordinate representation of color #32473A: hue angle of 142.86º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #32473A is Cyan = 0.30, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 50 | 71 | 58 | - |
| CMYK | 0.30 | 0 | 0.18 | 0.72 |
| HSL | 142.86º | 0.17% | 0.24% | - |
| HSV(B) | 142.86º | 0.3% | 0.28% | - |
| XYZ | 4.33 | 5.49 | 4.83 | - |
| YUV | 63.24 | 125.04 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 71 | 58 | 0.30 | 0 | 0.18 | 0.72 | 142.86 | 0.17 | 0.24 |
| Hex | 32 | 47 | 3A | 1E | 0 | 12 | 48 | 8F | 11 | 18 |
| Octal | 62 | 107 | 72 | 36 | 0 | 22 | 110 | 217 | 21 | 30 |
| Binary | 110010 | 1000111 | 111010 | 11110 | 0 | 10010 | 1001000 | 10001111 | 10001 | 11000 |
Color Harmonies of #32473A
Complementary color
Monochromatic Colors of #32473A
Black with #32473A
Text Example
Text Example
White with #32473A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32473A; }
p { color: rgb(50,71,58); }
H1.HeaderClassName
{
color: #32473A;
}
.AnyTagClassName
{
color: #32473A;
}
</style>
background-color css
<style>
a { background-color: #32473A; }
a { background-color: rgb(50,71,58); }
div.DivClassName
{
background-color: #32473A;
}
.BgClassName
{
background-color: #32473A;
}
</style>
border-color css
<style>
span { border-color: #32473A; }
span { border-color: rgb(50,71,58); }
td.TdClassName
{
border-color: #32473A;
}
.TagClassName
{
border-color: #32473A;
}
</style>