Shades of Dingley #5D793E
Tints of Dingley #5D793E
RGB
CMYK
RGB Variations
Color information
#5D793E (or 0x5D793E) is known color: Dingley. HEX triplet: 5D, 79 and 3E. RGB value is (93,121,62). Sum of RGB (Red+Green+Blue) = 93+121+62=276 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.70% from 276); Green value is 121 (47.66% from 255 or 43.84% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 121 - color contains mainly: green. Hex color #5D793E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D793E is #A286C1. Grayscale: #6A6A6A. Windows color (decimal): -10651330 or 4094301. OLE color: 4094301.
HSL color Cylindrical-coordinate representation of color #5D793E: hue angle of 88.47º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D793E is Cyan = 0.23, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 121 | 62 | - |
| CMYK | 0.23 | 0 | 0.49 | 0.53 |
| HSL | 88.47º | 0.32% | 0.36% | - |
| HSV(B) | 88.47º | 0.49% | 0.47% | - |
| XYZ | 12.22 | 16.35 | 7.07 | - |
| YUV | 105.9 | 103.22 | 118.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 121 | 62 | 0.23 | 0 | 0.49 | 0.53 | 88.47 | 0.32 | 0.36 |
| Hex | 5D | 79 | 3E | 17 | 0 | 31 | 35 | 58 | 20 | 24 |
| Octal | 135 | 171 | 76 | 27 | 0 | 61 | 65 | 130 | 40 | 44 |
| Binary | 1011101 | 1111001 | 111110 | 10111 | 0 | 110001 | 110101 | 1011000 | 100000 | 100100 |
Color Harmonies of #5D793E
Complementary color
Monochromatic Colors of #5D793E
Black with #5D793E
Text Example
Text Example
White with #5D793E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D793E; }
p { color: rgb(93,121,62); }
H1.HeaderClassName
{
color: #5D793E;
}
.AnyTagClassName
{
color: #5D793E;
}
</style>
background-color css
<style>
a { background-color: #5D793E; }
a { background-color: rgb(93,121,62); }
div.DivClassName
{
background-color: #5D793E;
}
.BgClassName
{
background-color: #5D793E;
}
</style>
border-color css
<style>
span { border-color: #5D793E; }
span { border-color: rgb(93,121,62); }
td.TdClassName
{
border-color: #5D793E;
}
.TagClassName
{
border-color: #5D793E;
}
</style>