Shades of Woodland #5E6B3C
Tints of Woodland #5E6B3C
RGB
CMYK
RGB Variations
Color information
#5E6B3C (or 0x5E6B3C) is known color: Woodland. HEX triplet: 5E, 6B and 3C. RGB value is (94,107,60). Sum of RGB (Red+Green+Blue) = 94+107+60=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B3C is #A194C3. Grayscale: #616161. Windows color (decimal): -10589380 or 3959646. OLE color: 3959646.
HSL color Cylindrical-coordinate representation of color #5E6B3C: hue angle of 76.6º degrees, saturation: 0.28, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5E6B3C is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.58.
Color convert
RGB | 94 | 107 | 60 | - |
CMYK | 0.12 | 0 | 0.44 | 0.58 |
HSL | 76.6º | 0.28% | 0.33% | - |
HSV(B) | 76.6º | 0.44% | 0.42% | - |
XYZ | 10.69 | 13.22 | 6.26 | - |
YUV | 97.76 | 106.69 | 125.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 107 | 60 | 0.12 | 0 | 0.44 | 0.58 | 76.6 | 0.28 | 0.33 |
Hex | 5E | 6B | 3C | C | 0 | 2C | 3A | 4D | 1C | 21 |
Octal | 136 | 153 | 74 | 14 | 0 | 54 | 72 | 115 | 34 | 41 |
Binary | 1011110 | 1101011 | 111100 | 1100 | 0 | 101100 | 111010 | 1001101 | 11100 | 100001 |
Color Harmonies of #5E6B3C
Complementary color
Monochromatic Colors of #5E6B3C
Black with #5E6B3C
Text Example
Text Example
White with #5E6B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B3C; }
p { color: rgb(94,107,60); }
H1.HeaderClassName
{
color: #5E6B3C;
}
.AnyTagClassName
{
color: #5E6B3C;
}
</style>
background-color css
<style>
a { background-color: #5E6B3C; }
a { background-color: rgb(94,107,60); }
div.DivClassName
{
background-color: #5E6B3C;
}
.BgClassName
{
background-color: #5E6B3C;
}
</style>
border-color css
<style>
span { border-color: #5E6B3C; }
span { border-color: rgb(94,107,60); }
td.TdClassName
{
border-color: #5E6B3C;
}
.TagClassName
{
border-color: #5E6B3C;
}
</style>