Shades of Woodland #5D6439
Tints of Woodland #5D6439
RGB
CMYK
RGB Variations
Color information
#5D6439 (or 0x5D6439) is known color: Woodland. HEX triplet: 5D, 64 and 39. RGB value is (93,100,57). Sum of RGB (Red+Green+Blue) = 93+100+57=250 (33% of max value = 765). Red value is 93 (36.72% from 255 or 37.2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 57 (22.66% from 255 or 22.8% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #5D6439 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6439 is #A29BC6. Grayscale: #5D5D5D. Windows color (decimal): -10656711 or 3761245. OLE color: 3761245.
HSL color Cylindrical-coordinate representation of color #5D6439: hue angle of 69.77º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D6439 is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 100 | 57 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.61 |
| HSL | 69.77º | 0.27% | 0.31% | - |
| HSV(B) | 69.77º | 0.43% | 0.39% | - |
| XYZ | 9.81 | 11.74 | 5.62 | - |
| YUV | 93.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 57 | 0.07 | 0 | 0.43 | 0.61 | 69.77 | 0.27 | 0.31 |
| Hex | 5D | 64 | 39 | 7 | 0 | 2B | 3D | 46 | 1B | 1F |
| Octal | 135 | 144 | 71 | 7 | 0 | 53 | 75 | 106 | 33 | 37 |
| Binary | 1011101 | 1100100 | 111001 | 111 | 0 | 101011 | 111101 | 1000110 | 11011 | 11111 |
Color Harmonies of #5D6439
Complementary color
Monochromatic Colors of #5D6439
Black with #5D6439
Text Example
Text Example
White with #5D6439
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6439; }
p { color: rgb(93,100,57); }
H1.HeaderClassName
{
color: #5D6439;
}
.AnyTagClassName
{
color: #5D6439;
}
</style>
background-color css
<style>
a { background-color: #5D6439; }
a { background-color: rgb(93,100,57); }
div.DivClassName
{
background-color: #5D6439;
}
.BgClassName
{
background-color: #5D6439;
}
</style>
border-color css
<style>
span { border-color: #5D6439; }
span { border-color: rgb(93,100,57); }
td.TdClassName
{
border-color: #5D6439;
}
.TagClassName
{
border-color: #5D6439;
}
</style>