Shades of Dingley #5B783F
Tints of Dingley #5B783F
RGB
CMYK
RGB Variations
Color information
#5B783F (or 0x5B783F) is known color: Dingley. HEX triplet: 5B, 78 and 3F. RGB value is (91,120,63). Sum of RGB (Red+Green+Blue) = 91+120+63=274 (36% of max value = 765). Red value is 91 (35.94% from 255 or 33.21% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 63 (25% from 255 or 22.99% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #5B783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B783F is #A487C0. Grayscale: #696969. Windows color (decimal): -10782657 or 4159579. OLE color: 4159579.
HSL color Cylindrical-coordinate representation of color #5B783F: hue angle of 90.53º degrees, saturation: 0.31, 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 #5B783F is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 91 | 120 | 63 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.53 |
| HSL | 90.53º | 0.31% | 0.36% | - |
| HSV(B) | 90.53º | 0.48% | 0.47% | - |
| XYZ | 11.93 | 16.02 | 7.17 | - |
| YUV | 104.83 | 104.39 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 120 | 63 | 0.24 | 0 | 0.48 | 0.53 | 90.53 | 0.31 | 0.36 |
| Hex | 5B | 78 | 3F | 18 | 0 | 30 | 35 | 5B | 1F | 24 |
| Octal | 133 | 170 | 77 | 30 | 0 | 60 | 65 | 133 | 37 | 44 |
| Binary | 1011011 | 1111000 | 111111 | 11000 | 0 | 110000 | 110101 | 1011011 | 11111 | 100100 |
Color Harmonies of #5B783F
Complementary color
Monochromatic Colors of #5B783F
Black with #5B783F
Text Example
Text Example
White with #5B783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B783F; }
p { color: rgb(91,120,63); }
H1.HeaderClassName
{
color: #5B783F;
}
.AnyTagClassName
{
color: #5B783F;
}
</style>
background-color css
<style>
a { background-color: #5B783F; }
a { background-color: rgb(91,120,63); }
div.DivClassName
{
background-color: #5B783F;
}
.BgClassName
{
background-color: #5B783F;
}
</style>
border-color css
<style>
span { border-color: #5B783F; }
span { border-color: rgb(91,120,63); }
td.TdClassName
{
border-color: #5B783F;
}
.TagClassName
{
border-color: #5B783F;
}
</style>