Shades of Woodland #657149
Tints of Woodland #657149
RGB
CMYK
RGB Variations
Color information
#657149 (or 0x657149) is known color: Woodland. HEX triplet: 65, 71 and 49. RGB value is (101,113,73). Sum of RGB (Red+Green+Blue) = 101+113+73=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 73 (28.91% from 255 or 25.44% from 287); Max value from RGB is 113 - color contains mainly: green. Hex color #657149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #657149 is #9A8EB6. Grayscale: #696969. Windows color (decimal): -10129079 or 4813157. OLE color: 4813157.
HSL color Cylindrical-coordinate representation of color #657149: hue angle of 78º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #657149 is Cyan = 0.11, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 113 | 73 | - |
| CMYK | 0.11 | 0 | 0.35 | 0.56 |
| HSL | 78º | 0.22% | 0.36% | - |
| HSV(B) | 78º | 0.35% | 0.44% | - |
| XYZ | 12.47 | 15.06 | 8.55 | - |
| YUV | 104.85 | 110.02 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 113 | 73 | 0.11 | 0 | 0.35 | 0.56 | 78 | 0.22 | 0.36 |
| Hex | 65 | 71 | 49 | B | 0 | 23 | 38 | 4E | 16 | 24 |
| Octal | 145 | 161 | 111 | 13 | 0 | 43 | 70 | 116 | 26 | 44 |
| Binary | 1100101 | 1110001 | 1001001 | 1011 | 0 | 100011 | 111000 | 1001110 | 10110 | 100100 |
Color Harmonies of #657149
Complementary color
Monochromatic Colors of #657149
Black with #657149
Text Example
Text Example
White with #657149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #657149; }
p { color: rgb(101,113,73); }
H1.HeaderClassName
{
color: #657149;
}
.AnyTagClassName
{
color: #657149;
}
</style>
background-color css
<style>
a { background-color: #657149; }
a { background-color: rgb(101,113,73); }
div.DivClassName
{
background-color: #657149;
}
.BgClassName
{
background-color: #657149;
}
</style>
border-color css
<style>
span { border-color: #657149; }
span { border-color: rgb(101,113,73); }
td.TdClassName
{
border-color: #657149;
}
.TagClassName
{
border-color: #657149;
}
</style>