Shades of Woodland #5E653A
Tints of Woodland #5E653A
RGB
CMYK
RGB Variations
Color information
#5E653A (or 0x5E653A) is known color: Woodland. HEX triplet: 5E, 65 and 3A. RGB value is (94,101,58). Sum of RGB (Red+Green+Blue) = 94+101+58=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 101 (39.84% from 255 or 39.92% from 253); Blue value is 58 (23.05% from 255 or 22.92% from 253); Max value from RGB is 101 - color contains mainly: green. Hex color #5E653A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E653A is #A19AC5. Grayscale: #5E5E5E. Windows color (decimal): -10590918 or 3827038. OLE color: 3827038.
HSL color Cylindrical-coordinate representation of color #5E653A: hue angle of 69.77º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E653A is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 101 | 58 | - |
| CMYK | 0.07 | 0 | 0.43 | 0.60 |
| HSL | 69.77º | 0.27% | 0.31% | - |
| HSV(B) | 69.77º | 0.43% | 0.4% | - |
| XYZ | 10.03 | 11.99 | 5.79 | - |
| YUV | 94.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 101 | 58 | 0.07 | 0 | 0.43 | 0.60 | 69.77 | 0.27 | 0.31 |
| Hex | 5E | 65 | 3A | 7 | 0 | 2B | 3C | 46 | 1B | 1F |
| Octal | 136 | 145 | 72 | 7 | 0 | 53 | 74 | 106 | 33 | 37 |
| Binary | 1011110 | 1100101 | 111010 | 111 | 0 | 101011 | 111100 | 1000110 | 11011 | 11111 |
Color Harmonies of #5E653A
Complementary color
Monochromatic Colors of #5E653A
Black with #5E653A
Text Example
Text Example
White with #5E653A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E653A; }
p { color: rgb(94,101,58); }
H1.HeaderClassName
{
color: #5E653A;
}
.AnyTagClassName
{
color: #5E653A;
}
</style>
background-color css
<style>
a { background-color: #5E653A; }
a { background-color: rgb(94,101,58); }
div.DivClassName
{
background-color: #5E653A;
}
.BgClassName
{
background-color: #5E653A;
}
</style>
border-color css
<style>
span { border-color: #5E653A; }
span { border-color: rgb(94,101,58); }
td.TdClassName
{
border-color: #5E653A;
}
.TagClassName
{
border-color: #5E653A;
}
</style>