Shades of Dingley #5D8436
Tints of Dingley #5D8436
RGB
CMYK
RGB Variations
Color information
#5D8436 (or 0x5D8436) is known color: Dingley. HEX triplet: 5D, 84 and 36. RGB value is (93,132,54). Sum of RGB (Red+Green+Blue) = 93+132+54=279 (36% of max value = 765). Red value is 93 (36.72% from 255 or 33.33% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 54 (21.48% from 255 or 19.35% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #5D8436 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8436 is #A27BC9. Grayscale: #6F6F6F. Windows color (decimal): -10648522 or 3572829. OLE color: 3572829.
HSL color Cylindrical-coordinate representation of color #5D8436: hue angle of 90º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5D8436 is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 54 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.48 |
| HSL | 90º | 0.42% | 0.36% | - |
| HSV(B) | 90º | 0.59% | 0.52% | - |
| XYZ | 13.43 | 19.1 | 6.47 | - |
| YUV | 111.45 | 95.58 | 114.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 54 | 0.30 | 0 | 0.59 | 0.48 | 90 | 0.42 | 0.36 |
| Hex | 5D | 84 | 36 | 1E | 0 | 3B | 30 | 5A | 2A | 24 |
| Octal | 135 | 204 | 66 | 36 | 0 | 73 | 60 | 132 | 52 | 44 |
| Binary | 1011101 | 10000100 | 110110 | 11110 | 0 | 111011 | 110000 | 1011010 | 101010 | 100100 |
Color Harmonies of #5D8436
Complementary color
Monochromatic Colors of #5D8436
Black with #5D8436
Text Example
Text Example
White with #5D8436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8436; }
p { color: rgb(93,132,54); }
H1.HeaderClassName
{
color: #5D8436;
}
.AnyTagClassName
{
color: #5D8436;
}
</style>
background-color css
<style>
a { background-color: #5D8436; }
a { background-color: rgb(93,132,54); }
div.DivClassName
{
background-color: #5D8436;
}
.BgClassName
{
background-color: #5D8436;
}
</style>
border-color css
<style>
span { border-color: #5D8436; }
span { border-color: rgb(93,132,54); }
td.TdClassName
{
border-color: #5D8436;
}
.TagClassName
{
border-color: #5D8436;
}
</style>