Shades of Woodland #5A5F41
Tints of Woodland #5A5F41
RGB
CMYK
RGB Variations
Color information
#5A5F41 (or 0x5A5F41) is known color: Woodland. HEX triplet: 5A, 5F and 41. RGB value is (90,95,65). Sum of RGB (Red+Green+Blue) = 90+95+65=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 95 (37.5% from 255 or 38% from 250); Blue value is 65 (25.78% from 255 or 26% from 250); Max value from RGB is 95 - color contains mainly: green. Hex color #5A5F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5F41 is #A5A0BE. Grayscale: #5A5A5A. Windows color (decimal): -10854591 or 4284250. OLE color: 4284250.
HSL color Cylindrical-coordinate representation of color #5A5F41: hue angle of 70º degrees, saturation: 0.19, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A5F41 is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 90 | 95 | 65 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.63 |
| HSL | 70º | 0.19% | 0.31% | - |
| HSV(B) | 70º | 0.32% | 0.37% | - |
| XYZ | 9.26 | 10.74 | 6.59 | - |
| YUV | 90.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 95 | 65 | 0.05 | 0 | 0.32 | 0.63 | 70 | 0.19 | 0.31 |
| Hex | 5A | 5F | 41 | 5 | 0 | 20 | 3F | 46 | 13 | 1F |
| Octal | 132 | 137 | 101 | 5 | 0 | 40 | 77 | 106 | 23 | 37 |
| Binary | 1011010 | 1011111 | 1000001 | 101 | 0 | 100000 | 111111 | 1000110 | 10011 | 11111 |
Color Harmonies of #5A5F41
Complementary color
Monochromatic Colors of #5A5F41
Black with #5A5F41
Text Example
Text Example
White with #5A5F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5F41; }
p { color: rgb(90,95,65); }
H1.HeaderClassName
{
color: #5A5F41;
}
.AnyTagClassName
{
color: #5A5F41;
}
</style>
background-color css
<style>
a { background-color: #5A5F41; }
a { background-color: rgb(90,95,65); }
div.DivClassName
{
background-color: #5A5F41;
}
.BgClassName
{
background-color: #5A5F41;
}
</style>
border-color css
<style>
span { border-color: #5A5F41; }
span { border-color: rgb(90,95,65); }
td.TdClassName
{
border-color: #5A5F41;
}
.TagClassName
{
border-color: #5A5F41;
}
</style>