Shades of Dingley #5D843A
Tints of Dingley #5D843A
RGB
CMYK
RGB Variations
Color information
#5D843A (or 0x5D843A) is known color: Dingley. HEX triplet: 5D, 84 and 3A. RGB value is (93,132,58). Sum of RGB (Red+Green+Blue) = 93+132+58=283 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.86% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 58 (23.05% from 255 or 20.49% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #5D843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D843A is #A27BC5. Grayscale: #707070. Windows color (decimal): -10648518 or 3834973. OLE color: 3834973.
HSL color Cylindrical-coordinate representation of color #5D843A: hue angle of 91.62º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5D843A is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 93 | 132 | 58 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.48 |
| HSL | 91.62º | 0.39% | 0.37% | - |
| HSV(B) | 91.62º | 0.56% | 0.52% | - |
| XYZ | 13.53 | 19.14 | 6.98 | - |
| YUV | 111.9 | 97.58 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 132 | 58 | 0.30 | 0 | 0.56 | 0.48 | 91.62 | 0.39 | 0.37 |
| Hex | 5D | 84 | 3A | 1E | 0 | 38 | 30 | 5C | 27 | 25 |
| Octal | 135 | 204 | 72 | 36 | 0 | 70 | 60 | 134 | 47 | 45 |
| Binary | 1011101 | 10000100 | 111010 | 11110 | 0 | 111000 | 110000 | 1011100 | 100111 | 100101 |
Color Harmonies of #5D843A
Complementary color
Monochromatic Colors of #5D843A
Black with #5D843A
Text Example
Text Example
White with #5D843A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D843A; }
p { color: rgb(93,132,58); }
H1.HeaderClassName
{
color: #5D843A;
}
.AnyTagClassName
{
color: #5D843A;
}
</style>
background-color css
<style>
a { background-color: #5D843A; }
a { background-color: rgb(93,132,58); }
div.DivClassName
{
background-color: #5D843A;
}
.BgClassName
{
background-color: #5D843A;
}
</style>
border-color css
<style>
span { border-color: #5D843A; }
span { border-color: rgb(93,132,58); }
td.TdClassName
{
border-color: #5D843A;
}
.TagClassName
{
border-color: #5D843A;
}
</style>