Shades of Dingley #5C873D
Tints of Dingley #5C873D
RGB
CMYK
RGB Variations
Color information
#5C873D (or 0x5C873D) is known color: Dingley. HEX triplet: 5C, 87 and 3D. RGB value is (92,135,61). Sum of RGB (Red+Green+Blue) = 92+135+61=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 135 (53.12% from 255 or 46.88% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 135 - color contains mainly: green. Hex color #5C873D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C873D is #A378C2. Grayscale: #717171. Windows color (decimal): -10713283 or 4032348. OLE color: 4032348.
HSL color Cylindrical-coordinate representation of color #5C873D: hue angle of 94.86º 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 #5C873D is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 135 | 61 | - |
| CMYK | 0.32 | 0 | 0.55 | 0.47 |
| HSL | 94.86º | 0.38% | 0.38% | - |
| HSV(B) | 94.86º | 0.55% | 0.53% | - |
| XYZ | 13.92 | 19.94 | 7.53 | - |
| YUV | 113.71 | 98.25 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 135 | 61 | 0.32 | 0 | 0.55 | 0.47 | 94.86 | 0.38 | 0.38 |
| Hex | 5C | 87 | 3D | 20 | 0 | 37 | 2F | 5F | 26 | 26 |
| Octal | 134 | 207 | 75 | 40 | 0 | 67 | 57 | 137 | 46 | 46 |
| Binary | 1011100 | 10000111 | 111101 | 100000 | 0 | 110111 | 101111 | 1011111 | 100110 | 100110 |
Color Harmonies of #5C873D
Complementary color
Monochromatic Colors of #5C873D
Black with #5C873D
Text Example
Text Example
White with #5C873D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C873D; }
p { color: rgb(92,135,61); }
H1.HeaderClassName
{
color: #5C873D;
}
.AnyTagClassName
{
color: #5C873D;
}
</style>
background-color css
<style>
a { background-color: #5C873D; }
a { background-color: rgb(92,135,61); }
div.DivClassName
{
background-color: #5C873D;
}
.BgClassName
{
background-color: #5C873D;
}
</style>
border-color css
<style>
span { border-color: #5C873D; }
span { border-color: rgb(92,135,61); }
td.TdClassName
{
border-color: #5C873D;
}
.TagClassName
{
border-color: #5C873D;
}
</style>