Shades of Dingley #5D8940
Tints of Dingley #5D8940
RGB
CMYK
RGB Variations
Color information
#5D8940 (or 0x5D8940) is known color: Dingley. HEX triplet: 5D, 89 and 40. RGB value is (93,137,64). Sum of RGB (Red+Green+Blue) = 93+137+64=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 137 (53.91% from 255 or 46.60% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 137 - color contains mainly: green. Hex color #5D8940 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8940 is #A276BF. Grayscale: #737373. Windows color (decimal): -10647232 or 4229469. OLE color: 4229469.
HSL color Cylindrical-coordinate representation of color #5D8940: hue angle of 96.16º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D8940 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 93 | 137 | 64 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.46 |
| HSL | 96.16º | 0.36% | 0.39% | - |
| HSV(B) | 96.16º | 0.53% | 0.54% | - |
| XYZ | 14.39 | 20.59 | 8.07 | - |
| YUV | 115.52 | 98.92 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 137 | 64 | 0.32 | 0 | 0.53 | 0.46 | 96.16 | 0.36 | 0.39 |
| Hex | 5D | 89 | 40 | 20 | 0 | 35 | 2E | 60 | 24 | 27 |
| Octal | 135 | 211 | 100 | 40 | 0 | 65 | 56 | 140 | 44 | 47 |
| Binary | 1011101 | 10001001 | 1000000 | 100000 | 0 | 110101 | 101110 | 1100000 | 100100 | 100111 |
Color Harmonies of #5D8940
Complementary color
Monochromatic Colors of #5D8940
Black with #5D8940
Text Example
Text Example
White with #5D8940
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8940; }
p { color: rgb(93,137,64); }
H1.HeaderClassName
{
color: #5D8940;
}
.AnyTagClassName
{
color: #5D8940;
}
</style>
background-color css
<style>
a { background-color: #5D8940; }
a { background-color: rgb(93,137,64); }
div.DivClassName
{
background-color: #5D8940;
}
.BgClassName
{
background-color: #5D8940;
}
</style>
border-color css
<style>
span { border-color: #5D8940; }
span { border-color: rgb(93,137,64); }
td.TdClassName
{
border-color: #5D8940;
}
.TagClassName
{
border-color: #5D8940;
}
</style>