Shades of Woodland #5A6041
Tints of Woodland #5A6041
RGB
CMYK
RGB Variations
Color information
#5A6041 (or 0x5A6041) is known color: Woodland. HEX triplet: 5A, 60 and 41. RGB value is (90,96,65). Sum of RGB (Red+Green+Blue) = 90+96+65=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 96 (37.89% from 255 or 38.25% from 251); Blue value is 65 (25.78% from 255 or 25.90% from 251); Max value from RGB is 96 - color contains mainly: green. Hex color #5A6041 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6041 is #A59FBE. Grayscale: #5A5A5A. Windows color (decimal): -10854335 or 4284506. OLE color: 4284506.
HSL color Cylindrical-coordinate representation of color #5A6041: hue angle of 71.61º degrees, saturation: 0.19, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #5A6041 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 90 | 96 | 65 | - |
| CMYK | 0.06 | 0 | 0.32 | 0.62 |
| HSL | 71.61º | 0.19% | 0.32% | - |
| HSV(B) | 71.61º | 0.32% | 0.38% | - |
| XYZ | 9.35 | 10.92 | 6.62 | - |
| YUV | 90.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 96 | 65 | 0.06 | 0 | 0.32 | 0.62 | 71.61 | 0.19 | 0.32 |
| Hex | 5A | 60 | 41 | 6 | 0 | 20 | 3E | 48 | 13 | 20 |
| Octal | 132 | 140 | 101 | 6 | 0 | 40 | 76 | 110 | 23 | 40 |
| Binary | 1011010 | 1100000 | 1000001 | 110 | 0 | 100000 | 111110 | 1001000 | 10011 | 100000 |
Color Harmonies of #5A6041
Complementary color
Monochromatic Colors of #5A6041
Black with #5A6041
Text Example
Text Example
White with #5A6041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6041; }
p { color: rgb(90,96,65); }
H1.HeaderClassName
{
color: #5A6041;
}
.AnyTagClassName
{
color: #5A6041;
}
</style>
background-color css
<style>
a { background-color: #5A6041; }
a { background-color: rgb(90,96,65); }
div.DivClassName
{
background-color: #5A6041;
}
.BgClassName
{
background-color: #5A6041;
}
</style>
border-color css
<style>
span { border-color: #5A6041; }
span { border-color: rgb(90,96,65); }
td.TdClassName
{
border-color: #5A6041;
}
.TagClassName
{
border-color: #5A6041;
}
</style>