Shades of Dingley #5F7D49
Tints of Dingley #5F7D49
RGB
CMYK
RGB Variations
Color information
#5F7D49 (or 0x5F7D49) is known color: Dingley. HEX triplet: 5F, 7D and 49. RGB value is (95,125,73). Sum of RGB (Red+Green+Blue) = 95+125+73=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 73 (28.91% from 255 or 24.91% from 293); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7D49 is #A082B6. Grayscale: #6E6E6E. Windows color (decimal): -10519223 or 4816223. OLE color: 4816223.
HSL color Cylindrical-coordinate representation of color #5F7D49: hue angle of 94.62º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F7D49 is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 125 | 73 | - |
| CMYK | 0.24 | 0 | 0.42 | 0.51 |
| HSL | 94.62º | 0.26% | 0.39% | - |
| HSV(B) | 94.62º | 0.42% | 0.49% | - |
| XYZ | 13.26 | 17.58 | 9 | - |
| YUV | 110.1 | 107.06 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 73 | 0.24 | 0 | 0.42 | 0.51 | 94.62 | 0.26 | 0.39 |
| Hex | 5F | 7D | 49 | 18 | 0 | 2A | 33 | 5F | 1A | 27 |
| Octal | 137 | 175 | 111 | 30 | 0 | 52 | 63 | 137 | 32 | 47 |
| Binary | 1011111 | 1111101 | 1001001 | 11000 | 0 | 101010 | 110011 | 1011111 | 11010 | 100111 |
Color Harmonies of #5F7D49
Complementary color
Monochromatic Colors of #5F7D49
Black with #5F7D49
Text Example
Text Example
White with #5F7D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7D49; }
p { color: rgb(95,125,73); }
H1.HeaderClassName
{
color: #5F7D49;
}
.AnyTagClassName
{
color: #5F7D49;
}
</style>
background-color css
<style>
a { background-color: #5F7D49; }
a { background-color: rgb(95,125,73); }
div.DivClassName
{
background-color: #5F7D49;
}
.BgClassName
{
background-color: #5F7D49;
}
</style>
border-color css
<style>
span { border-color: #5F7D49; }
span { border-color: rgb(95,125,73); }
td.TdClassName
{
border-color: #5F7D49;
}
.TagClassName
{
border-color: #5F7D49;
}
</style>