Shades of Woodland #58603C
Tints of Woodland #58603C
RGB
CMYK
RGB Variations
Color information
#58603C (or 0x58603C) is known color: Woodland. HEX triplet: 58, 60 and 3C. RGB value is (88,96,60). Sum of RGB (Red+Green+Blue) = 88+96+60=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 60 (23.83% from 255 or 24.59% from 244); Max value from RGB is 96 - color contains mainly: green. Hex color #58603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58603C is #A79FC3. Grayscale: #595959. Windows color (decimal): -10985412 or 3956824. OLE color: 3956824.
HSL color Cylindrical-coordinate representation of color #58603C: hue angle of 73.33º 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 #58603C is Cyan = 0.08, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 88 | 96 | 60 | - |
| CMYK | 0.08 | 0 | 0.38 | 0.62 |
| HSL | 73.33º | 0.23% | 0.31% | - |
| HSV(B) | 73.33º | 0.38% | 0.38% | - |
| XYZ | 9.02 | 10.77 | 5.88 | - |
| YUV | 89.5 | 111.35 | 126.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 96 | 60 | 0.08 | 0 | 0.38 | 0.62 | 73.33 | 0.23 | 0.31 |
| Hex | 58 | 60 | 3C | 8 | 0 | 26 | 3E | 49 | 17 | 1F |
| Octal | 130 | 140 | 74 | 10 | 0 | 46 | 76 | 111 | 27 | 37 |
| Binary | 1011000 | 1100000 | 111100 | 1000 | 0 | 100110 | 111110 | 1001001 | 10111 | 11111 |
Color Harmonies of #58603C
Complementary color
Monochromatic Colors of #58603C
Black with #58603C
Text Example
Text Example
White with #58603C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58603C; }
p { color: rgb(88,96,60); }
H1.HeaderClassName
{
color: #58603C;
}
.AnyTagClassName
{
color: #58603C;
}
</style>
background-color css
<style>
a { background-color: #58603C; }
a { background-color: rgb(88,96,60); }
div.DivClassName
{
background-color: #58603C;
}
.BgClassName
{
background-color: #58603C;
}
</style>
border-color css
<style>
span { border-color: #58603C; }
span { border-color: rgb(88,96,60); }
td.TdClassName
{
border-color: #58603C;
}
.TagClassName
{
border-color: #58603C;
}
</style>