Shades of Dingley #5D8B40
Tints of Dingley #5D8B40
RGB
CMYK
RGB Variations
Color information
#5D8B40 (or 0x5D8B40) is known color: Dingley. HEX triplet: 5D, 8B and 40. RGB value is (93,139,64). Sum of RGB (Red+Green+Blue) = 93+139+64=296 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.42% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #5D8B40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8B40 is #A274BF. Grayscale: #747474. Windows color (decimal): -10646720 or 4229981. OLE color: 4229981.
HSL color Cylindrical-coordinate representation of color #5D8B40: hue angle of 96.8º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5D8B40 is Cyan = 0.33, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 139 | 64 | - |
| CMYK | 0.33 | 0 | 0.54 | 0.45 |
| HSL | 96.8º | 0.37% | 0.4% | - |
| HSV(B) | 96.8º | 0.54% | 0.55% | - |
| XYZ | 14.67 | 21.16 | 8.16 | - |
| YUV | 116.7 | 98.26 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 139 | 64 | 0.33 | 0 | 0.54 | 0.45 | 96.8 | 0.37 | 0.4 |
| Hex | 5D | 8B | 40 | 21 | 0 | 36 | 2D | 61 | 25 | 28 |
| Octal | 135 | 213 | 100 | 41 | 0 | 66 | 55 | 141 | 45 | 50 |
| Binary | 1011101 | 10001011 | 1000000 | 100001 | 0 | 110110 | 101101 | 1100001 | 100101 | 101000 |
Color Harmonies of #5D8B40
Complementary color
Monochromatic Colors of #5D8B40
Black with #5D8B40
Text Example
Text Example
White with #5D8B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8B40; }
p { color: rgb(93,139,64); }
H1.HeaderClassName
{
color: #5D8B40;
}
.AnyTagClassName
{
color: #5D8B40;
}
</style>
background-color css
<style>
a { background-color: #5D8B40; }
a { background-color: rgb(93,139,64); }
div.DivClassName
{
background-color: #5D8B40;
}
.BgClassName
{
background-color: #5D8B40;
}
</style>
border-color css
<style>
span { border-color: #5D8B40; }
span { border-color: rgb(93,139,64); }
td.TdClassName
{
border-color: #5D8B40;
}
.TagClassName
{
border-color: #5D8B40;
}
</style>