Shades of Woodland #5A6345
Tints of Woodland #5A6345
RGB
CMYK
RGB Variations
Color information
#5A6345 (or 0x5A6345) is known color: Woodland. HEX triplet: 5A, 63 and 45. RGB value is (90,99,69). Sum of RGB (Red+Green+Blue) = 90+99+69=258 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.88% from 258); Green value is 99 (39.06% from 255 or 38.37% from 258); Blue value is 69 (27.34% from 255 or 26.74% from 258); Max value from RGB is 99 - color contains mainly: green. Hex color #5A6345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A6345 is #A59CBA. Grayscale: #5D5D5D. Windows color (decimal): -10853563 or 4547418. OLE color: 4547418.
HSL color Cylindrical-coordinate representation of color #5A6345: hue angle of 78º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #5A6345 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 90 | 99 | 69 | - |
| CMYK | 0.09 | 0 | 0.30 | 0.61 |
| HSL | 78º | 0.18% | 0.33% | - |
| HSV(B) | 78º | 0.3% | 0.39% | - |
| XYZ | 9.75 | 11.53 | 7.34 | - |
| YUV | 92.89 | 114.52 | 125.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 99 | 69 | 0.09 | 0 | 0.30 | 0.61 | 78 | 0.18 | 0.33 |
| Hex | 5A | 63 | 45 | 9 | 0 | 1E | 3D | 4E | 12 | 21 |
| Octal | 132 | 143 | 105 | 11 | 0 | 36 | 75 | 116 | 22 | 41 |
| Binary | 1011010 | 1100011 | 1000101 | 1001 | 0 | 11110 | 111101 | 1001110 | 10010 | 100001 |
Color Harmonies of #5A6345
Complementary color
Monochromatic Colors of #5A6345
Black with #5A6345
Text Example
Text Example
White with #5A6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A6345; }
p { color: rgb(90,99,69); }
H1.HeaderClassName
{
color: #5A6345;
}
.AnyTagClassName
{
color: #5A6345;
}
</style>
background-color css
<style>
a { background-color: #5A6345; }
a { background-color: rgb(90,99,69); }
div.DivClassName
{
background-color: #5A6345;
}
.BgClassName
{
background-color: #5A6345;
}
</style>
border-color css
<style>
span { border-color: #5A6345; }
span { border-color: rgb(90,99,69); }
td.TdClassName
{
border-color: #5A6345;
}
.TagClassName
{
border-color: #5A6345;
}
</style>