Shades of Dingley #577C3C
Tints of Dingley #577C3C
RGB
CMYK
RGB Variations
Color information
#577C3C (or 0x577C3C) is known color: Dingley. HEX triplet: 57, 7C and 3C. RGB value is (87,124,60). Sum of RGB (Red+Green+Blue) = 87+124+60=271 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.10% from 271); Green value is 124 (48.83% from 255 or 45.76% from 271); Blue value is 60 (23.83% from 255 or 22.14% from 271); Max value from RGB is 124 - color contains mainly: green. Hex color #577C3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577C3C is #A883C3. Grayscale: #696969. Windows color (decimal): -11043780 or 3963991. OLE color: 3963991.
HSL color Cylindrical-coordinate representation of color #577C3C: hue angle of 94.69º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #577C3C is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 87 | 124 | 60 | - |
| CMYK | 0.30 | 0 | 0.52 | 0.51 |
| HSL | 94.69º | 0.35% | 0.36% | - |
| HSV(B) | 94.69º | 0.52% | 0.49% | - |
| XYZ | 11.95 | 16.77 | 6.88 | - |
| YUV | 105.64 | 102.24 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 124 | 60 | 0.30 | 0 | 0.52 | 0.51 | 94.69 | 0.35 | 0.36 |
| Hex | 57 | 7C | 3C | 1E | 0 | 34 | 33 | 5F | 23 | 24 |
| Octal | 127 | 174 | 74 | 36 | 0 | 64 | 63 | 137 | 43 | 44 |
| Binary | 1010111 | 1111100 | 111100 | 11110 | 0 | 110100 | 110011 | 1011111 | 100011 | 100100 |
Color Harmonies of #577C3C
Complementary color
Monochromatic Colors of #577C3C
Black with #577C3C
Text Example
Text Example
White with #577C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577C3C; }
p { color: rgb(87,124,60); }
H1.HeaderClassName
{
color: #577C3C;
}
.AnyTagClassName
{
color: #577C3C;
}
</style>
background-color css
<style>
a { background-color: #577C3C; }
a { background-color: rgb(87,124,60); }
div.DivClassName
{
background-color: #577C3C;
}
.BgClassName
{
background-color: #577C3C;
}
</style>
border-color css
<style>
span { border-color: #577C3C; }
span { border-color: rgb(87,124,60); }
td.TdClassName
{
border-color: #577C3C;
}
.TagClassName
{
border-color: #577C3C;
}
</style>