Shades of Dingley #5B7E41
Tints of Dingley #5B7E41
RGB
CMYK
RGB Variations
Color information
#5B7E41 (or 0x5B7E41) is known color: Dingley. HEX triplet: 5B, 7E and 41. RGB value is (91,126,65). Sum of RGB (Red+Green+Blue) = 91+126+65=282 (37% of max value = 765). Red value is 91 (35.94% from 255 or 32.27% from 282); Green value is 126 (49.61% from 255 or 44.68% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 126 - color contains mainly: green. Hex color #5B7E41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B7E41 is #A481BE. Grayscale: #6C6C6C. Windows color (decimal): -10781119 or 4292187. OLE color: 4292187.
HSL color Cylindrical-coordinate representation of color #5B7E41: hue angle of 94.43º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B7E41 is Cyan = 0.28, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 91 | 126 | 65 | - |
| CMYK | 0.28 | 0 | 0.48 | 0.51 |
| HSL | 94.43º | 0.32% | 0.37% | - |
| HSV(B) | 94.43º | 0.48% | 0.49% | - |
| XYZ | 12.73 | 17.53 | 7.71 | - |
| YUV | 108.58 | 103.4 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 126 | 65 | 0.28 | 0 | 0.48 | 0.51 | 94.43 | 0.32 | 0.37 |
| Hex | 5B | 7E | 41 | 1C | 0 | 30 | 33 | 5E | 20 | 25 |
| Octal | 133 | 176 | 101 | 34 | 0 | 60 | 63 | 136 | 40 | 45 |
| Binary | 1011011 | 1111110 | 1000001 | 11100 | 0 | 110000 | 110011 | 1011110 | 100000 | 100101 |
Color Harmonies of #5B7E41
Complementary color
Monochromatic Colors of #5B7E41
Black with #5B7E41
Text Example
Text Example
White with #5B7E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B7E41; }
p { color: rgb(91,126,65); }
H1.HeaderClassName
{
color: #5B7E41;
}
.AnyTagClassName
{
color: #5B7E41;
}
</style>
background-color css
<style>
a { background-color: #5B7E41; }
a { background-color: rgb(91,126,65); }
div.DivClassName
{
background-color: #5B7E41;
}
.BgClassName
{
background-color: #5B7E41;
}
</style>
border-color css
<style>
span { border-color: #5B7E41; }
span { border-color: rgb(91,126,65); }
td.TdClassName
{
border-color: #5B7E41;
}
.TagClassName
{
border-color: #5B7E41;
}
</style>