Shades of Dingley #5C7C38
Tints of Dingley #5C7C38
RGB
CMYK
RGB Variations
Color information
#5C7C38 (or 0x5C7C38) is known color: Dingley. HEX triplet: 5C, 7C and 38. RGB value is (92,124,56). Sum of RGB (Red+Green+Blue) = 92+124+56=272 (36% of max value = 765). Red value is 92 (36.33% from 255 or 33.82% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #5C7C38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5C7C38 is #A383C7. Grayscale: #6A6A6A. Windows color (decimal): -10716104 or 3701852. OLE color: 3701852.
HSL color Cylindrical-coordinate representation of color #5C7C38: hue angle of 88.24º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5C7C38 is Cyan = 0.26, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 92 | 124 | 56 | - |
| CMYK | 0.26 | 0 | 0.55 | 0.51 |
| HSL | 88.24º | 0.38% | 0.35% | - |
| HSV(B) | 88.24º | 0.55% | 0.49% | - |
| XYZ | 12.34 | 16.98 | 6.37 | - |
| YUV | 106.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 124 | 56 | 0.26 | 0 | 0.55 | 0.51 | 88.24 | 0.38 | 0.35 |
| Hex | 5C | 7C | 38 | 1A | 0 | 37 | 33 | 58 | 26 | 23 |
| Octal | 134 | 174 | 70 | 32 | 0 | 67 | 63 | 130 | 46 | 43 |
| Binary | 1011100 | 1111100 | 111000 | 11010 | 0 | 110111 | 110011 | 1011000 | 100110 | 100011 |
Color Harmonies of #5C7C38
Complementary color
Monochromatic Colors of #5C7C38
Black with #5C7C38
Text Example
Text Example
White with #5C7C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C7C38; }
p { color: rgb(92,124,56); }
H1.HeaderClassName
{
color: #5C7C38;
}
.AnyTagClassName
{
color: #5C7C38;
}
</style>
background-color css
<style>
a { background-color: #5C7C38; }
a { background-color: rgb(92,124,56); }
div.DivClassName
{
background-color: #5C7C38;
}
.BgClassName
{
background-color: #5C7C38;
}
</style>
border-color css
<style>
span { border-color: #5C7C38; }
span { border-color: rgb(92,124,56); }
td.TdClassName
{
border-color: #5C7C38;
}
.TagClassName
{
border-color: #5C7C38;
}
</style>