Shades of Dingley #5D8345
Tints of Dingley #5D8345
RGB
CMYK
RGB Variations
Color information
#5D8345 (or 0x5D8345) is known color: Dingley. HEX triplet: 5D, 83 and 45. RGB value is (93,131,69). Sum of RGB (Red+Green+Blue) = 93+131+69=293 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.74% from 293); Green value is 131 (51.56% from 255 or 44.71% from 293); Blue value is 69 (27.34% from 255 or 23.55% from 293); Max value from RGB is 131 - color contains mainly: green. Hex color #5D8345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8345 is #A27CBA. Grayscale: #707070. Windows color (decimal): -10648763 or 4555613. OLE color: 4555613.
HSL color Cylindrical-coordinate representation of color #5D8345: hue angle of 96.77º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5D8345 is Cyan = 0.29, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 131 | 69 | - |
| CMYK | 0.29 | 0 | 0.47 | 0.49 |
| HSL | 96.77º | 0.31% | 0.39% | - |
| HSV(B) | 96.77º | 0.47% | 0.51% | - |
| XYZ | 13.7 | 18.99 | 8.57 | - |
| YUV | 112.57 | 103.41 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 131 | 69 | 0.29 | 0 | 0.47 | 0.49 | 96.77 | 0.31 | 0.39 |
| Hex | 5D | 83 | 45 | 1D | 0 | 2F | 31 | 61 | 1F | 27 |
| Octal | 135 | 203 | 105 | 35 | 0 | 57 | 61 | 141 | 37 | 47 |
| Binary | 1011101 | 10000011 | 1000101 | 11101 | 0 | 101111 | 110001 | 1100001 | 11111 | 100111 |
Color Harmonies of #5D8345
Complementary color
Monochromatic Colors of #5D8345
Black with #5D8345
Text Example
Text Example
White with #5D8345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8345; }
p { color: rgb(93,131,69); }
H1.HeaderClassName
{
color: #5D8345;
}
.AnyTagClassName
{
color: #5D8345;
}
</style>
background-color css
<style>
a { background-color: #5D8345; }
a { background-color: rgb(93,131,69); }
div.DivClassName
{
background-color: #5D8345;
}
.BgClassName
{
background-color: #5D8345;
}
</style>
border-color css
<style>
span { border-color: #5D8345; }
span { border-color: rgb(93,131,69); }
td.TdClassName
{
border-color: #5D8345;
}
.TagClassName
{
border-color: #5D8345;
}
</style>