Shades of Dingley #5C833A
Tints of Dingley #5C833A
RGB
CMYK
RGB Variations
Color information
#5C833A (or 0x5C833A) is known color: Dingley. HEX triplet: 5C, 83 and 3A. RGB value is (92,131,58). Sum of RGB (Red+Green+Blue) = 92+131+58=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 58 (23.05% from 255 or 20.64% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #5C833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5C833A is #A37CC5. Grayscale: #6F6F6F. Windows color (decimal): -10714310 or 3834716. OLE color: 3834716.
HSL color Cylindrical-coordinate representation of color #5C833A: hue angle of 92.05º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5C833A is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 92 | 131 | 58 | - |
| CMYK | 0.30 | 0 | 0.56 | 0.49 |
| HSL | 92.05º | 0.39% | 0.37% | - |
| HSV(B) | 92.05º | 0.56% | 0.51% | - |
| XYZ | 13.29 | 18.81 | 6.93 | - |
| YUV | 111.02 | 98.08 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 131 | 58 | 0.30 | 0 | 0.56 | 0.49 | 92.05 | 0.39 | 0.37 |
| Hex | 5C | 83 | 3A | 1E | 0 | 38 | 31 | 5C | 27 | 25 |
| Octal | 134 | 203 | 72 | 36 | 0 | 70 | 61 | 134 | 47 | 45 |
| Binary | 1011100 | 10000011 | 111010 | 11110 | 0 | 111000 | 110001 | 1011100 | 100111 | 100101 |
Color Harmonies of #5C833A
Complementary color
Monochromatic Colors of #5C833A
Black with #5C833A
Text Example
Text Example
White with #5C833A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C833A; }
p { color: rgb(92,131,58); }
H1.HeaderClassName
{
color: #5C833A;
}
.AnyTagClassName
{
color: #5C833A;
}
</style>
background-color css
<style>
a { background-color: #5C833A; }
a { background-color: rgb(92,131,58); }
div.DivClassName
{
background-color: #5C833A;
}
.BgClassName
{
background-color: #5C833A;
}
</style>
border-color css
<style>
span { border-color: #5C833A; }
span { border-color: rgb(92,131,58); }
td.TdClassName
{
border-color: #5C833A;
}
.TagClassName
{
border-color: #5C833A;
}
</style>