Shades of Dingley #5B8240
Tints of Dingley #5B8240
RGB
CMYK
RGB Variations
Color information
#5B8240 (or 0x5B8240) is known color: Dingley. HEX triplet: 5B, 82 and 40. RGB value is (91,130,64). Sum of RGB (Red+Green+Blue) = 91+130+64=285 (37% of max value = 765). Red value is 91 (35.94% from 255 or 31.93% from 285); Green value is 130 (51.17% from 255 or 45.61% from 285); Blue value is 64 (25.39% from 255 or 22.46% from 285); Max value from RGB is 130 - color contains mainly: green. Hex color #5B8240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8240 is #A47DBF. Grayscale: #6F6F6F. Windows color (decimal): -10780096 or 4227675. OLE color: 4227675.
HSL color Cylindrical-coordinate representation of color #5B8240: hue angle of 95.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5B8240 is Cyan = 0.30, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 91 | 130 | 64 | - |
| CMYK | 0.30 | 0 | 0.51 | 0.49 |
| HSL | 95.45º | 0.34% | 0.38% | - |
| HSV(B) | 95.45º | 0.51% | 0.51% | - |
| XYZ | 13.22 | 18.56 | 7.74 | - |
| YUV | 110.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 130 | 64 | 0.30 | 0 | 0.51 | 0.49 | 95.45 | 0.34 | 0.38 |
| Hex | 5B | 82 | 40 | 1E | 0 | 33 | 31 | 5F | 22 | 26 |
| Octal | 133 | 202 | 100 | 36 | 0 | 63 | 61 | 137 | 42 | 46 |
| Binary | 1011011 | 10000010 | 1000000 | 11110 | 0 | 110011 | 110001 | 1011111 | 100010 | 100110 |
Color Harmonies of #5B8240
Complementary color
Monochromatic Colors of #5B8240
Black with #5B8240
Text Example
Text Example
White with #5B8240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8240; }
p { color: rgb(91,130,64); }
H1.HeaderClassName
{
color: #5B8240;
}
.AnyTagClassName
{
color: #5B8240;
}
</style>
background-color css
<style>
a { background-color: #5B8240; }
a { background-color: rgb(91,130,64); }
div.DivClassName
{
background-color: #5B8240;
}
.BgClassName
{
background-color: #5B8240;
}
</style>
border-color css
<style>
span { border-color: #5B8240; }
span { border-color: rgb(91,130,64); }
td.TdClassName
{
border-color: #5B8240;
}
.TagClassName
{
border-color: #5B8240;
}
</style>