Shades of Dingley #5B7648
Tints of Dingley #5B7648
RGB
CMYK
RGB Variations
Color information
#5B7648 (or 0x5B7648) is known color: Dingley. HEX triplet: 5B, 76 and 48. RGB value is (91,118,72). Sum of RGB (Red+Green+Blue) = 91+118+72=281 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.38% from 281); Green value is 118 (46.48% from 255 or 41.99% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 118 - color contains mainly: green. Hex color #5B7648 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7648 is #A489B7. Grayscale: #686868. Windows color (decimal): -10783160 or 4748891. OLE color: 4748891.
HSL color Cylindrical-coordinate representation of color #5B7648: hue angle of 95.22º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B7648 is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 91 | 118 | 72 | - |
| CMYK | 0.23 | 0 | 0.39 | 0.54 |
| HSL | 95.22º | 0.24% | 0.37% | - |
| HSV(B) | 95.22º | 0.39% | 0.46% | - |
| XYZ | 11.96 | 15.65 | 8.52 | - |
| YUV | 104.68 | 109.55 | 118.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 118 | 72 | 0.23 | 0 | 0.39 | 0.54 | 95.22 | 0.24 | 0.37 |
| Hex | 5B | 76 | 48 | 17 | 0 | 27 | 36 | 5F | 18 | 25 |
| Octal | 133 | 166 | 110 | 27 | 0 | 47 | 66 | 137 | 30 | 45 |
| Binary | 1011011 | 1110110 | 1001000 | 10111 | 0 | 100111 | 110110 | 1011111 | 11000 | 100101 |
Color Harmonies of #5B7648
Complementary color
Monochromatic Colors of #5B7648
Black with #5B7648
Text Example
Text Example
White with #5B7648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7648; }
p { color: rgb(91,118,72); }
H1.HeaderClassName
{
color: #5B7648;
}
.AnyTagClassName
{
color: #5B7648;
}
</style>
background-color css
<style>
a { background-color: #5B7648; }
a { background-color: rgb(91,118,72); }
div.DivClassName
{
background-color: #5B7648;
}
.BgClassName
{
background-color: #5B7648;
}
</style>
border-color css
<style>
span { border-color: #5B7648; }
span { border-color: rgb(91,118,72); }
td.TdClassName
{
border-color: #5B7648;
}
.TagClassName
{
border-color: #5B7648;
}
</style>