Shades of Woodland #58623D
Tints of Woodland #58623D
RGB
CMYK
RGB Variations
Color information
#58623D (or 0x58623D) is known color: Woodland. HEX triplet: 58, 62 and 3D. RGB value is (88,98,61). Sum of RGB (Red+Green+Blue) = 88+98+61=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 98 (38.67% from 255 or 39.68% from 247); Blue value is 61 (24.22% from 255 or 24.70% from 247); Max value from RGB is 98 - color contains mainly: green. Hex color #58623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58623D is #A79DC2. Grayscale: #5A5A5A. Windows color (decimal): -10984899 or 4022872. OLE color: 4022872.
HSL color Cylindrical-coordinate representation of color #58623D: hue angle of 76.22º degrees, saturation: 0.23, 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 #58623D is Cyan = 0.10, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 98 | 61 | - |
| CMYK | 0.10 | 0 | 0.38 | 0.62 |
| HSL | 76.22º | 0.23% | 0.31% | - |
| HSV(B) | 76.22º | 0.38% | 0.38% | - |
| XYZ | 9.23 | 11.15 | 6.08 | - |
| YUV | 90.79 | 111.19 | 126.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 98 | 61 | 0.10 | 0 | 0.38 | 0.62 | 76.22 | 0.23 | 0.31 |
| Hex | 58 | 62 | 3D | A | 0 | 26 | 3E | 4C | 17 | 1F |
| Octal | 130 | 142 | 75 | 12 | 0 | 46 | 76 | 114 | 27 | 37 |
| Binary | 1011000 | 1100010 | 111101 | 1010 | 0 | 100110 | 111110 | 1001100 | 10111 | 11111 |
Color Harmonies of #58623D
Complementary color
Monochromatic Colors of #58623D
Black with #58623D
Text Example
Text Example
White with #58623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58623D; }
p { color: rgb(88,98,61); }
H1.HeaderClassName
{
color: #58623D;
}
.AnyTagClassName
{
color: #58623D;
}
</style>
background-color css
<style>
a { background-color: #58623D; }
a { background-color: rgb(88,98,61); }
div.DivClassName
{
background-color: #58623D;
}
.BgClassName
{
background-color: #58623D;
}
</style>
border-color css
<style>
span { border-color: #58623D; }
span { border-color: rgb(88,98,61); }
td.TdClassName
{
border-color: #58623D;
}
.TagClassName
{
border-color: #58623D;
}
</style>