Shades of Woodland #5D6148
Tints of Woodland #5D6148
RGB
CMYK
RGB Variations
Color information
#5D6148 (or 0x5D6148) is known color: Woodland. HEX triplet: 5D, 61 and 48. RGB value is (93,97,72). Sum of RGB (Red+Green+Blue) = 93+97+72=262 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.50% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 97 - color contains mainly: green. Hex color #5D6148 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D6148 is #A29EB7. Grayscale: #5D5D5D. Windows color (decimal): -10657464 or 4743517. OLE color: 4743517.
HSL color Cylindrical-coordinate representation of color #5D6148: hue angle of 69.6º degrees, saturation: 0.15, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5D6148 is Cyan = 0.04, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 97 | 72 | - |
| CMYK | 0.04 | 0 | 0.26 | 0.62 |
| HSL | 69.6º | 0.15% | 0.33% | - |
| HSV(B) | 69.6º | 0.26% | 0.38% | - |
| XYZ | 9.96 | 11.34 | 7.8 | - |
| YUV | 92.95 | 116.17 | 128.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 97 | 72 | 0.04 | 0 | 0.26 | 0.62 | 69.6 | 0.15 | 0.33 |
| Hex | 5D | 61 | 48 | 4 | 0 | 1A | 3E | 46 | F | 21 |
| Octal | 135 | 141 | 110 | 4 | 0 | 32 | 76 | 106 | 17 | 41 |
| Binary | 1011101 | 1100001 | 1001000 | 100 | 0 | 11010 | 111110 | 1000110 | 1111 | 100001 |
Color Harmonies of #5D6148
Complementary color
Monochromatic Colors of #5D6148
Black with #5D6148
Text Example
Text Example
White with #5D6148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D6148; }
p { color: rgb(93,97,72); }
H1.HeaderClassName
{
color: #5D6148;
}
.AnyTagClassName
{
color: #5D6148;
}
</style>
background-color css
<style>
a { background-color: #5D6148; }
a { background-color: rgb(93,97,72); }
div.DivClassName
{
background-color: #5D6148;
}
.BgClassName
{
background-color: #5D6148;
}
</style>
border-color css
<style>
span { border-color: #5D6148; }
span { border-color: rgb(93,97,72); }
td.TdClassName
{
border-color: #5D6148;
}
.TagClassName
{
border-color: #5D6148;
}
</style>