Shades of Woodland #5E6438
Tints of Woodland #5E6438
RGB
CMYK
RGB Variations
Color information
#5E6438 (or 0x5E6438) is known color: Woodland. HEX triplet: 5E, 64 and 38. RGB value is (94,100,56). Sum of RGB (Red+Green+Blue) = 94+100+56=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 56 (22.27% from 255 or 22.4% from 250); Max value from RGB is 100 - color contains mainly: green. Hex color #5E6438 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6438 is #A19BC7. Grayscale: #5D5D5D. Windows color (decimal): -10591176 or 3695710. OLE color: 3695710.
HSL color Cylindrical-coordinate representation of color #5E6438: hue angle of 68.18º degrees, saturation: 0.28, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E6438 is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 100 | 56 | - |
| CMYK | 0.06 | 0 | 0.44 | 0.61 |
| HSL | 68.18º | 0.28% | 0.31% | - |
| HSV(B) | 68.18º | 0.44% | 0.39% | - |
| XYZ | 9.89 | 11.78 | 5.49 | - |
| YUV | 93.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 100 | 56 | 0.06 | 0 | 0.44 | 0.61 | 68.18 | 0.28 | 0.31 |
| Hex | 5E | 64 | 38 | 6 | 0 | 2C | 3D | 44 | 1C | 1F |
| Octal | 136 | 144 | 70 | 6 | 0 | 54 | 75 | 104 | 34 | 37 |
| Binary | 1011110 | 1100100 | 111000 | 110 | 0 | 101100 | 111101 | 1000100 | 11100 | 11111 |
Color Harmonies of #5E6438
Complementary color
Monochromatic Colors of #5E6438
Black with #5E6438
Text Example
Text Example
White with #5E6438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6438; }
p { color: rgb(94,100,56); }
H1.HeaderClassName
{
color: #5E6438;
}
.AnyTagClassName
{
color: #5E6438;
}
</style>
background-color css
<style>
a { background-color: #5E6438; }
a { background-color: rgb(94,100,56); }
div.DivClassName
{
background-color: #5E6438;
}
.BgClassName
{
background-color: #5E6438;
}
</style>
border-color css
<style>
span { border-color: #5E6438; }
span { border-color: rgb(94,100,56); }
td.TdClassName
{
border-color: #5E6438;
}
.TagClassName
{
border-color: #5E6438;
}
</style>