Shades of Woodland #5E6B3B
Tints of Woodland #5E6B3B
RGB
CMYK
RGB Variations
Color information
#5E6B3B (or 0x5E6B3B) is known color: Woodland. HEX triplet: 5E, 6B and 3B. RGB value is (94,107,59). Sum of RGB (Red+Green+Blue) = 94+107+59=260 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.15% from 260); Green value is 107 (42.19% from 255 or 41.15% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 107 - color contains mainly: green. Hex color #5E6B3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E6B3B is #A194C4. Grayscale: #616161. Windows color (decimal): -10589381 or 3894110. OLE color: 3894110.
HSL color Cylindrical-coordinate representation of color #5E6B3B: hue angle of 76.25º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5E6B3B is Cyan = 0.12, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 94 | 107 | 59 | - |
| CMYK | 0.12 | 0 | 0.45 | 0.58 |
| HSL | 76.25º | 0.29% | 0.33% | - |
| HSV(B) | 76.25º | 0.45% | 0.42% | - |
| XYZ | 10.66 | 13.21 | 6.13 | - |
| YUV | 97.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 107 | 59 | 0.12 | 0 | 0.45 | 0.58 | 76.25 | 0.29 | 0.33 |
| Hex | 5E | 6B | 3B | C | 0 | 2D | 3A | 4C | 1D | 21 |
| Octal | 136 | 153 | 73 | 14 | 0 | 55 | 72 | 114 | 35 | 41 |
| Binary | 1011110 | 1101011 | 111011 | 1100 | 0 | 101101 | 111010 | 1001100 | 11101 | 100001 |
Color Harmonies of #5E6B3B
Complementary color
Monochromatic Colors of #5E6B3B
Black with #5E6B3B
Text Example
Text Example
White with #5E6B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E6B3B; }
p { color: rgb(94,107,59); }
H1.HeaderClassName
{
color: #5E6B3B;
}
.AnyTagClassName
{
color: #5E6B3B;
}
</style>
background-color css
<style>
a { background-color: #5E6B3B; }
a { background-color: rgb(94,107,59); }
div.DivClassName
{
background-color: #5E6B3B;
}
.BgClassName
{
background-color: #5E6B3B;
}
</style>
border-color css
<style>
span { border-color: #5E6B3B; }
span { border-color: rgb(94,107,59); }
td.TdClassName
{
border-color: #5E6B3B;
}
.TagClassName
{
border-color: #5E6B3B;
}
</style>