Shades of Dingley #5B783E
Tints of Dingley #5B783E
RGB
CMYK
RGB Variations
Color information
#5B783E (or 0x5B783E) is known color: Dingley. HEX triplet: 5B, 78 and 3E. RGB value is (91,120,62). Sum of RGB (Red+Green+Blue) = 91+120+62=273 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.33% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 120 - color contains mainly: green. Hex color #5B783E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B783E is #A487C1. Grayscale: #686868. Windows color (decimal): -10782658 or 4094043. OLE color: 4094043.
HSL color Cylindrical-coordinate representation of color #5B783E: hue angle of 90º degrees, saturation: 0.32, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B783E is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 62 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.53 |
| HSL | 90º | 0.32% | 0.36% | - |
| HSV(B) | 90º | 0.48% | 0.47% | - |
| XYZ | 11.9 | 16 | 7.02 | - |
| YUV | 104.72 | 103.89 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 62 | 0.24 | 0 | 0.48 | 0.53 | 90 | 0.32 | 0.36 |
| Hex | 5B | 78 | 3E | 18 | 0 | 30 | 35 | 5A | 20 | 24 |
| Octal | 133 | 170 | 76 | 30 | 0 | 60 | 65 | 132 | 40 | 44 |
| Binary | 1011011 | 1111000 | 111110 | 11000 | 0 | 110000 | 110101 | 1011010 | 100000 | 100100 |
Color Harmonies of #5B783E
Complementary color
Monochromatic Colors of #5B783E
Black with #5B783E
Text Example
Text Example
White with #5B783E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B783E; }
p { color: rgb(91,120,62); }
H1.HeaderClassName
{
color: #5B783E;
}
.AnyTagClassName
{
color: #5B783E;
}
</style>
background-color css
<style>
a { background-color: #5B783E; }
a { background-color: rgb(91,120,62); }
div.DivClassName
{
background-color: #5B783E;
}
.BgClassName
{
background-color: #5B783E;
}
</style>
border-color css
<style>
span { border-color: #5B783E; }
span { border-color: rgb(91,120,62); }
td.TdClassName
{
border-color: #5B783E;
}
.TagClassName
{
border-color: #5B783E;
}
</style>