Shades of Woodland #5D604B
Tints of Woodland #5D604B
RGB
CMYK
RGB Variations
Color information
#5D604B (or 0x5D604B) is known color: Woodland. HEX triplet: 5D, 60 and 4B. RGB value is (93,96,75). Sum of RGB (Red+Green+Blue) = 93+96+75=264 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.23% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 75 (29.69% from 255 or 28.41% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #5D604B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D604B is #A29FB4. Grayscale: #5C5C5C. Windows color (decimal): -10657717 or 4939869. OLE color: 4939869.
HSL color Cylindrical-coordinate representation of color #5D604B: hue angle of 68.57º 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 #5D604B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 93 | 96 | 75 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.62 |
| HSL | 68.57º | 0.12% | 0.34% | - |
| HSV(B) | 68.57º | 0.22% | 0.38% | - |
| XYZ | 9.97 | 11.2 | 8.29 | - |
| YUV | 92.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 96 | 75 | 0.03 | 0 | 0.22 | 0.62 | 68.57 | 0.12 | 0.34 |
| Hex | 5D | 60 | 4B | 3 | 0 | 16 | 3E | 45 | C | 22 |
| Octal | 135 | 140 | 113 | 3 | 0 | 26 | 76 | 105 | 14 | 42 |
| Binary | 1011101 | 1100000 | 1001011 | 11 | 0 | 10110 | 111110 | 1000101 | 1100 | 100010 |
Color Harmonies of #5D604B
Complementary color
Monochromatic Colors of #5D604B
Black with #5D604B
Text Example
Text Example
White with #5D604B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D604B; }
p { color: rgb(93,96,75); }
H1.HeaderClassName
{
color: #5D604B;
}
.AnyTagClassName
{
color: #5D604B;
}
</style>
background-color css
<style>
a { background-color: #5D604B; }
a { background-color: rgb(93,96,75); }
div.DivClassName
{
background-color: #5D604B;
}
.BgClassName
{
background-color: #5D604B;
}
</style>
border-color css
<style>
span { border-color: #5D604B; }
span { border-color: rgb(93,96,75); }
td.TdClassName
{
border-color: #5D604B;
}
.TagClassName
{
border-color: #5D604B;
}
</style>