Shades of Woodland #58613D
Tints of Woodland #58613D
RGB
CMYK
RGB Variations
Color information
#58613D (or 0x58613D) is known color: Woodland. HEX triplet: 58, 61 and 3D. RGB value is (88,97,61). Sum of RGB (Red+Green+Blue) = 88+97+61=246 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.77% from 246); Green value is 97 (38.28% from 255 or 39.43% from 246); Blue value is 61 (24.22% from 255 or 24.80% from 246); Max value from RGB is 97 - color contains mainly: green. Hex color #58613D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58613D is #A79EC2. Grayscale: #5A5A5A. Windows color (decimal): -10985155 or 4022616. OLE color: 4022616.
HSL color Cylindrical-coordinate representation of color #58613D: hue angle of 75º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #58613D is Cyan = 0.09, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 61 | - |
| CMYK | 0.09 | 0 | 0.37 | 0.62 |
| HSL | 75º | 0.23% | 0.31% | - |
| HSV(B) | 75º | 0.37% | 0.38% | - |
| XYZ | 9.14 | 10.96 | 6.05 | - |
| YUV | 90.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 61 | 0.09 | 0 | 0.37 | 0.62 | 75 | 0.23 | 0.31 |
| Hex | 58 | 61 | 3D | 9 | 0 | 25 | 3E | 4B | 17 | 1F |
| Octal | 130 | 141 | 75 | 11 | 0 | 45 | 76 | 113 | 27 | 37 |
| Binary | 1011000 | 1100001 | 111101 | 1001 | 0 | 100101 | 111110 | 1001011 | 10111 | 11111 |
Color Harmonies of #58613D
Complementary color
Monochromatic Colors of #58613D
Black with #58613D
Text Example
Text Example
White with #58613D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58613D; }
p { color: rgb(88,97,61); }
H1.HeaderClassName
{
color: #58613D;
}
.AnyTagClassName
{
color: #58613D;
}
</style>
background-color css
<style>
a { background-color: #58613D; }
a { background-color: rgb(88,97,61); }
div.DivClassName
{
background-color: #58613D;
}
.BgClassName
{
background-color: #58613D;
}
</style>
border-color css
<style>
span { border-color: #58613D; }
span { border-color: rgb(88,97,61); }
td.TdClassName
{
border-color: #58613D;
}
.TagClassName
{
border-color: #58613D;
}
</style>