Shades of Woodland #5A6343
Tints of Woodland #5A6343
RGB
CMYK
RGB Variations
Color information
#5A6343 (or 0x5A6343) is known color: Woodland. HEX triplet: 5A, 63 and 43. RGB value is (90,99,67). Sum of RGB (Red+Green+Blue) = 90+99+67=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 67 (26.56% from 255 or 26.17% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6343 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6343 is #A59CBC. Grayscale: #5C5C5C. Windows color (decimal): -10853565 or 4416346. OLE color: 4416346.
HSL color Cylindrical-coordinate representation of color #5A6343: hue angle of 76.88º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6343 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 67 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.61 |
| HSL | 76.88º | 0.19% | 0.33% | - |
| HSV(B) | 76.88º | 0.32% | 0.39% | - |
| XYZ | 9.69 | 11.5 | 7.02 | - |
| YUV | 92.66 | 113.52 | 126.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 67 | 0.09 | 0 | 0.32 | 0.61 | 76.88 | 0.19 | 0.33 |
| Hex | 5A | 63 | 43 | 9 | 0 | 20 | 3D | 4D | 13 | 21 |
| Octal | 132 | 143 | 103 | 11 | 0 | 40 | 75 | 115 | 23 | 41 |
| Binary | 1011010 | 1100011 | 1000011 | 1001 | 0 | 100000 | 111101 | 1001101 | 10011 | 100001 |
Color Harmonies of #5A6343
Complementary color
Monochromatic Colors of #5A6343
Black with #5A6343
Text Example
Text Example
White with #5A6343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6343; }
p { color: rgb(90,99,67); }
H1.HeaderClassName
{
color: #5A6343;
}
.AnyTagClassName
{
color: #5A6343;
}
</style>
background-color css
<style>
a { background-color: #5A6343; }
a { background-color: rgb(90,99,67); }
div.DivClassName
{
background-color: #5A6343;
}
.BgClassName
{
background-color: #5A6343;
}
</style>
border-color css
<style>
span { border-color: #5A6343; }
span { border-color: rgb(90,99,67); }
td.TdClassName
{
border-color: #5A6343;
}
.TagClassName
{
border-color: #5A6343;
}
</style>