Shades of Dingley #5C8B41
Tints of Dingley #5C8B41
RGB
CMYK
RGB Variations
Color information
#5C8B41 (or 0x5C8B41) is known color: Dingley. HEX triplet: 5C, 8B and 41. RGB value is (92,139,65). Sum of RGB (Red+Green+Blue) = 92+139+65=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 139 (54.69% from 255 or 46.96% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 139 - color contains mainly: green. Hex color #5C8B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8B41 is #A374BE. Grayscale: #747474. Windows color (decimal): -10712255 or 4295516. OLE color: 4295516.
HSL color Cylindrical-coordinate representation of color #5C8B41: hue angle of 98.11º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5C8B41 is Cyan = 0.34, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 92 | 139 | 65 | - |
| CMYK | 0.34 | 0 | 0.53 | 0.45 |
| HSL | 98.11º | 0.36% | 0.4% | - |
| HSV(B) | 98.11º | 0.53% | 0.55% | - |
| XYZ | 14.6 | 21.12 | 8.31 | - |
| YUV | 116.51 | 98.93 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 139 | 65 | 0.34 | 0 | 0.53 | 0.45 | 98.11 | 0.36 | 0.4 |
| Hex | 5C | 8B | 41 | 22 | 0 | 35 | 2D | 62 | 24 | 28 |
| Octal | 134 | 213 | 101 | 42 | 0 | 65 | 55 | 142 | 44 | 50 |
| Binary | 1011100 | 10001011 | 1000001 | 100010 | 0 | 110101 | 101101 | 1100010 | 100100 | 101000 |
Color Harmonies of #5C8B41
Complementary color
Monochromatic Colors of #5C8B41
Black with #5C8B41
Text Example
Text Example
White with #5C8B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8B41; }
p { color: rgb(92,139,65); }
H1.HeaderClassName
{
color: #5C8B41;
}
.AnyTagClassName
{
color: #5C8B41;
}
</style>
background-color css
<style>
a { background-color: #5C8B41; }
a { background-color: rgb(92,139,65); }
div.DivClassName
{
background-color: #5C8B41;
}
.BgClassName
{
background-color: #5C8B41;
}
</style>
border-color css
<style>
span { border-color: #5C8B41; }
span { border-color: rgb(92,139,65); }
td.TdClassName
{
border-color: #5C8B41;
}
.TagClassName
{
border-color: #5C8B41;
}
</style>