Shades of Dingley #5F7349
Tints of Dingley #5F7349
RGB
CMYK
RGB Variations
Color information
#5F7349 (or 0x5F7349) is known color: Dingley. HEX triplet: 5F, 73 and 49. RGB value is (95,115,73). Sum of RGB (Red+Green+Blue) = 95+115+73=283 (37% of max value = 765). Red value is 95 (37.5% from 255 or 33.57% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 73 (28.91% from 255 or 25.80% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #5F7349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7349 is #A08CB6. Grayscale: #686868. Windows color (decimal): -10521783 or 4813663. OLE color: 4813663.
HSL color Cylindrical-coordinate representation of color #5F7349: hue angle of 88.57º degrees, saturation: 0.22, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F7349 is Cyan = 0.17, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 95 | 115 | 73 | - |
| CMYK | 0.17 | 0 | 0.37 | 0.55 |
| HSL | 88.57º | 0.22% | 0.37% | - |
| HSV(B) | 88.57º | 0.37% | 0.45% | - |
| XYZ | 12.05 | 15.18 | 8.6 | - |
| YUV | 104.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 115 | 73 | 0.17 | 0 | 0.37 | 0.55 | 88.57 | 0.22 | 0.37 |
| Hex | 5F | 73 | 49 | 11 | 0 | 25 | 37 | 59 | 16 | 25 |
| Octal | 137 | 163 | 111 | 21 | 0 | 45 | 67 | 131 | 26 | 45 |
| Binary | 1011111 | 1110011 | 1001001 | 10001 | 0 | 100101 | 110111 | 1011001 | 10110 | 100101 |
Color Harmonies of #5F7349
Complementary color
Monochromatic Colors of #5F7349
Black with #5F7349
Text Example
Text Example
White with #5F7349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7349; }
p { color: rgb(95,115,73); }
H1.HeaderClassName
{
color: #5F7349;
}
.AnyTagClassName
{
color: #5F7349;
}
</style>
background-color css
<style>
a { background-color: #5F7349; }
a { background-color: rgb(95,115,73); }
div.DivClassName
{
background-color: #5F7349;
}
.BgClassName
{
background-color: #5F7349;
}
</style>
border-color css
<style>
span { border-color: #5F7349; }
span { border-color: rgb(95,115,73); }
td.TdClassName
{
border-color: #5F7349;
}
.TagClassName
{
border-color: #5F7349;
}
</style>