Shades of Dingley #5B7843
Tints of Dingley #5B7843
RGB
CMYK
RGB Variations
Color information
#5B7843 (or 0x5B7843) is known color: Dingley. HEX triplet: 5B, 78 and 43. RGB value is (91,120,67). Sum of RGB (Red+Green+Blue) = 91+120+67=278 (36% of max value = 765). Red value is 91 (35.94% from 255 or 32.73% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #5B7843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7843 is #A487BC. Grayscale: #696969. Windows color (decimal): -10782653 or 4421723. OLE color: 4421723.
HSL color Cylindrical-coordinate representation of color #5B7843: hue angle of 92.83º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #5B7843 is Cyan = 0.24, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 67 | - |
| CMYK | 0.24 | 0 | 0.44 | 0.53 |
| HSL | 92.83º | 0.28% | 0.37% | - |
| HSV(B) | 92.83º | 0.44% | 0.47% | - |
| XYZ | 12.04 | 16.06 | 7.78 | - |
| YUV | 105.29 | 106.39 | 117.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 67 | 0.24 | 0 | 0.44 | 0.53 | 92.83 | 0.28 | 0.37 |
| Hex | 5B | 78 | 43 | 18 | 0 | 2C | 35 | 5D | 1C | 25 |
| Octal | 133 | 170 | 103 | 30 | 0 | 54 | 65 | 135 | 34 | 45 |
| Binary | 1011011 | 1111000 | 1000011 | 11000 | 0 | 101100 | 110101 | 1011101 | 11100 | 100101 |
Color Harmonies of #5B7843
Complementary color
Monochromatic Colors of #5B7843
Black with #5B7843
Text Example
Text Example
White with #5B7843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7843; }
p { color: rgb(91,120,67); }
H1.HeaderClassName
{
color: #5B7843;
}
.AnyTagClassName
{
color: #5B7843;
}
</style>
background-color css
<style>
a { background-color: #5B7843; }
a { background-color: rgb(91,120,67); }
div.DivClassName
{
background-color: #5B7843;
}
.BgClassName
{
background-color: #5B7843;
}
</style>
border-color css
<style>
span { border-color: #5B7843; }
span { border-color: rgb(91,120,67); }
td.TdClassName
{
border-color: #5B7843;
}
.TagClassName
{
border-color: #5B7843;
}
</style>