Shades of Woodland #5A5D46
Tints of Woodland #5A5D46
RGB
CMYK
RGB Variations
Color information
#5A5D46 (or 0x5A5D46) is known color: Woodland. HEX triplet: 5A, 5D and 46. RGB value is (90,93,70). Sum of RGB (Red+Green+Blue) = 90+93+70=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 93 (36.72% from 255 or 36.76% from 253); Blue value is 70 (27.73% from 255 or 27.67% from 253); Max value from RGB is 93 - color contains mainly: green. Hex color #5A5D46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5D46 is #A5A2B9. Grayscale: #595959. Windows color (decimal): -10855098 or 4611418. OLE color: 4611418.
HSL color Cylindrical-coordinate representation of color #5A5D46: hue angle of 67.83º degrees, saturation: 0.14, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5A5D46 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 90 | 93 | 70 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.64 |
| HSL | 67.83º | 0.14% | 0.32% | - |
| HSV(B) | 67.83º | 0.25% | 0.36% | - |
| XYZ | 9.24 | 10.44 | 7.32 | - |
| YUV | 89.48 | 117.01 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 93 | 70 | 0.03 | 0 | 0.25 | 0.64 | 67.83 | 0.14 | 0.32 |
| Hex | 5A | 5D | 46 | 3 | 0 | 19 | 40 | 44 | E | 20 |
| Octal | 132 | 135 | 106 | 3 | 0 | 31 | 100 | 104 | 16 | 40 |
| Binary | 1011010 | 1011101 | 1000110 | 11 | 0 | 11001 | 1000000 | 1000100 | 1110 | 100000 |
Color Harmonies of #5A5D46
Complementary color
Monochromatic Colors of #5A5D46
Black with #5A5D46
Text Example
Text Example
White with #5A5D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A5D46; }
p { color: rgb(90,93,70); }
H1.HeaderClassName
{
color: #5A5D46;
}
.AnyTagClassName
{
color: #5A5D46;
}
</style>
background-color css
<style>
a { background-color: #5A5D46; }
a { background-color: rgb(90,93,70); }
div.DivClassName
{
background-color: #5A5D46;
}
.BgClassName
{
background-color: #5A5D46;
}
</style>
border-color css
<style>
span { border-color: #5A5D46; }
span { border-color: rgb(90,93,70); }
td.TdClassName
{
border-color: #5A5D46;
}
.TagClassName
{
border-color: #5A5D46;
}
</style>