Shades of Dingley #5C794B
Tints of Dingley #5C794B
RGB
CMYK
RGB Variations
Color information
#5C794B (or 0x5C794B) is known color: Dingley. HEX triplet: 5C, 79 and 4B. RGB value is (92,121,75). Sum of RGB (Red+Green+Blue) = 92+121+75=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 121 (47.66% from 255 or 42.01% from 288); Blue value is 75 (29.69% from 255 or 26.04% from 288); Max value from RGB is 121 - color contains mainly: green. Hex color #5C794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C794B is #A386B4. Grayscale: #6B6B6B. Windows color (decimal): -10716853 or 4946268. OLE color: 4946268.
HSL color Cylindrical-coordinate representation of color #5C794B: hue angle of 97.83º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5C794B is Cyan = 0.24, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 75 | - |
| CMYK | 0.24 | 0 | 0.38 | 0.53 |
| HSL | 97.83º | 0.23% | 0.38% | - |
| HSV(B) | 97.83º | 0.38% | 0.47% | - |
| XYZ | 12.52 | 16.46 | 9.17 | - |
| YUV | 107.09 | 109.89 | 117.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 75 | 0.24 | 0 | 0.38 | 0.53 | 97.83 | 0.23 | 0.38 |
| Hex | 5C | 79 | 4B | 18 | 0 | 26 | 35 | 62 | 17 | 26 |
| Octal | 134 | 171 | 113 | 30 | 0 | 46 | 65 | 142 | 27 | 46 |
| Binary | 1011100 | 1111001 | 1001011 | 11000 | 0 | 100110 | 110101 | 1100010 | 10111 | 100110 |
Color Harmonies of #5C794B
Complementary color
Monochromatic Colors of #5C794B
Black with #5C794B
Text Example
Text Example
White with #5C794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C794B; }
p { color: rgb(92,121,75); }
H1.HeaderClassName
{
color: #5C794B;
}
.AnyTagClassName
{
color: #5C794B;
}
</style>
background-color css
<style>
a { background-color: #5C794B; }
a { background-color: rgb(92,121,75); }
div.DivClassName
{
background-color: #5C794B;
}
.BgClassName
{
background-color: #5C794B;
}
</style>
border-color css
<style>
span { border-color: #5C794B; }
span { border-color: rgb(92,121,75); }
td.TdClassName
{
border-color: #5C794B;
}
.TagClassName
{
border-color: #5C794B;
}
</style>