Shades of Dingley #5D7C3F
Tints of Dingley #5D7C3F
RGB
CMYK
RGB Variations
Color information
#5D7C3F (or 0x5D7C3F) is known color: Dingley. HEX triplet: 5D, 7C and 3F. RGB value is (93,124,63). Sum of RGB (Red+Green+Blue) = 93+124+63=280 (37% of max value = 765). Red value is 93 (36.72% from 255 or 33.21% from 280); Green value is 124 (48.83% from 255 or 44.29% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 124 - color contains mainly: green. Hex color #5D7C3F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5D7C3F is #A283C0. Grayscale: #6B6B6B. Windows color (decimal): -10650561 or 4160605. OLE color: 4160605.
HSL color Cylindrical-coordinate representation of color #5D7C3F: hue angle of 90.49º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D7C3F is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 124 | 63 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.51 |
| HSL | 90.49º | 0.33% | 0.37% | - |
| HSV(B) | 90.49º | 0.49% | 0.49% | - |
| XYZ | 12.62 | 17.1 | 7.34 | - |
| YUV | 107.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 124 | 63 | 0.25 | 0 | 0.49 | 0.51 | 90.49 | 0.33 | 0.37 |
| Hex | 5D | 7C | 3F | 19 | 0 | 31 | 33 | 5A | 21 | 25 |
| Octal | 135 | 174 | 77 | 31 | 0 | 61 | 63 | 132 | 41 | 45 |
| Binary | 1011101 | 1111100 | 111111 | 11001 | 0 | 110001 | 110011 | 1011010 | 100001 | 100101 |
Color Harmonies of #5D7C3F
Complementary color
Monochromatic Colors of #5D7C3F
Black with #5D7C3F
Text Example
Text Example
White with #5D7C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D7C3F; }
p { color: rgb(93,124,63); }
H1.HeaderClassName
{
color: #5D7C3F;
}
.AnyTagClassName
{
color: #5D7C3F;
}
</style>
background-color css
<style>
a { background-color: #5D7C3F; }
a { background-color: rgb(93,124,63); }
div.DivClassName
{
background-color: #5D7C3F;
}
.BgClassName
{
background-color: #5D7C3F;
}
</style>
border-color css
<style>
span { border-color: #5D7C3F; }
span { border-color: rgb(93,124,63); }
td.TdClassName
{
border-color: #5D7C3F;
}
.TagClassName
{
border-color: #5D7C3F;
}
</style>