Shades of Woodland #5A6340
Tints of Woodland #5A6340
RGB
CMYK
RGB Variations
Color information
#5A6340 (or 0x5A6340) is known color: Woodland. HEX triplet: 5A, 63 and 40. RGB value is (90,99,64). Sum of RGB (Red+Green+Blue) = 90+99+64=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 99 (39.06% from 255 or 39.13% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6340 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6340 is #A59CBF. Grayscale: #5C5C5C. Windows color (decimal): -10853568 or 4219738. OLE color: 4219738.
HSL color Cylindrical-coordinate representation of color #5A6340: hue angle of 75.43º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5A6340 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 64 | - |
| CMYK | 0.09 | 0 | 0.35 | 0.61 |
| HSL | 75.43º | 0.21% | 0.32% | - |
| HSV(B) | 75.43º | 0.35% | 0.39% | - |
| XYZ | 9.6 | 11.47 | 6.56 | - |
| YUV | 92.32 | 112.02 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 64 | 0.09 | 0 | 0.35 | 0.61 | 75.43 | 0.21 | 0.32 |
| Hex | 5A | 63 | 40 | 9 | 0 | 23 | 3D | 4B | 15 | 20 |
| Octal | 132 | 143 | 100 | 11 | 0 | 43 | 75 | 113 | 25 | 40 |
| Binary | 1011010 | 1100011 | 1000000 | 1001 | 0 | 100011 | 111101 | 1001011 | 10101 | 100000 |
Color Harmonies of #5A6340
Complementary color
Monochromatic Colors of #5A6340
Black with #5A6340
Text Example
Text Example
White with #5A6340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6340; }
p { color: rgb(90,99,64); }
H1.HeaderClassName
{
color: #5A6340;
}
.AnyTagClassName
{
color: #5A6340;
}
</style>
background-color css
<style>
a { background-color: #5A6340; }
a { background-color: rgb(90,99,64); }
div.DivClassName
{
background-color: #5A6340;
}
.BgClassName
{
background-color: #5A6340;
}
</style>
border-color css
<style>
span { border-color: #5A6340; }
span { border-color: rgb(90,99,64); }
td.TdClassName
{
border-color: #5A6340;
}
.TagClassName
{
border-color: #5A6340;
}
</style>