Shades of Woodland #5D6346
Tints of Woodland #5D6346
RGB
CMYK
RGB Variations
Color information
#5D6346 (or 0x5D6346) is known color: Woodland. HEX triplet: 5D, 63 and 46. RGB value is (93,99,70). Sum of RGB (Red+Green+Blue) = 93+99+70=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 99 (39.06% from 255 or 37.79% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6346 is #A29CB9. Grayscale: #5E5E5E. Windows color (decimal): -10656954 or 4612957. OLE color: 4612957.
HSL color Cylindrical-coordinate representation of color #5D6346: hue angle of 72.41º degrees, saturation: 0.17, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #5D6346 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 99 | 70 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.61 |
| HSL | 72.41º | 0.17% | 0.33% | - |
| HSV(B) | 72.41º | 0.29% | 0.39% | - |
| XYZ | 10.08 | 11.69 | 7.52 | - |
| YUV | 93.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 99 | 70 | 0.06 | 0 | 0.29 | 0.61 | 72.41 | 0.17 | 0.33 |
| Hex | 5D | 63 | 46 | 6 | 0 | 1D | 3D | 48 | 11 | 21 |
| Octal | 135 | 143 | 106 | 6 | 0 | 35 | 75 | 110 | 21 | 41 |
| Binary | 1011101 | 1100011 | 1000110 | 110 | 0 | 11101 | 111101 | 1001000 | 10001 | 100001 |
Color Harmonies of #5D6346
Complementary color
Monochromatic Colors of #5D6346
Black with #5D6346
Text Example
Text Example
White with #5D6346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6346; }
p { color: rgb(93,99,70); }
H1.HeaderClassName
{
color: #5D6346;
}
.AnyTagClassName
{
color: #5D6346;
}
</style>
background-color css
<style>
a { background-color: #5D6346; }
a { background-color: rgb(93,99,70); }
div.DivClassName
{
background-color: #5D6346;
}
.BgClassName
{
background-color: #5D6346;
}
</style>
border-color css
<style>
span { border-color: #5D6346; }
span { border-color: rgb(93,99,70); }
td.TdClassName
{
border-color: #5D6346;
}
.TagClassName
{
border-color: #5D6346;
}
</style>