Shades of Dingley #5C8338
Tints of Dingley #5C8338
RGB
CMYK
RGB Variations
Color information
#5C8338 (or 0x5C8338) is known color: Dingley. HEX triplet: 5C, 83 and 38. RGB value is (92,131,56). Sum of RGB (Red+Green+Blue) = 92+131+56=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #5C8338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C8338 is #A37CC7. Grayscale: #6F6F6F. Windows color (decimal): -10714312 or 3703644. OLE color: 3703644.
HSL color Cylindrical-coordinate representation of color #5C8338: hue angle of 91.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5C8338 is Cyan = 0.30, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 131 | 56 | - |
| CMYK | 0.30 | 0 | 0.57 | 0.49 |
| HSL | 91.2º | 0.4% | 0.37% | - |
| HSV(B) | 91.2º | 0.57% | 0.51% | - |
| XYZ | 13.24 | 18.79 | 6.67 | - |
| YUV | 110.79 | 97.08 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 56 | 0.30 | 0 | 0.57 | 0.49 | 91.2 | 0.4 | 0.37 |
| Hex | 5C | 83 | 38 | 1E | 0 | 39 | 31 | 5B | 28 | 25 |
| Octal | 134 | 203 | 70 | 36 | 0 | 71 | 61 | 133 | 50 | 45 |
| Binary | 1011100 | 10000011 | 111000 | 11110 | 0 | 111001 | 110001 | 1011011 | 101000 | 100101 |
Color Harmonies of #5C8338
Complementary color
Monochromatic Colors of #5C8338
Black with #5C8338
Text Example
Text Example
White with #5C8338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C8338; }
p { color: rgb(92,131,56); }
H1.HeaderClassName
{
color: #5C8338;
}
.AnyTagClassName
{
color: #5C8338;
}
</style>
background-color css
<style>
a { background-color: #5C8338; }
a { background-color: rgb(92,131,56); }
div.DivClassName
{
background-color: #5C8338;
}
.BgClassName
{
background-color: #5C8338;
}
</style>
border-color css
<style>
span { border-color: #5C8338; }
span { border-color: rgb(92,131,56); }
td.TdClassName
{
border-color: #5C8338;
}
.TagClassName
{
border-color: #5C8338;
}
</style>