Shades of Woodland #5D6637
Tints of Woodland #5D6637
RGB
CMYK
RGB Variations
Color information
#5D6637 (or 0x5D6637) is known color: Woodland. HEX triplet: 5D, 66 and 37. RGB value is (93,102,55). Sum of RGB (Red+Green+Blue) = 93+102+55=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 55 (21.88% from 255 or 22% from 250); Max value from RGB is 102 - color contains mainly: green. Hex color #5D6637 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6637 is #A299C8. Grayscale: #5E5E5E. Windows color (decimal): -10656201 or 3630685. OLE color: 3630685.
HSL color Cylindrical-coordinate representation of color #5D6637: hue angle of 71.49º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D6637 is Cyan = 0.09, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 93 | 102 | 55 | - |
| CMYK | 0.09 | 0 | 0.46 | 0.6 |
| HSL | 71.49º | 0.3% | 0.31% | - |
| HSV(B) | 71.49º | 0.46% | 0.4% | - |
| XYZ | 9.96 | 12.11 | 5.43 | - |
| YUV | 93.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 102 | 55 | 0.09 | 0 | 0.46 | 0.6 | 71.49 | 0.3 | 0.31 |
| Hex | 5D | 66 | 37 | 9 | 0 | 2E | 3C | 47 | 1E | 1F |
| Octal | 135 | 146 | 67 | 11 | 0 | 56 | 74 | 107 | 36 | 37 |
| Binary | 1011101 | 1100110 | 110111 | 1001 | 0 | 101110 | 111100 | 1000111 | 11110 | 11111 |
Color Harmonies of #5D6637
Complementary color
Monochromatic Colors of #5D6637
Black with #5D6637
Text Example
Text Example
White with #5D6637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6637; }
p { color: rgb(93,102,55); }
H1.HeaderClassName
{
color: #5D6637;
}
.AnyTagClassName
{
color: #5D6637;
}
</style>
background-color css
<style>
a { background-color: #5D6637; }
a { background-color: rgb(93,102,55); }
div.DivClassName
{
background-color: #5D6637;
}
.BgClassName
{
background-color: #5D6637;
}
</style>
border-color css
<style>
span { border-color: #5D6637; }
span { border-color: rgb(93,102,55); }
td.TdClassName
{
border-color: #5D6637;
}
.TagClassName
{
border-color: #5D6637;
}
</style>