Shades of Dingley #5C8A3A
Tints of Dingley #5C8A3A
RGB
CMYK
RGB Variations
Color information
#5C8A3A (or 0x5C8A3A) is known color: Dingley. HEX triplet: 5C, 8A and 3A. RGB value is (92,138,58). Sum of RGB (Red+Green+Blue) = 92+138+58=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 138 (54.30% from 255 or 47.92% from 288); Blue value is 58 (23.05% from 255 or 20.14% from 288); Max value from RGB is 138 - color contains mainly: green. Hex color #5C8A3A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8A3A is #A375C5. Grayscale: #737373. Windows color (decimal): -10712518 or 3836508. OLE color: 3836508.
HSL color Cylindrical-coordinate representation of color #5C8A3A: hue angle of 94.5º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5C8A3A is Cyan = 0.33, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 92 | 138 | 58 | - |
| CMYK | 0.33 | 0 | 0.58 | 0.46 |
| HSL | 94.5º | 0.41% | 0.38% | - |
| HSV(B) | 94.5º | 0.58% | 0.54% | - |
| XYZ | 14.27 | 20.76 | 7.26 | - |
| YUV | 115.13 | 95.76 | 111.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 138 | 58 | 0.33 | 0 | 0.58 | 0.46 | 94.5 | 0.41 | 0.38 |
| Hex | 5C | 8A | 3A | 21 | 0 | 3A | 2E | 5E | 29 | 26 |
| Octal | 134 | 212 | 72 | 41 | 0 | 72 | 56 | 136 | 51 | 46 |
| Binary | 1011100 | 10001010 | 111010 | 100001 | 0 | 111010 | 101110 | 1011110 | 101001 | 100110 |
Color Harmonies of #5C8A3A
Complementary color
Monochromatic Colors of #5C8A3A
Black with #5C8A3A
Text Example
Text Example
White with #5C8A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8A3A; }
p { color: rgb(92,138,58); }
H1.HeaderClassName
{
color: #5C8A3A;
}
.AnyTagClassName
{
color: #5C8A3A;
}
</style>
background-color css
<style>
a { background-color: #5C8A3A; }
a { background-color: rgb(92,138,58); }
div.DivClassName
{
background-color: #5C8A3A;
}
.BgClassName
{
background-color: #5C8A3A;
}
</style>
border-color css
<style>
span { border-color: #5C8A3A; }
span { border-color: rgb(92,138,58); }
td.TdClassName
{
border-color: #5C8A3A;
}
.TagClassName
{
border-color: #5C8A3A;
}
</style>