Shades of Dingley #5D734B
Tints of Dingley #5D734B
RGB
CMYK
RGB Variations
Color information
#5D734B (or 0x5D734B) is known color: Dingley. HEX triplet: 5D, 73 and 4B. RGB value is (93,115,75). Sum of RGB (Red+Green+Blue) = 93+115+75=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #5D734B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D734B is #A28CB4. Grayscale: #686868. Windows color (decimal): -10652853 or 4944733. OLE color: 4944733.
HSL color Cylindrical-coordinate representation of color #5D734B: hue angle of 93º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5D734B is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 115 | 75 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.55 |
| HSL | 93º | 0.21% | 0.37% | - |
| HSV(B) | 93º | 0.35% | 0.45% | - |
| XYZ | 11.91 | 15.1 | 8.94 | - |
| YUV | 103.86 | 111.71 | 120.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 115 | 75 | 0.19 | 0 | 0.35 | 0.55 | 93 | 0.21 | 0.37 |
| Hex | 5D | 73 | 4B | 13 | 0 | 23 | 37 | 5D | 15 | 25 |
| Octal | 135 | 163 | 113 | 23 | 0 | 43 | 67 | 135 | 25 | 45 |
| Binary | 1011101 | 1110011 | 1001011 | 10011 | 0 | 100011 | 110111 | 1011101 | 10101 | 100101 |
Color Harmonies of #5D734B
Complementary color
Monochromatic Colors of #5D734B
Black with #5D734B
Text Example
Text Example
White with #5D734B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D734B; }
p { color: rgb(93,115,75); }
H1.HeaderClassName
{
color: #5D734B;
}
.AnyTagClassName
{
color: #5D734B;
}
</style>
background-color css
<style>
a { background-color: #5D734B; }
a { background-color: rgb(93,115,75); }
div.DivClassName
{
background-color: #5D734B;
}
.BgClassName
{
background-color: #5D734B;
}
</style>
border-color css
<style>
span { border-color: #5D734B; }
span { border-color: rgb(93,115,75); }
td.TdClassName
{
border-color: #5D734B;
}
.TagClassName
{
border-color: #5D734B;
}
</style>