Shades of Dingley #5C783F
Tints of Dingley #5C783F
RGB
CMYK
RGB Variations
Color information
#5C783F (or 0x5C783F) is known color: Dingley. HEX triplet: 5C, 78 and 3F. RGB value is (92,120,63). Sum of RGB (Red+Green+Blue) = 92+120+63=275 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.45% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 63 (25% from 255 or 22.91% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #5C783F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C783F is #A387C0. Grayscale: #696969. Windows color (decimal): -10717121 or 4159580. OLE color: 4159580.
HSL color Cylindrical-coordinate representation of color #5C783F: hue angle of 89.47º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5C783F is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 92 | 120 | 63 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.53 |
| HSL | 89.47º | 0.31% | 0.36% | - |
| HSV(B) | 89.47º | 0.48% | 0.47% | - |
| XYZ | 12.03 | 16.07 | 7.17 | - |
| YUV | 105.13 | 104.22 | 118.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 120 | 63 | 0.23 | 0 | 0.48 | 0.53 | 89.47 | 0.31 | 0.36 |
| Hex | 5C | 78 | 3F | 17 | 0 | 30 | 35 | 59 | 1F | 24 |
| Octal | 134 | 170 | 77 | 27 | 0 | 60 | 65 | 131 | 37 | 44 |
| Binary | 1011100 | 1111000 | 111111 | 10111 | 0 | 110000 | 110101 | 1011001 | 11111 | 100100 |
Color Harmonies of #5C783F
Complementary color
Monochromatic Colors of #5C783F
Black with #5C783F
Text Example
Text Example
White with #5C783F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C783F; }
p { color: rgb(92,120,63); }
H1.HeaderClassName
{
color: #5C783F;
}
.AnyTagClassName
{
color: #5C783F;
}
</style>
background-color css
<style>
a { background-color: #5C783F; }
a { background-color: rgb(92,120,63); }
div.DivClassName
{
background-color: #5C783F;
}
.BgClassName
{
background-color: #5C783F;
}
</style>
border-color css
<style>
span { border-color: #5C783F; }
span { border-color: rgb(92,120,63); }
td.TdClassName
{
border-color: #5C783F;
}
.TagClassName
{
border-color: #5C783F;
}
</style>