Shades of Timber Green #323F32
Tints of Timber Green #323F32
RGB
CMYK
RGB Variations
Color information
#323F32 (or 0x323F32) is known color: Timber Green. HEX triplet: 32, 3F and 32. RGB value is (50,63,50). Sum of RGB (Red+Green+Blue) = 50+63+50=163 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.67% from 163); Green value is 63 (25% from 255 or 38.65% from 163); Blue value is 50 (19.92% from 255 or 30.67% from 163); Max value from RGB is 63 - color contains mainly: green. Hex color #323F32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F32 is #CDC0CD. Grayscale: #393939. Windows color (decimal): -13484238 or 3292978. OLE color: 3292978.
HSL color Cylindrical-coordinate representation of color #323F32: hue angle of 120º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #323F32 is Cyan = 0.21, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.75.
Color convert
RGB | 50 | 63 | 50 | - |
CMYK | 0.21 | 0 | 0.21 | 0.75 |
HSL | 120º | 0.12% | 0.22% | - |
HSV(B) | 120º | 0.21% | 0.25% | - |
XYZ | 3.67 | 4.46 | 3.69 | - |
YUV | 57.63 | 123.69 | 122.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 50 | 63 | 50 | 0.21 | 0 | 0.21 | 0.75 | 120 | 0.12 | 0.22 |
Hex | 32 | 3F | 32 | 15 | 0 | 15 | 4B | 78 | C | 16 |
Octal | 62 | 77 | 62 | 25 | 0 | 25 | 113 | 170 | 14 | 26 |
Binary | 110010 | 111111 | 110010 | 10101 | 0 | 10101 | 1001011 | 1111000 | 1100 | 10110 |
Color Harmonies of #323F32
Complementary color
Monochromatic Colors of #323F32
Black with #323F32
Text Example
Text Example
White with #323F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F32; }
p { color: rgb(50,63,50); }
H1.HeaderClassName
{
color: #323F32;
}
.AnyTagClassName
{
color: #323F32;
}
</style>
background-color css
<style>
a { background-color: #323F32; }
a { background-color: rgb(50,63,50); }
div.DivClassName
{
background-color: #323F32;
}
.BgClassName
{
background-color: #323F32;
}
</style>
border-color css
<style>
span { border-color: #323F32; }
span { border-color: rgb(50,63,50); }
td.TdClassName
{
border-color: #323F32;
}
.TagClassName
{
border-color: #323F32;
}
</style>