Shades of Dingley #567D3B
Tints of Dingley #567D3B
RGB
CMYK
RGB Variations
Color information
#567D3B (or 0x567D3B) is known color: Dingley. HEX triplet: 56, 7D and 3B. RGB value is (86,125,59). Sum of RGB (Red+Green+Blue) = 86+125+59=270 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.85% from 270); Green value is 125 (49.22% from 255 or 46.30% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 125 - color contains mainly: green. Hex color #567D3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #567D3B is #A982C4. Grayscale: #6A6A6A. Windows color (decimal): -11109061 or 3898710. OLE color: 3898710.
HSL color Cylindrical-coordinate representation of color #567D3B: hue angle of 95.45º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #567D3B is Cyan = 0.31, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 125 | 59 | - |
| CMYK | 0.31 | 0 | 0.53 | 0.51 |
| HSL | 95.45º | 0.36% | 0.36% | - |
| HSV(B) | 95.45º | 0.53% | 0.49% | - |
| XYZ | 11.96 | 16.96 | 6.78 | - |
| YUV | 105.82 | 101.58 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 125 | 59 | 0.31 | 0 | 0.53 | 0.51 | 95.45 | 0.36 | 0.36 |
| Hex | 56 | 7D | 3B | 1F | 0 | 35 | 33 | 5F | 24 | 24 |
| Octal | 126 | 175 | 73 | 37 | 0 | 65 | 63 | 137 | 44 | 44 |
| Binary | 1010110 | 1111101 | 111011 | 11111 | 0 | 110101 | 110011 | 1011111 | 100100 | 100100 |
Color Harmonies of #567D3B
Complementary color
Monochromatic Colors of #567D3B
Black with #567D3B
Text Example
Text Example
White with #567D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #567D3B; }
p { color: rgb(86,125,59); }
H1.HeaderClassName
{
color: #567D3B;
}
.AnyTagClassName
{
color: #567D3B;
}
</style>
background-color css
<style>
a { background-color: #567D3B; }
a { background-color: rgb(86,125,59); }
div.DivClassName
{
background-color: #567D3B;
}
.BgClassName
{
background-color: #567D3B;
}
</style>
border-color css
<style>
span { border-color: #567D3B; }
span { border-color: rgb(86,125,59); }
td.TdClassName
{
border-color: #567D3B;
}
.TagClassName
{
border-color: #567D3B;
}
</style>