Shades of Dingley #5C7942
Tints of Dingley #5C7942
RGB
CMYK
RGB Variations
Color information
#5C7942 (or 0x5C7942) is known color: Dingley. HEX triplet: 5C, 79 and 42. RGB value is (92,121,66). Sum of RGB (Red+Green+Blue) = 92+121+66=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 121 (47.66% from 255 or 43.37% from 279); Blue value is 66 (26.17% from 255 or 23.66% from 279); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7942 is #A386BD. Grayscale: #6A6A6A. Windows color (decimal): -10716862 or 4356444. OLE color: 4356444.
HSL color Cylindrical-coordinate representation of color #5C7942: hue angle of 91.64º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5C7942 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 66 | - |
| CMYK | 0.24 | 0 | 0.45 | 0.53 |
| HSL | 91.64º | 0.29% | 0.37% | - |
| HSV(B) | 91.64º | 0.45% | 0.47% | - |
| XYZ | 12.23 | 16.34 | 7.66 | - |
| YUV | 106.06 | 105.39 | 117.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 66 | 0.24 | 0 | 0.45 | 0.53 | 91.64 | 0.29 | 0.37 |
| Hex | 5C | 79 | 42 | 18 | 0 | 2D | 35 | 5C | 1D | 25 |
| Octal | 134 | 171 | 102 | 30 | 0 | 55 | 65 | 134 | 35 | 45 |
| Binary | 1011100 | 1111001 | 1000010 | 11000 | 0 | 101101 | 110101 | 1011100 | 11101 | 100101 |
Color Harmonies of #5C7942
Complementary color
Monochromatic Colors of #5C7942
Black with #5C7942
Text Example
Text Example
White with #5C7942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7942; }
p { color: rgb(92,121,66); }
H1.HeaderClassName
{
color: #5C7942;
}
.AnyTagClassName
{
color: #5C7942;
}
</style>
background-color css
<style>
a { background-color: #5C7942; }
a { background-color: rgb(92,121,66); }
div.DivClassName
{
background-color: #5C7942;
}
.BgClassName
{
background-color: #5C7942;
}
</style>
border-color css
<style>
span { border-color: #5C7942; }
span { border-color: rgb(92,121,66); }
td.TdClassName
{
border-color: #5C7942;
}
.TagClassName
{
border-color: #5C7942;
}
</style>