Shades of Dingley #5C803A
Tints of Dingley #5C803A
RGB
CMYK
RGB Variations
Color information
#5C803A (or 0x5C803A) is known color: Dingley. HEX triplet: 5C, 80 and 3A. RGB value is (92,128,58). Sum of RGB (Red+Green+Blue) = 92+128+58=278 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.09% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 58 (23.05% from 255 or 20.86% from 278); Max value from RGB is 128 - color contains mainly: green. Hex color #5C803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C803A is #A37FC5. Grayscale: #6D6D6D. Windows color (decimal): -10715078 or 3833948. OLE color: 3833948.
HSL color Cylindrical-coordinate representation of color #5C803A: hue angle of 90.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C803A is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 92 | 128 | 58 | - |
| CMYK | 0.28 | 0 | 0.55 | 0.50 |
| HSL | 90.86º | 0.38% | 0.36% | - |
| HSV(B) | 90.86º | 0.55% | 0.5% | - |
| XYZ | 12.9 | 18.02 | 6.8 | - |
| YUV | 109.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 128 | 58 | 0.28 | 0 | 0.55 | 0.50 | 90.86 | 0.38 | 0.36 |
| Hex | 5C | 80 | 3A | 1C | 0 | 37 | 32 | 5B | 26 | 24 |
| Octal | 134 | 200 | 72 | 34 | 0 | 67 | 62 | 133 | 46 | 44 |
| Binary | 1011100 | 10000000 | 111010 | 11100 | 0 | 110111 | 110010 | 1011011 | 100110 | 100100 |
Color Harmonies of #5C803A
Complementary color
Monochromatic Colors of #5C803A
Black with #5C803A
Text Example
Text Example
White with #5C803A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C803A; }
p { color: rgb(92,128,58); }
H1.HeaderClassName
{
color: #5C803A;
}
.AnyTagClassName
{
color: #5C803A;
}
</style>
background-color css
<style>
a { background-color: #5C803A; }
a { background-color: rgb(92,128,58); }
div.DivClassName
{
background-color: #5C803A;
}
.BgClassName
{
background-color: #5C803A;
}
</style>
border-color css
<style>
span { border-color: #5C803A; }
span { border-color: rgb(92,128,58); }
td.TdClassName
{
border-color: #5C803A;
}
.TagClassName
{
border-color: #5C803A;
}
</style>