Shades of Dingley #5D813F
Tints of Dingley #5D813F
RGB
CMYK
RGB Variations
Color information
#5D813F (or 0x5D813F) is known color: Dingley. HEX triplet: 5D, 81 and 3F. RGB value is (93,129,63). Sum of RGB (Red+Green+Blue) = 93+129+63=285 (37% of max value = 765). Red value is 93 (36.72% from 255 or 32.63% from 285); Green value is 129 (50.78% from 255 or 45.26% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 129 - color contains mainly: green. Hex color #5D813F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5D813F is #A27EC0. Grayscale: #6E6E6E. Windows color (decimal): -10649281 or 4161885. OLE color: 4161885.
HSL color Cylindrical-coordinate representation of color #5D813F: hue angle of 92.73º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5D813F is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 93 | 129 | 63 | - |
| CMYK | 0.28 | 0 | 0.51 | 0.49 |
| HSL | 92.73º | 0.34% | 0.38% | - |
| HSV(B) | 92.73º | 0.51% | 0.51% | - |
| XYZ | 13.26 | 18.39 | 7.55 | - |
| YUV | 110.71 | 101.07 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 129 | 63 | 0.28 | 0 | 0.51 | 0.49 | 92.73 | 0.34 | 0.38 |
| Hex | 5D | 81 | 3F | 1C | 0 | 33 | 31 | 5D | 22 | 26 |
| Octal | 135 | 201 | 77 | 34 | 0 | 63 | 61 | 135 | 42 | 46 |
| Binary | 1011101 | 10000001 | 111111 | 11100 | 0 | 110011 | 110001 | 1011101 | 100010 | 100110 |
Color Harmonies of #5D813F
Complementary color
Monochromatic Colors of #5D813F
Black with #5D813F
Text Example
Text Example
White with #5D813F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D813F; }
p { color: rgb(93,129,63); }
H1.HeaderClassName
{
color: #5D813F;
}
.AnyTagClassName
{
color: #5D813F;
}
</style>
background-color css
<style>
a { background-color: #5D813F; }
a { background-color: rgb(93,129,63); }
div.DivClassName
{
background-color: #5D813F;
}
.BgClassName
{
background-color: #5D813F;
}
</style>
border-color css
<style>
span { border-color: #5D813F; }
span { border-color: rgb(93,129,63); }
td.TdClassName
{
border-color: #5D813F;
}
.TagClassName
{
border-color: #5D813F;
}
</style>