Shades of Dingley #5C8443
Tints of Dingley #5C8443
RGB
CMYK
RGB Variations
Color information
#5C8443 (or 0x5C8443) is known color: Dingley. HEX triplet: 5C, 84 and 43. RGB value is (92,132,67). Sum of RGB (Red+Green+Blue) = 92+132+67=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 67 (26.56% from 255 or 23.02% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #5C8443 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8443 is #A37BBC. Grayscale: #707070. Windows color (decimal): -10714045 or 4424796. OLE color: 4424796.
HSL color Cylindrical-coordinate representation of color #5C8443: hue angle of 96.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C8443 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 92 | 132 | 67 | - |
| CMYK | 0.30 | 0 | 0.49 | 0.48 |
| HSL | 96.92º | 0.33% | 0.39% | - |
| HSV(B) | 96.92º | 0.49% | 0.52% | - |
| XYZ | 13.68 | 19.18 | 8.29 | - |
| YUV | 112.63 | 102.25 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 132 | 67 | 0.30 | 0 | 0.49 | 0.48 | 96.92 | 0.33 | 0.39 |
| Hex | 5C | 84 | 43 | 1E | 0 | 31 | 30 | 61 | 21 | 27 |
| Octal | 134 | 204 | 103 | 36 | 0 | 61 | 60 | 141 | 41 | 47 |
| Binary | 1011100 | 10000100 | 1000011 | 11110 | 0 | 110001 | 110000 | 1100001 | 100001 | 100111 |
Color Harmonies of #5C8443
Complementary color
Monochromatic Colors of #5C8443
Black with #5C8443
Text Example
Text Example
White with #5C8443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8443; }
p { color: rgb(92,132,67); }
H1.HeaderClassName
{
color: #5C8443;
}
.AnyTagClassName
{
color: #5C8443;
}
</style>
background-color css
<style>
a { background-color: #5C8443; }
a { background-color: rgb(92,132,67); }
div.DivClassName
{
background-color: #5C8443;
}
.BgClassName
{
background-color: #5C8443;
}
</style>
border-color css
<style>
span { border-color: #5C8443; }
span { border-color: rgb(92,132,67); }
td.TdClassName
{
border-color: #5C8443;
}
.TagClassName
{
border-color: #5C8443;
}
</style>