Shades of Woodland #5F6537
Tints of Woodland #5F6537
RGB
CMYK
RGB Variations
Color information
#5F6537 (or 0x5F6537) is known color: Woodland. HEX triplet: 5F, 65 and 37. RGB value is (95,101,55). Sum of RGB (Red+Green+Blue) = 95+101+55=251 (33% of max value = 765). Red value is 95 (37.5% from 255 or 37.85% from 251); Green value is 101 (39.84% from 255 or 40.24% from 251); Blue value is 55 (21.88% from 255 or 21.91% from 251); Max value from RGB is 101 - color contains mainly: green. Hex color #5F6537 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F6537 is #A09AC8. Grayscale: #5E5E5E. Windows color (decimal): -10525385 or 3630431. OLE color: 3630431.
HSL color Cylindrical-coordinate representation of color #5F6537: hue angle of 67.83º degrees, saturation: 0.29, 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 #5F6537 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 55 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.60 |
| HSL | 67.83º | 0.29% | 0.31% | - |
| HSV(B) | 67.83º | 0.46% | 0.4% | - |
| XYZ | 10.06 | 12.02 | 5.4 | - |
| YUV | 93.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 55 | 0.06 | 0 | 0.46 | 0.60 | 67.83 | 0.29 | 0.31 |
| Hex | 5F | 65 | 37 | 6 | 0 | 2E | 3C | 44 | 1D | 1F |
| Octal | 137 | 145 | 67 | 6 | 0 | 56 | 74 | 104 | 35 | 37 |
| Binary | 1011111 | 1100101 | 110111 | 110 | 0 | 101110 | 111100 | 1000100 | 11101 | 11111 |
Color Harmonies of #5F6537
Complementary color
Monochromatic Colors of #5F6537
Black with #5F6537
Text Example
Text Example
White with #5F6537
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F6537; }
p { color: rgb(95,101,55); }
H1.HeaderClassName
{
color: #5F6537;
}
.AnyTagClassName
{
color: #5F6537;
}
</style>
background-color css
<style>
a { background-color: #5F6537; }
a { background-color: rgb(95,101,55); }
div.DivClassName
{
background-color: #5F6537;
}
.BgClassName
{
background-color: #5F6537;
}
</style>
border-color css
<style>
span { border-color: #5F6537; }
span { border-color: rgb(95,101,55); }
td.TdClassName
{
border-color: #5F6537;
}
.TagClassName
{
border-color: #5F6537;
}
</style>