Shades of Dingley #5D7E34
Tints of Dingley #5D7E34
RGB
CMYK
RGB Variations
Color information
#5D7E34 (or 0x5D7E34) is known color: Dingley. HEX triplet: 5D, 7E and 34. RGB value is (93,126,52). Sum of RGB (Red+Green+Blue) = 93+126+52=271 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.32% from 271); Green value is 126 (49.61% from 255 or 46.49% from 271); Blue value is 52 (20.70% from 255 or 19.19% from 271); Max value from RGB is 126 - color contains mainly: green. Hex color #5D7E34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7E34 is #A281CB. Grayscale: #6B6B6B. Windows color (decimal): -10650060 or 3440221. OLE color: 3440221.
HSL color Cylindrical-coordinate representation of color #5D7E34: hue angle of 86.76º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D7E34 is Cyan = 0.26, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 126 | 52 | - |
| CMYK | 0.26 | 0 | 0.59 | 0.51 |
| HSL | 86.76º | 0.42% | 0.35% | - |
| HSV(B) | 86.76º | 0.59% | 0.49% | - |
| XYZ | 12.59 | 17.5 | 5.96 | - |
| YUV | 107.7 | 96.57 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 126 | 52 | 0.26 | 0 | 0.59 | 0.51 | 86.76 | 0.42 | 0.35 |
| Hex | 5D | 7E | 34 | 1A | 0 | 3B | 33 | 57 | 2A | 23 |
| Octal | 135 | 176 | 64 | 32 | 0 | 73 | 63 | 127 | 52 | 43 |
| Binary | 1011101 | 1111110 | 110100 | 11010 | 0 | 111011 | 110011 | 1010111 | 101010 | 100011 |
Color Harmonies of #5D7E34
Complementary color
Monochromatic Colors of #5D7E34
Black with #5D7E34
Text Example
Text Example
White with #5D7E34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7E34; }
p { color: rgb(93,126,52); }
H1.HeaderClassName
{
color: #5D7E34;
}
.AnyTagClassName
{
color: #5D7E34;
}
</style>
background-color css
<style>
a { background-color: #5D7E34; }
a { background-color: rgb(93,126,52); }
div.DivClassName
{
background-color: #5D7E34;
}
.BgClassName
{
background-color: #5D7E34;
}
</style>
border-color css
<style>
span { border-color: #5D7E34; }
span { border-color: rgb(93,126,52); }
td.TdClassName
{
border-color: #5D7E34;
}
.TagClassName
{
border-color: #5D7E34;
}
</style>