Shades of Woodland #5E6344
Tints of Woodland #5E6344
RGB
CMYK
RGB Variations
Color information
#5E6344 (or 0x5E6344) is known color: Woodland. HEX triplet: 5E, 63 and 44. RGB value is (94,99,68). Sum of RGB (Red+Green+Blue) = 94+99+68=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 68 (26.95% from 255 or 26.05% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6344 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6344 is #A19CBB. Grayscale: #5E5E5E. Windows color (decimal): -10591420 or 4481886. OLE color: 4481886.
HSL color Cylindrical-coordinate representation of color #5E6344: hue angle of 69.68º 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 #5E6344 is Cyan = 0.05, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 68 | - |
| CMYK | 0.05 | 0 | 0.31 | 0.61 |
| HSL | 69.68º | 0.19% | 0.33% | - |
| HSV(B) | 69.68º | 0.31% | 0.39% | - |
| XYZ | 10.12 | 11.72 | 7.2 | - |
| YUV | 93.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 68 | 0.05 | 0 | 0.31 | 0.61 | 69.68 | 0.19 | 0.33 |
| Hex | 5E | 63 | 44 | 5 | 0 | 1F | 3D | 46 | 13 | 21 |
| Octal | 136 | 143 | 104 | 5 | 0 | 37 | 75 | 106 | 23 | 41 |
| Binary | 1011110 | 1100011 | 1000100 | 101 | 0 | 11111 | 111101 | 1000110 | 10011 | 100001 |
Color Harmonies of #5E6344
Complementary color
Monochromatic Colors of #5E6344
Black with #5E6344
Text Example
Text Example
White with #5E6344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6344; }
p { color: rgb(94,99,68); }
H1.HeaderClassName
{
color: #5E6344;
}
.AnyTagClassName
{
color: #5E6344;
}
</style>
background-color css
<style>
a { background-color: #5E6344; }
a { background-color: rgb(94,99,68); }
div.DivClassName
{
background-color: #5E6344;
}
.BgClassName
{
background-color: #5E6344;
}
</style>
border-color css
<style>
span { border-color: #5E6344; }
span { border-color: rgb(94,99,68); }
td.TdClassName
{
border-color: #5E6344;
}
.TagClassName
{
border-color: #5E6344;
}
</style>