Shades of Dingley #5B7446
Tints of Dingley #5B7446
RGB
CMYK
RGB Variations
Color information
#5B7446 (or 0x5B7446) is known color: Dingley. HEX triplet: 5B, 74 and 46. RGB value is (91,116,70). Sum of RGB (Red+Green+Blue) = 91+116+70=277 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.85% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 116 - color contains mainly: green. Hex color #5B7446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7446 is #A48BB9. Grayscale: #676767. Windows color (decimal): -10783674 or 4617307. OLE color: 4617307.
HSL color Cylindrical-coordinate representation of color #5B7446: hue angle of 92.61º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B7446 is Cyan = 0.22, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 91 | 116 | 70 | - |
| CMYK | 0.22 | 0 | 0.40 | 0.55 |
| HSL | 92.61º | 0.25% | 0.36% | - |
| HSV(B) | 92.61º | 0.4% | 0.45% | - |
| XYZ | 11.67 | 15.16 | 8.11 | - |
| YUV | 103.28 | 109.22 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 116 | 70 | 0.22 | 0 | 0.40 | 0.55 | 92.61 | 0.25 | 0.36 |
| Hex | 5B | 74 | 46 | 16 | 0 | 28 | 37 | 5D | 19 | 24 |
| Octal | 133 | 164 | 106 | 26 | 0 | 50 | 67 | 135 | 31 | 44 |
| Binary | 1011011 | 1110100 | 1000110 | 10110 | 0 | 101000 | 110111 | 1011101 | 11001 | 100100 |
Color Harmonies of #5B7446
Complementary color
Monochromatic Colors of #5B7446
Black with #5B7446
Text Example
Text Example
White with #5B7446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7446; }
p { color: rgb(91,116,70); }
H1.HeaderClassName
{
color: #5B7446;
}
.AnyTagClassName
{
color: #5B7446;
}
</style>
background-color css
<style>
a { background-color: #5B7446; }
a { background-color: rgb(91,116,70); }
div.DivClassName
{
background-color: #5B7446;
}
.BgClassName
{
background-color: #5B7446;
}
</style>
border-color css
<style>
span { border-color: #5B7446; }
span { border-color: rgb(91,116,70); }
td.TdClassName
{
border-color: #5B7446;
}
.TagClassName
{
border-color: #5B7446;
}
</style>