Shades of Dingley #5C8838
Tints of Dingley #5C8838
RGB
CMYK
RGB Variations
Color information
#5C8838 (or 0x5C8838) is known color: Dingley. HEX triplet: 5C, 88 and 38. RGB value is (92,136,56). Sum of RGB (Red+Green+Blue) = 92+136+56=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #5C8838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8838 is #A377C7. Grayscale: #717171. Windows color (decimal): -10713032 or 3704924. OLE color: 3704924.
HSL color Cylindrical-coordinate representation of color #5C8838: hue angle of 93º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5C8838 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 92 | 136 | 56 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.47 |
| HSL | 93º | 0.42% | 0.38% | - |
| HSV(B) | 93º | 0.59% | 0.53% | - |
| XYZ | 13.93 | 20.17 | 6.9 | - |
| YUV | 113.72 | 95.42 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 136 | 56 | 0.32 | 0 | 0.59 | 0.47 | 93 | 0.42 | 0.38 |
| Hex | 5C | 88 | 38 | 20 | 0 | 3B | 2F | 5D | 2A | 26 |
| Octal | 134 | 210 | 70 | 40 | 0 | 73 | 57 | 135 | 52 | 46 |
| Binary | 1011100 | 10001000 | 111000 | 100000 | 0 | 111011 | 101111 | 1011101 | 101010 | 100110 |
Color Harmonies of #5C8838
Complementary color
Monochromatic Colors of #5C8838
Black with #5C8838
Text Example
Text Example
White with #5C8838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8838; }
p { color: rgb(92,136,56); }
H1.HeaderClassName
{
color: #5C8838;
}
.AnyTagClassName
{
color: #5C8838;
}
</style>
background-color css
<style>
a { background-color: #5C8838; }
a { background-color: rgb(92,136,56); }
div.DivClassName
{
background-color: #5C8838;
}
.BgClassName
{
background-color: #5C8838;
}
</style>
border-color css
<style>
span { border-color: #5C8838; }
span { border-color: rgb(92,136,56); }
td.TdClassName
{
border-color: #5C8838;
}
.TagClassName
{
border-color: #5C8838;
}
</style>