Shades of Dingley #5D7644
Tints of Dingley #5D7644
RGB
CMYK
RGB Variations
Color information
#5D7644 (or 0x5D7644) is known color: Dingley. HEX triplet: 5D, 76 and 44. RGB value is (93,118,68). Sum of RGB (Red+Green+Blue) = 93+118+68=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 118 (46.48% from 255 or 42.29% from 279); Blue value is 68 (26.95% from 255 or 24.37% from 279); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7644 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7644 is #A289BB. Grayscale: #686868. Windows color (decimal): -10652092 or 4486749. OLE color: 4486749.
HSL color Cylindrical-coordinate representation of color #5D7644: hue angle of 90º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5D7644 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 68 | - |
| CMYK | 0.21 | 0 | 0.42 | 0.54 |
| HSL | 90º | 0.27% | 0.36% | - |
| HSV(B) | 90º | 0.42% | 0.46% | - |
| XYZ | 12.04 | 15.7 | 7.87 | - |
| YUV | 104.83 | 107.22 | 119.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 68 | 0.21 | 0 | 0.42 | 0.54 | 90 | 0.27 | 0.36 |
| Hex | 5D | 76 | 44 | 15 | 0 | 2A | 36 | 5A | 1B | 24 |
| Octal | 135 | 166 | 104 | 25 | 0 | 52 | 66 | 132 | 33 | 44 |
| Binary | 1011101 | 1110110 | 1000100 | 10101 | 0 | 101010 | 110110 | 1011010 | 11011 | 100100 |
Color Harmonies of #5D7644
Complementary color
Monochromatic Colors of #5D7644
Black with #5D7644
Text Example
Text Example
White with #5D7644
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7644; }
p { color: rgb(93,118,68); }
H1.HeaderClassName
{
color: #5D7644;
}
.AnyTagClassName
{
color: #5D7644;
}
</style>
background-color css
<style>
a { background-color: #5D7644; }
a { background-color: rgb(93,118,68); }
div.DivClassName
{
background-color: #5D7644;
}
.BgClassName
{
background-color: #5D7644;
}
</style>
border-color css
<style>
span { border-color: #5D7644; }
span { border-color: rgb(93,118,68); }
td.TdClassName
{
border-color: #5D7644;
}
.TagClassName
{
border-color: #5D7644;
}
</style>