Shades of Woodland #5D6438
Tints of Woodland #5D6438
RGB
CMYK
RGB Variations
Color information
#5D6438 (or 0x5D6438) is known color: Woodland. HEX triplet: 5D, 64 and 38. RGB value is (93,100,56). Sum of RGB (Red+Green+Blue) = 93+100+56=249 (32% of max value = 765). Red value is 93 (36.72% from 255 or 37.35% from 249); Green value is 100 (39.45% from 255 or 40.16% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 100 - color contains mainly: green. Hex color #5D6438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6438 is #A29BC7. Grayscale: #5D5D5D. Windows color (decimal): -10656712 or 3695709. OLE color: 3695709.
HSL color Cylindrical-coordinate representation of color #5D6438: hue angle of 69.55º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5D6438 is Cyan = 0.07, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 93 | 100 | 56 | - |
| CMYK | 0.07 | 0 | 0.44 | 0.61 |
| HSL | 69.55º | 0.28% | 0.31% | - |
| HSV(B) | 69.55º | 0.44% | 0.39% | - |
| XYZ | 9.79 | 11.73 | 5.49 | - |
| YUV | 92.89 | 107.18 | 128.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 100 | 56 | 0.07 | 0 | 0.44 | 0.61 | 69.55 | 0.28 | 0.31 |
| Hex | 5D | 64 | 38 | 7 | 0 | 2C | 3D | 46 | 1C | 1F |
| Octal | 135 | 144 | 70 | 7 | 0 | 54 | 75 | 106 | 34 | 37 |
| Binary | 1011101 | 1100100 | 111000 | 111 | 0 | 101100 | 111101 | 1000110 | 11100 | 11111 |
Color Harmonies of #5D6438
Complementary color
Monochromatic Colors of #5D6438
Black with #5D6438
Text Example
Text Example
White with #5D6438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6438; }
p { color: rgb(93,100,56); }
H1.HeaderClassName
{
color: #5D6438;
}
.AnyTagClassName
{
color: #5D6438;
}
</style>
background-color css
<style>
a { background-color: #5D6438; }
a { background-color: rgb(93,100,56); }
div.DivClassName
{
background-color: #5D6438;
}
.BgClassName
{
background-color: #5D6438;
}
</style>
border-color css
<style>
span { border-color: #5D6438; }
span { border-color: rgb(93,100,56); }
td.TdClassName
{
border-color: #5D6438;
}
.TagClassName
{
border-color: #5D6438;
}
</style>