Shades of Dingley #5C714A
Tints of Dingley #5C714A
RGB
CMYK
RGB Variations
Color information
#5C714A (or 0x5C714A) is known color: Dingley. HEX triplet: 5C, 71 and 4A. RGB value is (92,113,74). Sum of RGB (Red+Green+Blue) = 92+113+74=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 113 (44.53% from 255 or 40.50% from 279); Blue value is 74 (29.30% from 255 or 26.52% from 279); Max value from RGB is 113 - color contains mainly: green. Hex color #5C714A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C714A is #A38EB5. Grayscale: #666666. Windows color (decimal): -10718902 or 4878684. OLE color: 4878684.
HSL color Cylindrical-coordinate representation of color #5C714A: hue angle of 92.31º degrees, saturation: 0.21, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #5C714A is Cyan = 0.19, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 92 | 113 | 74 | - |
| CMYK | 0.19 | 0 | 0.35 | 0.56 |
| HSL | 92.31º | 0.21% | 0.37% | - |
| HSV(B) | 92.31º | 0.35% | 0.44% | - |
| XYZ | 11.55 | 14.58 | 8.68 | - |
| YUV | 102.28 | 112.04 | 120.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 113 | 74 | 0.19 | 0 | 0.35 | 0.56 | 92.31 | 0.21 | 0.37 |
| Hex | 5C | 71 | 4A | 13 | 0 | 23 | 38 | 5C | 15 | 25 |
| Octal | 134 | 161 | 112 | 23 | 0 | 43 | 70 | 134 | 25 | 45 |
| Binary | 1011100 | 1110001 | 1001010 | 10011 | 0 | 100011 | 111000 | 1011100 | 10101 | 100101 |
Color Harmonies of #5C714A
Complementary color
Monochromatic Colors of #5C714A
Black with #5C714A
Text Example
Text Example
White with #5C714A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C714A; }
p { color: rgb(92,113,74); }
H1.HeaderClassName
{
color: #5C714A;
}
.AnyTagClassName
{
color: #5C714A;
}
</style>
background-color css
<style>
a { background-color: #5C714A; }
a { background-color: rgb(92,113,74); }
div.DivClassName
{
background-color: #5C714A;
}
.BgClassName
{
background-color: #5C714A;
}
</style>
border-color css
<style>
span { border-color: #5C714A; }
span { border-color: rgb(92,113,74); }
td.TdClassName
{
border-color: #5C714A;
}
.TagClassName
{
border-color: #5C714A;
}
</style>