Shades of Woodland #5E623D
Tints of Woodland #5E623D
RGB
CMYK
RGB Variations
Color information
#5E623D (or 0x5E623D) is known color: Woodland. HEX triplet: 5E, 62 and 3D. RGB value is (94,98,61). Sum of RGB (Red+Green+Blue) = 94+98+61=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 98 - color contains mainly: green. Hex color #5E623D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E623D is #A19DC2. Grayscale: #5C5C5C. Windows color (decimal): -10591683 or 4022878. OLE color: 4022878.
HSL color Cylindrical-coordinate representation of color #5E623D: hue angle of 66.49º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E623D is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 61 | - |
CMYK | 0.04 | 0 | 0.38 | 0.62 |
HSL | 66.49º | 0.23% | 0.31% | - |
HSV(B) | 66.49º | 0.38% | 0.38% | - |
XYZ | 9.83 | 11.45 | 6.11 | - |
YUV | 92.59 | 110.17 | 129.01 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 61 | 0.04 | 0 | 0.38 | 0.62 | 66.49 | 0.23 | 0.31 |
Hex | 5E | 62 | 3D | 4 | 0 | 26 | 3E | 42 | 17 | 1F |
Octal | 136 | 142 | 75 | 4 | 0 | 46 | 76 | 102 | 27 | 37 |
Binary | 1011110 | 1100010 | 111101 | 100 | 0 | 100110 | 111110 | 1000010 | 10111 | 11111 |
Color Harmonies of #5E623D
Complementary color
Monochromatic Colors of #5E623D
Black with #5E623D
Text Example
Text Example
White with #5E623D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E623D; }
p { color: rgb(94,98,61); }
H1.HeaderClassName
{
color: #5E623D;
}
.AnyTagClassName
{
color: #5E623D;
}
</style>
background-color css
<style>
a { background-color: #5E623D; }
a { background-color: rgb(94,98,61); }
div.DivClassName
{
background-color: #5E623D;
}
.BgClassName
{
background-color: #5E623D;
}
</style>
border-color css
<style>
span { border-color: #5E623D; }
span { border-color: rgb(94,98,61); }
td.TdClassName
{
border-color: #5E623D;
}
.TagClassName
{
border-color: #5E623D;
}
</style>