Shades of Dingley #5B8040
Tints of Dingley #5B8040
RGB
CMYK
RGB Variations
Color information
#5B8040 (or 0x5B8040) is known color: Dingley. HEX triplet: 5B, 80 and 40. RGB value is (91,128,64). Sum of RGB (Red+Green+Blue) = 91+128+64=283 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.16% from 283); Green value is 128 (50.39% from 255 or 45.23% from 283); Blue value is 64 (25.39% from 255 or 22.61% from 283); Max value from RGB is 128 - color contains mainly: green. Hex color #5B8040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5B8040 is #A47FBF. Grayscale: #6D6D6D. Windows color (decimal): -10780608 or 4227163. OLE color: 4227163.
HSL color Cylindrical-coordinate representation of color #5B8040: hue angle of 94.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5B8040 is Cyan = 0.29, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 91 | 128 | 64 | - |
| CMYK | 0.29 | 0 | 0.5 | 0.50 |
| HSL | 94.69º | 0.33% | 0.38% | - |
| HSV(B) | 94.69º | 0.5% | 0.5% | - |
| XYZ | 12.96 | 18.03 | 7.65 | - |
| YUV | 109.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 128 | 64 | 0.29 | 0 | 0.5 | 0.50 | 94.69 | 0.33 | 0.38 |
| Hex | 5B | 80 | 40 | 1D | 0 | 32 | 32 | 5F | 21 | 26 |
| Octal | 133 | 200 | 100 | 35 | 0 | 62 | 62 | 137 | 41 | 46 |
| Binary | 1011011 | 10000000 | 1000000 | 11101 | 0 | 110010 | 110010 | 1011111 | 100001 | 100110 |
Color Harmonies of #5B8040
Complementary color
Monochromatic Colors of #5B8040
Black with #5B8040
Text Example
Text Example
White with #5B8040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8040; }
p { color: rgb(91,128,64); }
H1.HeaderClassName
{
color: #5B8040;
}
.AnyTagClassName
{
color: #5B8040;
}
</style>
background-color css
<style>
a { background-color: #5B8040; }
a { background-color: rgb(91,128,64); }
div.DivClassName
{
background-color: #5B8040;
}
.BgClassName
{
background-color: #5B8040;
}
</style>
border-color css
<style>
span { border-color: #5B8040; }
span { border-color: rgb(91,128,64); }
td.TdClassName
{
border-color: #5B8040;
}
.TagClassName
{
border-color: #5B8040;
}
</style>