Shades of Woodland #5C6345
Tints of Woodland #5C6345
RGB
CMYK
RGB Variations
Color information
#5C6345 (or 0x5C6345) is known color: Woodland. HEX triplet: 5C, 63 and 45. RGB value is (92,99,69). Sum of RGB (Red+Green+Blue) = 92+99+69=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6345 is #A39CBA. Grayscale: #5D5D5D. Windows color (decimal): -10722491 or 4547420. OLE color: 4547420.
HSL color Cylindrical-coordinate representation of color #5C6345: hue angle of 74º 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 #5C6345 is Cyan = 0.07, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 69 | - |
| CMYK | 0.07 | 0 | 0.30 | 0.61 |
| HSL | 74º | 0.18% | 0.33% | - |
| HSV(B) | 74º | 0.3% | 0.39% | - |
| XYZ | 9.95 | 11.63 | 7.35 | - |
| YUV | 93.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 69 | 0.07 | 0 | 0.30 | 0.61 | 74 | 0.18 | 0.33 |
| Hex | 5C | 63 | 45 | 7 | 0 | 1E | 3D | 4A | 12 | 21 |
| Octal | 134 | 143 | 105 | 7 | 0 | 36 | 75 | 112 | 22 | 41 |
| Binary | 1011100 | 1100011 | 1000101 | 111 | 0 | 11110 | 111101 | 1001010 | 10010 | 100001 |
Color Harmonies of #5C6345
Complementary color
Monochromatic Colors of #5C6345
Black with #5C6345
Text Example
Text Example
White with #5C6345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6345; }
p { color: rgb(92,99,69); }
H1.HeaderClassName
{
color: #5C6345;
}
.AnyTagClassName
{
color: #5C6345;
}
</style>
background-color css
<style>
a { background-color: #5C6345; }
a { background-color: rgb(92,99,69); }
div.DivClassName
{
background-color: #5C6345;
}
.BgClassName
{
background-color: #5C6345;
}
</style>
border-color css
<style>
span { border-color: #5C6345; }
span { border-color: rgb(92,99,69); }
td.TdClassName
{
border-color: #5C6345;
}
.TagClassName
{
border-color: #5C6345;
}
</style>