Shades of Woodland #5E6338
Tints of Woodland #5E6338
RGB
CMYK
RGB Variations
Color information
#5E6338 (or 0x5E6338) is known color: Woodland. HEX triplet: 5E, 63 and 38. RGB value is (94,99,56). Sum of RGB (Red+Green+Blue) = 94+99+56=249 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.75% from 249); Green value is 99 (39.06% from 255 or 39.76% from 249); Blue value is 56 (22.27% from 255 or 22.49% from 249); Max value from RGB is 99 - color contains mainly: green. Hex color #5E6338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6338 is #A19CC7. Grayscale: #5C5C5C. Windows color (decimal): -10591432 or 3695454. OLE color: 3695454.
HSL color Cylindrical-coordinate representation of color #5E6338: hue angle of 66.98º degrees, saturation: 0.28, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5E6338 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 94 | 99 | 56 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.61 |
| HSL | 66.98º | 0.28% | 0.3% | - |
| HSV(B) | 66.98º | 0.43% | 0.39% | - |
| XYZ | 9.79 | 11.59 | 5.46 | - |
| YUV | 92.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 99 | 56 | 0.05 | 0 | 0.43 | 0.61 | 66.98 | 0.28 | 0.3 |
| Hex | 5E | 63 | 38 | 5 | 0 | 2B | 3D | 43 | 1C | 1E |
| Octal | 136 | 143 | 70 | 5 | 0 | 53 | 75 | 103 | 34 | 36 |
| Binary | 1011110 | 1100011 | 111000 | 101 | 0 | 101011 | 111101 | 1000011 | 11100 | 11110 |
Color Harmonies of #5E6338
Complementary color
Monochromatic Colors of #5E6338
Black with #5E6338
Text Example
Text Example
White with #5E6338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6338; }
p { color: rgb(94,99,56); }
H1.HeaderClassName
{
color: #5E6338;
}
.AnyTagClassName
{
color: #5E6338;
}
</style>
background-color css
<style>
a { background-color: #5E6338; }
a { background-color: rgb(94,99,56); }
div.DivClassName
{
background-color: #5E6338;
}
.BgClassName
{
background-color: #5E6338;
}
</style>
border-color css
<style>
span { border-color: #5E6338; }
span { border-color: rgb(94,99,56); }
td.TdClassName
{
border-color: #5E6338;
}
.TagClassName
{
border-color: #5E6338;
}
</style>