Shades of Woodland #5E604B
Tints of Woodland #5E604B
RGB
CMYK
RGB Variations
Color information
#5E604B (or 0x5E604B) is known color: Woodland. HEX triplet: 5E, 60 and 4B. RGB value is (94,96,75). Sum of RGB (Red+Green+Blue) = 94+96+75=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 75 (29.69% from 255 or 28.30% from 265); Max value from RGB is 96 - color contains mainly: green. Hex color #5E604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E604B is #A19FB4. Grayscale: #5D5D5D. Windows color (decimal): -10592181 or 4939870. OLE color: 4939870.
HSL color Cylindrical-coordinate representation of color #5E604B: hue angle of 65.71º degrees, saturation: 0.12, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #5E604B is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
RGB | 94 | 96 | 75 | - |
CMYK | 0.02 | 0 | 0.22 | 0.62 |
HSL | 65.71º | 0.12% | 0.34% | - |
HSV(B) | 65.71º | 0.22% | 0.38% | - |
XYZ | 10.07 | 11.25 | 8.3 | - |
YUV | 93.01 | 117.84 | 128.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 96 | 75 | 0.02 | 0 | 0.22 | 0.62 | 65.71 | 0.12 | 0.34 |
Hex | 5E | 60 | 4B | 2 | 0 | 16 | 3E | 42 | C | 22 |
Octal | 136 | 140 | 113 | 2 | 0 | 26 | 76 | 102 | 14 | 42 |
Binary | 1011110 | 1100000 | 1001011 | 10 | 0 | 10110 | 111110 | 1000010 | 1100 | 100010 |
Color Harmonies of #5E604B
Complementary color
Monochromatic Colors of #5E604B
Black with #5E604B
Text Example
Text Example
White with #5E604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E604B; }
p { color: rgb(94,96,75); }
H1.HeaderClassName
{
color: #5E604B;
}
.AnyTagClassName
{
color: #5E604B;
}
</style>
background-color css
<style>
a { background-color: #5E604B; }
a { background-color: rgb(94,96,75); }
div.DivClassName
{
background-color: #5E604B;
}
.BgClassName
{
background-color: #5E604B;
}
</style>
border-color css
<style>
span { border-color: #5E604B; }
span { border-color: rgb(94,96,75); }
td.TdClassName
{
border-color: #5E604B;
}
.TagClassName
{
border-color: #5E604B;
}
</style>