Shades of Woodland #657341
Tints of Woodland #657341
RGB
CMYK
RGB Variations
Color information
#657341 (or 0x657341) is known color: Woodland. HEX triplet: 65, 73 and 41. RGB value is (101,115,65). Sum of RGB (Red+Green+Blue) = 101+115+65=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 115 (45.31% from 255 or 40.93% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 115 - color contains mainly: green. Hex color #657341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657341 is #9A8CBE. Grayscale: #696969. Windows color (decimal): -10128575 or 4289381. OLE color: 4289381.
HSL color Cylindrical-coordinate representation of color #657341: hue angle of 76.8º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #657341 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 65 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.55 |
| HSL | 76.8º | 0.28% | 0.35% | - |
| HSV(B) | 76.8º | 0.43% | 0.45% | - |
| XYZ | 12.45 | 15.41 | 7.32 | - |
| YUV | 105.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 65 | 0.12 | 0 | 0.43 | 0.55 | 76.8 | 0.28 | 0.35 |
| Hex | 65 | 73 | 41 | C | 0 | 2B | 37 | 4D | 1C | 23 |
| Octal | 145 | 163 | 101 | 14 | 0 | 53 | 67 | 115 | 34 | 43 |
| Binary | 1100101 | 1110011 | 1000001 | 1100 | 0 | 101011 | 110111 | 1001101 | 11100 | 100011 |
Color Harmonies of #657341
Complementary color
Monochromatic Colors of #657341
Black with #657341
Text Example
Text Example
White with #657341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657341; }
p { color: rgb(101,115,65); }
H1.HeaderClassName
{
color: #657341;
}
.AnyTagClassName
{
color: #657341;
}
</style>
background-color css
<style>
a { background-color: #657341; }
a { background-color: rgb(101,115,65); }
div.DivClassName
{
background-color: #657341;
}
.BgClassName
{
background-color: #657341;
}
</style>
border-color css
<style>
span { border-color: #657341; }
span { border-color: rgb(101,115,65); }
td.TdClassName
{
border-color: #657341;
}
.TagClassName
{
border-color: #657341;
}
</style>