Shades of Dingley #5D7643
Tints of Dingley #5D7643
RGB
CMYK
RGB Variations
Color information
#5D7643 (or 0x5D7643) is known color: Dingley. HEX triplet: 5D, 76 and 43. RGB value is (93,118,67). Sum of RGB (Red+Green+Blue) = 93+118+67=278 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.45% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 118 - color contains mainly: green. Hex color #5D7643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7643 is #A289BC. Grayscale: #686868. Windows color (decimal): -10652093 or 4421213. OLE color: 4421213.
HSL color Cylindrical-coordinate representation of color #5D7643: hue angle of 89.41º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5D7643 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 93 | 118 | 67 | - |
| CMYK | 0.21 | 0 | 0.43 | 0.54 |
| HSL | 89.41º | 0.28% | 0.36% | - |
| HSV(B) | 89.41º | 0.43% | 0.46% | - |
| XYZ | 12.01 | 15.69 | 7.71 | - |
| YUV | 104.71 | 106.72 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 118 | 67 | 0.21 | 0 | 0.43 | 0.54 | 89.41 | 0.28 | 0.36 |
| Hex | 5D | 76 | 43 | 15 | 0 | 2B | 36 | 59 | 1C | 24 |
| Octal | 135 | 166 | 103 | 25 | 0 | 53 | 66 | 131 | 34 | 44 |
| Binary | 1011101 | 1110110 | 1000011 | 10101 | 0 | 101011 | 110110 | 1011001 | 11100 | 100100 |
Color Harmonies of #5D7643
Complementary color
Monochromatic Colors of #5D7643
Black with #5D7643
Text Example
Text Example
White with #5D7643
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7643; }
p { color: rgb(93,118,67); }
H1.HeaderClassName
{
color: #5D7643;
}
.AnyTagClassName
{
color: #5D7643;
}
</style>
background-color css
<style>
a { background-color: #5D7643; }
a { background-color: rgb(93,118,67); }
div.DivClassName
{
background-color: #5D7643;
}
.BgClassName
{
background-color: #5D7643;
}
</style>
border-color css
<style>
span { border-color: #5D7643; }
span { border-color: rgb(93,118,67); }
td.TdClassName
{
border-color: #5D7643;
}
.TagClassName
{
border-color: #5D7643;
}
</style>