Shades of Dingley #5D8340
Tints of Dingley #5D8340
RGB
CMYK
RGB Variations
Color information
#5D8340 (or 0x5D8340) is known color: Dingley. HEX triplet: 5D, 83 and 40. RGB value is (93,131,64). Sum of RGB (Red+Green+Blue) = 93+131+64=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8340 is #A27CBF. Grayscale: #707070. Windows color (decimal): -10648768 or 4227933. OLE color: 4227933.
HSL color Cylindrical-coordinate representation of color #5D8340: hue angle of 94.03º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D8340 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 64 | - |
| CMYK | 0.29 | 0 | 0.51 | 0.49 |
| HSL | 94.03º | 0.34% | 0.38% | - |
| HSV(B) | 94.03º | 0.51% | 0.51% | - |
| XYZ | 13.56 | 18.93 | 7.79 | - |
| YUV | 112 | 100.91 | 114.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 64 | 0.29 | 0 | 0.51 | 0.49 | 94.03 | 0.34 | 0.38 |
| Hex | 5D | 83 | 40 | 1D | 0 | 33 | 31 | 5E | 22 | 26 |
| Octal | 135 | 203 | 100 | 35 | 0 | 63 | 61 | 136 | 42 | 46 |
| Binary | 1011101 | 10000011 | 1000000 | 11101 | 0 | 110011 | 110001 | 1011110 | 100010 | 100110 |
Color Harmonies of #5D8340
Complementary color
Monochromatic Colors of #5D8340
Black with #5D8340
Text Example
Text Example
White with #5D8340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8340; }
p { color: rgb(93,131,64); }
H1.HeaderClassName
{
color: #5D8340;
}
.AnyTagClassName
{
color: #5D8340;
}
</style>
background-color css
<style>
a { background-color: #5D8340; }
a { background-color: rgb(93,131,64); }
div.DivClassName
{
background-color: #5D8340;
}
.BgClassName
{
background-color: #5D8340;
}
</style>
border-color css
<style>
span { border-color: #5D8340; }
span { border-color: rgb(93,131,64); }
td.TdClassName
{
border-color: #5D8340;
}
.TagClassName
{
border-color: #5D8340;
}
</style>