Shades of Woodland #59613C
Tints of Woodland #59613C
RGB
CMYK
RGB Variations
Color information
#59613C (or 0x59613C) is known color: Woodland. HEX triplet: 59, 61 and 3C. RGB value is (89,97,60). Sum of RGB (Red+Green+Blue) = 89+97+60=246 (32% of max value = 765). Red value is 89 (35.16% from 255 or 36.18% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 60 (23.83% from 255 or 24.39% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #59613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59613C is #A69EC3. Grayscale: #5A5A5A. Windows color (decimal): -10919620 or 3957081. OLE color: 3957081.
HSL color Cylindrical-coordinate representation of color #59613C: hue angle of 72.97º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #59613C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 89 | 97 | 60 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.62 |
| HSL | 72.97º | 0.24% | 0.31% | - |
| HSV(B) | 72.97º | 0.38% | 0.38% | - |
| XYZ | 9.21 | 11 | 5.91 | - |
| YUV | 90.39 | 110.85 | 127.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 97 | 60 | 0.08 | 0 | 0.38 | 0.62 | 72.97 | 0.24 | 0.31 |
| Hex | 59 | 61 | 3C | 8 | 0 | 26 | 3E | 49 | 18 | 1F |
| Octal | 131 | 141 | 74 | 10 | 0 | 46 | 76 | 111 | 30 | 37 |
| Binary | 1011001 | 1100001 | 111100 | 1000 | 0 | 100110 | 111110 | 1001001 | 11000 | 11111 |
Color Harmonies of #59613C
Complementary color
Monochromatic Colors of #59613C
Black with #59613C
Text Example
Text Example
White with #59613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59613C; }
p { color: rgb(89,97,60); }
H1.HeaderClassName
{
color: #59613C;
}
.AnyTagClassName
{
color: #59613C;
}
</style>
background-color css
<style>
a { background-color: #59613C; }
a { background-color: rgb(89,97,60); }
div.DivClassName
{
background-color: #59613C;
}
.BgClassName
{
background-color: #59613C;
}
</style>
border-color css
<style>
span { border-color: #59613C; }
span { border-color: rgb(89,97,60); }
td.TdClassName
{
border-color: #59613C;
}
.TagClassName
{
border-color: #59613C;
}
</style>