Shades of Dingley #5C8943
Tints of Dingley #5C8943
RGB
CMYK
RGB Variations
Color information
#5C8943 (or 0x5C8943) is known color: Dingley. HEX triplet: 5C, 89 and 43. RGB value is (92,137,67). Sum of RGB (Red+Green+Blue) = 92+137+67=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 137 (53.91% from 255 or 46.28% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 137 - color contains mainly: green. Hex color #5C8943 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8943 is #A376BC. Grayscale: #737373. Windows color (decimal): -10712765 or 4426076. OLE color: 4426076.
HSL color Cylindrical-coordinate representation of color #5C8943: hue angle of 98.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5C8943 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 137 | 67 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.46 |
| HSL | 98.57º | 0.34% | 0.4% | - |
| HSV(B) | 98.57º | 0.51% | 0.54% | - |
| XYZ | 14.37 | 20.57 | 8.52 | - |
| YUV | 115.57 | 100.59 | 111.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 137 | 67 | 0.33 | 0 | 0.51 | 0.46 | 98.57 | 0.34 | 0.4 |
| Hex | 5C | 89 | 43 | 21 | 0 | 33 | 2E | 63 | 22 | 28 |
| Octal | 134 | 211 | 103 | 41 | 0 | 63 | 56 | 143 | 42 | 50 |
| Binary | 1011100 | 10001001 | 1000011 | 100001 | 0 | 110011 | 101110 | 1100011 | 100010 | 101000 |
Color Harmonies of #5C8943
Complementary color
Monochromatic Colors of #5C8943
Black with #5C8943
Text Example
Text Example
White with #5C8943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8943; }
p { color: rgb(92,137,67); }
H1.HeaderClassName
{
color: #5C8943;
}
.AnyTagClassName
{
color: #5C8943;
}
</style>
background-color css
<style>
a { background-color: #5C8943; }
a { background-color: rgb(92,137,67); }
div.DivClassName
{
background-color: #5C8943;
}
.BgClassName
{
background-color: #5C8943;
}
</style>
border-color css
<style>
span { border-color: #5C8943; }
span { border-color: rgb(92,137,67); }
td.TdClassName
{
border-color: #5C8943;
}
.TagClassName
{
border-color: #5C8943;
}
</style>