Shades of Dingley #5C7945
Tints of Dingley #5C7945
RGB
CMYK
RGB Variations
Color information
#5C7945 (or 0x5C7945) is known color: Dingley. HEX triplet: 5C, 79 and 45. RGB value is (92,121,69). Sum of RGB (Red+Green+Blue) = 92+121+69=282 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.62% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 69 (27.34% from 255 or 24.47% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #5C7945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7945 is #A386BA. Grayscale: #6A6A6A. Windows color (decimal): -10716859 or 4553052. OLE color: 4553052.
HSL color Cylindrical-coordinate representation of color #5C7945: hue angle of 93.46º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5C7945 is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 121 | 69 | - |
| CMYK | 0.24 | 0 | 0.43 | 0.53 |
| HSL | 93.46º | 0.27% | 0.37% | - |
| HSV(B) | 93.46º | 0.43% | 0.47% | - |
| XYZ | 12.33 | 16.38 | 8.14 | - |
| YUV | 106.4 | 106.89 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 121 | 69 | 0.24 | 0 | 0.43 | 0.53 | 93.46 | 0.27 | 0.37 |
| Hex | 5C | 79 | 45 | 18 | 0 | 2B | 35 | 5D | 1B | 25 |
| Octal | 134 | 171 | 105 | 30 | 0 | 53 | 65 | 135 | 33 | 45 |
| Binary | 1011100 | 1111001 | 1000101 | 11000 | 0 | 101011 | 110101 | 1011101 | 11011 | 100101 |
Color Harmonies of #5C7945
Complementary color
Monochromatic Colors of #5C7945
Black with #5C7945
Text Example
Text Example
White with #5C7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7945; }
p { color: rgb(92,121,69); }
H1.HeaderClassName
{
color: #5C7945;
}
.AnyTagClassName
{
color: #5C7945;
}
</style>
background-color css
<style>
a { background-color: #5C7945; }
a { background-color: rgb(92,121,69); }
div.DivClassName
{
background-color: #5C7945;
}
.BgClassName
{
background-color: #5C7945;
}
</style>
border-color css
<style>
span { border-color: #5C7945; }
span { border-color: rgb(92,121,69); }
td.TdClassName
{
border-color: #5C7945;
}
.TagClassName
{
border-color: #5C7945;
}
</style>