Shades of Dingley #5F7D39
Tints of Dingley #5F7D39
RGB
CMYK
RGB Variations
Color information
#5F7D39 (or 0x5F7D39) is known color: Dingley. HEX triplet: 5F, 7D and 39. RGB value is (95,125,57). Sum of RGB (Red+Green+Blue) = 95+125+57=277 (36% of max value = 765). Red value is 95 (37.5% from 255 or 34.30% from 277); Green value is 125 (49.22% from 255 or 45.13% from 277); Blue value is 57 (22.66% from 255 or 20.58% from 277); Max value from RGB is 125 - color contains mainly: green. Hex color #5F7D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F7D39 is #A082C6. Grayscale: #6C6C6C. Windows color (decimal): -10519239 or 3767647. OLE color: 3767647.
HSL color Cylindrical-coordinate representation of color #5F7D39: hue angle of 86.47º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F7D39 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 95 | 125 | 57 | - |
| CMYK | 0.24 | 0 | 0.54 | 0.51 |
| HSL | 86.47º | 0.37% | 0.36% | - |
| HSV(B) | 86.47º | 0.54% | 0.49% | - |
| XYZ | 12.79 | 17.4 | 6.55 | - |
| YUV | 108.28 | 99.06 | 118.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 125 | 57 | 0.24 | 0 | 0.54 | 0.51 | 86.47 | 0.37 | 0.36 |
| Hex | 5F | 7D | 39 | 18 | 0 | 36 | 33 | 56 | 25 | 24 |
| Octal | 137 | 175 | 71 | 30 | 0 | 66 | 63 | 126 | 45 | 44 |
| Binary | 1011111 | 1111101 | 111001 | 11000 | 0 | 110110 | 110011 | 1010110 | 100101 | 100100 |
Color Harmonies of #5F7D39
Complementary color
Monochromatic Colors of #5F7D39
Black with #5F7D39
Text Example
Text Example
White with #5F7D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F7D39; }
p { color: rgb(95,125,57); }
H1.HeaderClassName
{
color: #5F7D39;
}
.AnyTagClassName
{
color: #5F7D39;
}
</style>
background-color css
<style>
a { background-color: #5F7D39; }
a { background-color: rgb(95,125,57); }
div.DivClassName
{
background-color: #5F7D39;
}
.BgClassName
{
background-color: #5F7D39;
}
</style>
border-color css
<style>
span { border-color: #5F7D39; }
span { border-color: rgb(95,125,57); }
td.TdClassName
{
border-color: #5F7D39;
}
.TagClassName
{
border-color: #5F7D39;
}
</style>