Shades of Dingley #577F40
Tints of Dingley #577F40
RGB
CMYK
RGB Variations
Color information
#577F40 (or 0x577F40) is known color: Dingley. HEX triplet: 57, 7F and 40. RGB value is (87,127,64). Sum of RGB (Red+Green+Blue) = 87+127+64=278 (36% of max value = 765). Red value is 87 (34.38% from 255 or 31.29% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #577F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #577F40 is #A880BF. Grayscale: #6C6C6C. Windows color (decimal): -11043008 or 4226903. OLE color: 4226903.
HSL color Cylindrical-coordinate representation of color #577F40: hue angle of 98.1º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #577F40 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 87 | 127 | 64 | - |
| CMYK | 0.31 | 0 | 0.50 | 0.50 |
| HSL | 98.1º | 0.33% | 0.37% | - |
| HSV(B) | 98.1º | 0.5% | 0.5% | - |
| XYZ | 12.45 | 17.58 | 7.59 | - |
| YUV | 107.86 | 103.25 | 113.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 127 | 64 | 0.31 | 0 | 0.50 | 0.50 | 98.1 | 0.33 | 0.37 |
| Hex | 57 | 7F | 40 | 1F | 0 | 32 | 32 | 62 | 21 | 25 |
| Octal | 127 | 177 | 100 | 37 | 0 | 62 | 62 | 142 | 41 | 45 |
| Binary | 1010111 | 1111111 | 1000000 | 11111 | 0 | 110010 | 110010 | 1100010 | 100001 | 100101 |
Color Harmonies of #577F40
Complementary color
Monochromatic Colors of #577F40
Black with #577F40
Text Example
Text Example
White with #577F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #577F40; }
p { color: rgb(87,127,64); }
H1.HeaderClassName
{
color: #577F40;
}
.AnyTagClassName
{
color: #577F40;
}
</style>
background-color css
<style>
a { background-color: #577F40; }
a { background-color: rgb(87,127,64); }
div.DivClassName
{
background-color: #577F40;
}
.BgClassName
{
background-color: #577F40;
}
</style>
border-color css
<style>
span { border-color: #577F40; }
span { border-color: rgb(87,127,64); }
td.TdClassName
{
border-color: #577F40;
}
.TagClassName
{
border-color: #577F40;
}
</style>