Shades of Woodland #5C6344
Tints of Woodland #5C6344
RGB
CMYK
RGB Variations
Color information
#5C6344 (or 0x5C6344) is known color: Woodland. HEX triplet: 5C, 63 and 44. RGB value is (92,99,68). Sum of RGB (Red+Green+Blue) = 92+99+68=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #5C6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C6344 is #A39CBB. Grayscale: #5D5D5D. Windows color (decimal): -10722492 or 4481884. OLE color: 4481884.
HSL color Cylindrical-coordinate representation of color #5C6344: hue angle of 73.55º degrees, saturation: 0.19, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C6344 is Cyan = 0.07, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 92 | 99 | 68 | - |
| CMYK | 0.07 | 0 | 0.31 | 0.61 |
| HSL | 73.55º | 0.19% | 0.33% | - |
| HSV(B) | 73.55º | 0.31% | 0.39% | - |
| XYZ | 9.92 | 11.62 | 7.19 | - |
| YUV | 93.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 99 | 68 | 0.07 | 0 | 0.31 | 0.61 | 73.55 | 0.19 | 0.33 |
| Hex | 5C | 63 | 44 | 7 | 0 | 1F | 3D | 4A | 13 | 21 |
| Octal | 134 | 143 | 104 | 7 | 0 | 37 | 75 | 112 | 23 | 41 |
| Binary | 1011100 | 1100011 | 1000100 | 111 | 0 | 11111 | 111101 | 1001010 | 10011 | 100001 |
Color Harmonies of #5C6344
Complementary color
Monochromatic Colors of #5C6344
Black with #5C6344
Text Example
Text Example
White with #5C6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C6344; }
p { color: rgb(92,99,68); }
H1.HeaderClassName
{
color: #5C6344;
}
.AnyTagClassName
{
color: #5C6344;
}
</style>
background-color css
<style>
a { background-color: #5C6344; }
a { background-color: rgb(92,99,68); }
div.DivClassName
{
background-color: #5C6344;
}
.BgClassName
{
background-color: #5C6344;
}
</style>
border-color css
<style>
span { border-color: #5C6344; }
span { border-color: rgb(92,99,68); }
td.TdClassName
{
border-color: #5C6344;
}
.TagClassName
{
border-color: #5C6344;
}
</style>