Shades of Woodland #5E5F4A
Tints of Woodland #5E5F4A
RGB
CMYK
RGB Variations
Color information
#5E5F4A (or 0x5E5F4A) is known color: Woodland. HEX triplet: 5E, 5F and 4A. RGB value is (94,95,74). Sum of RGB (Red+Green+Blue) = 94+95+74=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 95 (37.5% from 255 or 36.12% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 95 - color contains mainly: green. Hex color #5E5F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5F4A is #A1A0B5. Grayscale: #5C5C5C. Windows color (decimal): -10592438 or 4874078. OLE color: 4874078.
HSL color Cylindrical-coordinate representation of color #5E5F4A: hue angle of 62.86º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E5F4A is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 95 | 74 | - |
| CMYK | 0.01 | 0 | 0.22 | 0.63 |
| HSL | 62.86º | 0.12% | 0.33% | - |
| HSV(B) | 62.86º | 0.22% | 0.37% | - |
| XYZ | 9.94 | 11.06 | 8.09 | - |
| YUV | 92.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 95 | 74 | 0.01 | 0 | 0.22 | 0.63 | 62.86 | 0.12 | 0.33 |
| Hex | 5E | 5F | 4A | 1 | 0 | 16 | 3F | 3F | C | 21 |
| Octal | 136 | 137 | 112 | 1 | 0 | 26 | 77 | 77 | 14 | 41 |
| Binary | 1011110 | 1011111 | 1001010 | 1 | 0 | 10110 | 111111 | 111111 | 1100 | 100001 |
Color Harmonies of #5E5F4A
Complementary color
Monochromatic Colors of #5E5F4A
Black with #5E5F4A
Text Example
Text Example
White with #5E5F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5F4A; }
p { color: rgb(94,95,74); }
H1.HeaderClassName
{
color: #5E5F4A;
}
.AnyTagClassName
{
color: #5E5F4A;
}
</style>
background-color css
<style>
a { background-color: #5E5F4A; }
a { background-color: rgb(94,95,74); }
div.DivClassName
{
background-color: #5E5F4A;
}
.BgClassName
{
background-color: #5E5F4A;
}
</style>
border-color css
<style>
span { border-color: #5E5F4A; }
span { border-color: rgb(94,95,74); }
td.TdClassName
{
border-color: #5E5F4A;
}
.TagClassName
{
border-color: #5E5F4A;
}
</style>