Shades of Woodland #5E624D
Tints of Woodland #5E624D
RGB
CMYK
RGB Variations
Color information
#5E624D (or 0x5E624D) is known color: Woodland. HEX triplet: 5E, 62 and 4D. RGB value is (94,98,77). Sum of RGB (Red+Green+Blue) = 94+98+77=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 77 (30.47% from 255 or 28.62% from 269); Max value from RGB is 98 - color contains mainly: green. Hex color #5E624D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E624D is #A19DB2. Grayscale: #5E5E5E. Windows color (decimal): -10591667 or 5071454. OLE color: 5071454.
HSL color Cylindrical-coordinate representation of color #5E624D: hue angle of 71.43º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5E624D is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 77 | - |
CMYK | 0.04 | 0 | 0.21 | 0.62 |
HSL | 71.43º | 0.12% | 0.34% | - |
HSV(B) | 71.43º | 0.21% | 0.38% | - |
XYZ | 10.32 | 11.65 | 8.73 | - |
YUV | 94.41 | 118.17 | 127.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 77 | 0.04 | 0 | 0.21 | 0.62 | 71.43 | 0.12 | 0.34 |
Hex | 5E | 62 | 4D | 4 | 0 | 15 | 3E | 47 | C | 22 |
Octal | 136 | 142 | 115 | 4 | 0 | 25 | 76 | 107 | 14 | 42 |
Binary | 1011110 | 1100010 | 1001101 | 100 | 0 | 10101 | 111110 | 1000111 | 1100 | 100010 |
Color Harmonies of #5E624D
Complementary color
Monochromatic Colors of #5E624D
Black with #5E624D
Text Example
Text Example
White with #5E624D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E624D; }
p { color: rgb(94,98,77); }
H1.HeaderClassName
{
color: #5E624D;
}
.AnyTagClassName
{
color: #5E624D;
}
</style>
background-color css
<style>
a { background-color: #5E624D; }
a { background-color: rgb(94,98,77); }
div.DivClassName
{
background-color: #5E624D;
}
.BgClassName
{
background-color: #5E624D;
}
</style>
border-color css
<style>
span { border-color: #5E624D; }
span { border-color: rgb(94,98,77); }
td.TdClassName
{
border-color: #5E624D;
}
.TagClassName
{
border-color: #5E624D;
}
</style>