Shades of Woodland #58613C
Tints of Woodland #58613C
RGB
CMYK
RGB Variations
Color information
#58613C (or 0x58613C) is known color: Woodland. HEX triplet: 58, 61 and 3C. RGB value is (88,97,60). Sum of RGB (Red+Green+Blue) = 88+97+60=245 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.92% from 245); Green value is 97 (38.28% from 255 or 39.59% from 245); Blue value is 60 (23.83% from 255 or 24.49% from 245); Max value from RGB is 97 - color contains mainly: green. Hex color #58613C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58613C is #A79EC3. Grayscale: #5A5A5A. Windows color (decimal): -10985156 or 3957080. OLE color: 3957080.
HSL color Cylindrical-coordinate representation of color #58613C: hue angle of 74.59º 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 #58613C is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 97 | 60 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.62 |
| HSL | 74.59º | 0.24% | 0.31% | - |
| HSV(B) | 74.59º | 0.38% | 0.38% | - |
| XYZ | 9.11 | 10.95 | 5.91 | - |
| YUV | 90.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 97 | 60 | 0.09 | 0 | 0.38 | 0.62 | 74.59 | 0.24 | 0.31 |
| Hex | 58 | 61 | 3C | 9 | 0 | 26 | 3E | 4B | 18 | 1F |
| Octal | 130 | 141 | 74 | 11 | 0 | 46 | 76 | 113 | 30 | 37 |
| Binary | 1011000 | 1100001 | 111100 | 1001 | 0 | 100110 | 111110 | 1001011 | 11000 | 11111 |
Color Harmonies of #58613C
Complementary color
Monochromatic Colors of #58613C
Black with #58613C
Text Example
Text Example
White with #58613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58613C; }
p { color: rgb(88,97,60); }
H1.HeaderClassName
{
color: #58613C;
}
.AnyTagClassName
{
color: #58613C;
}
</style>
background-color css
<style>
a { background-color: #58613C; }
a { background-color: rgb(88,97,60); }
div.DivClassName
{
background-color: #58613C;
}
.BgClassName
{
background-color: #58613C;
}
</style>
border-color css
<style>
span { border-color: #58613C; }
span { border-color: rgb(88,97,60); }
td.TdClassName
{
border-color: #58613C;
}
.TagClassName
{
border-color: #58613C;
}
</style>