Shades of Dingley #5D8C42
Tints of Dingley #5D8C42
RGB
CMYK
RGB Variations
Color information
#5D8C42 (or 0x5D8C42) is known color: Dingley. HEX triplet: 5D, 8C and 42. RGB value is (93,140,66). Sum of RGB (Red+Green+Blue) = 93+140+66=299 (39% of max value = 765). Red value is 93 (36.72% from 255 or 31.10% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 66 (26.17% from 255 or 22.07% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #5D8C42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D8C42 is #A273BD. Grayscale: #757575. Windows color (decimal): -10646462 or 4361309. OLE color: 4361309.
HSL color Cylindrical-coordinate representation of color #5D8C42: hue angle of 98.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5D8C42 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 93 | 140 | 66 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.45 |
| HSL | 98.11º | 0.36% | 0.4% | - |
| HSV(B) | 98.11º | 0.53% | 0.55% | - |
| XYZ | 14.88 | 21.48 | 8.52 | - |
| YUV | 117.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 140 | 66 | 0.34 | 0 | 0.53 | 0.45 | 98.11 | 0.36 | 0.4 |
| Hex | 5D | 8C | 42 | 22 | 0 | 35 | 2D | 62 | 24 | 28 |
| Octal | 135 | 214 | 102 | 42 | 0 | 65 | 55 | 142 | 44 | 50 |
| Binary | 1011101 | 10001100 | 1000010 | 100010 | 0 | 110101 | 101101 | 1100010 | 100100 | 101000 |
Color Harmonies of #5D8C42
Complementary color
Monochromatic Colors of #5D8C42
Black with #5D8C42
Text Example
Text Example
White with #5D8C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D8C42; }
p { color: rgb(93,140,66); }
H1.HeaderClassName
{
color: #5D8C42;
}
.AnyTagClassName
{
color: #5D8C42;
}
</style>
background-color css
<style>
a { background-color: #5D8C42; }
a { background-color: rgb(93,140,66); }
div.DivClassName
{
background-color: #5D8C42;
}
.BgClassName
{
background-color: #5D8C42;
}
</style>
border-color css
<style>
span { border-color: #5D8C42; }
span { border-color: rgb(93,140,66); }
td.TdClassName
{
border-color: #5D8C42;
}
.TagClassName
{
border-color: #5D8C42;
}
</style>