Shades of Woodland #5E623A
Tints of Woodland #5E623A
RGB
CMYK
RGB Variations
Color information
#5E623A (or 0x5E623A) is known color: Woodland. HEX triplet: 5E, 62 and 3A. RGB value is (94,98,58). Sum of RGB (Red+Green+Blue) = 94+98+58=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 98 - color contains mainly: green. Hex color #5E623A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E623A is #A19DC5. Grayscale: #5C5C5C. Windows color (decimal): -10591686 or 3826270. OLE color: 3826270.
HSL color Cylindrical-coordinate representation of color #5E623A: hue angle of 66º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5E623A is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 98 | 58 | - |
CMYK | 0.04 | 0 | 0.41 | 0.62 |
HSL | 66º | 0.26% | 0.31% | - |
HSV(B) | 66º | 0.41% | 0.38% | - |
XYZ | 9.75 | 11.42 | 5.69 | - |
YUV | 92.24 | 108.67 | 129.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 98 | 58 | 0.04 | 0 | 0.41 | 0.62 | 66 | 0.26 | 0.31 |
Hex | 5E | 62 | 3A | 4 | 0 | 29 | 3E | 42 | 1A | 1F |
Octal | 136 | 142 | 72 | 4 | 0 | 51 | 76 | 102 | 32 | 37 |
Binary | 1011110 | 1100010 | 111010 | 100 | 0 | 101001 | 111110 | 1000010 | 11010 | 11111 |
Color Harmonies of #5E623A
Complementary color
Monochromatic Colors of #5E623A
Black with #5E623A
Text Example
Text Example
White with #5E623A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E623A; }
p { color: rgb(94,98,58); }
H1.HeaderClassName
{
color: #5E623A;
}
.AnyTagClassName
{
color: #5E623A;
}
</style>
background-color css
<style>
a { background-color: #5E623A; }
a { background-color: rgb(94,98,58); }
div.DivClassName
{
background-color: #5E623A;
}
.BgClassName
{
background-color: #5E623A;
}
</style>
border-color css
<style>
span { border-color: #5E623A; }
span { border-color: rgb(94,98,58); }
td.TdClassName
{
border-color: #5E623A;
}
.TagClassName
{
border-color: #5E623A;
}
</style>