Shades of Dingley #5C863C
Tints of Dingley #5C863C
RGB
CMYK
RGB Variations
Color information
#5C863C (or 0x5C863C) is known color: Dingley. HEX triplet: 5C, 86 and 3C. RGB value is (92,134,60). Sum of RGB (Red+Green+Blue) = 92+134+60=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 60 (23.83% from 255 or 20.98% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #5C863C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C863C is #A379C3. Grayscale: #717171. Windows color (decimal): -10713540 or 3966556. OLE color: 3966556.
HSL color Cylindrical-coordinate representation of color #5C863C: hue angle of 94.05º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C863C is Cyan = 0.31, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 134 | 60 | - |
| CMYK | 0.31 | 0 | 0.55 | 0.47 |
| HSL | 94.05º | 0.38% | 0.38% | - |
| HSV(B) | 94.05º | 0.55% | 0.53% | - |
| XYZ | 13.75 | 19.65 | 7.34 | - |
| YUV | 113.01 | 98.09 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 134 | 60 | 0.31 | 0 | 0.55 | 0.47 | 94.05 | 0.38 | 0.38 |
| Hex | 5C | 86 | 3C | 1F | 0 | 37 | 2F | 5E | 26 | 26 |
| Octal | 134 | 206 | 74 | 37 | 0 | 67 | 57 | 136 | 46 | 46 |
| Binary | 1011100 | 10000110 | 111100 | 11111 | 0 | 110111 | 101111 | 1011110 | 100110 | 100110 |
Color Harmonies of #5C863C
Complementary color
Monochromatic Colors of #5C863C
Black with #5C863C
Text Example
Text Example
White with #5C863C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C863C; }
p { color: rgb(92,134,60); }
H1.HeaderClassName
{
color: #5C863C;
}
.AnyTagClassName
{
color: #5C863C;
}
</style>
background-color css
<style>
a { background-color: #5C863C; }
a { background-color: rgb(92,134,60); }
div.DivClassName
{
background-color: #5C863C;
}
.BgClassName
{
background-color: #5C863C;
}
</style>
border-color css
<style>
span { border-color: #5C863C; }
span { border-color: rgb(92,134,60); }
td.TdClassName
{
border-color: #5C863C;
}
.TagClassName
{
border-color: #5C863C;
}
</style>