Shades of Dingley #568238
Tints of Dingley #568238
RGB
CMYK
RGB Variations
Color information
#568238 (or 0x568238) is known color: Dingley. HEX triplet: 56, 82 and 38. RGB value is (86,130,56). Sum of RGB (Red+Green+Blue) = 86+130+56=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 130 (51.17% from 255 or 47.79% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 130 - color contains mainly: green. Hex color #568238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #568238 is #A97DC7. Grayscale: #6C6C6C. Windows color (decimal): -11107784 or 3703382. OLE color: 3703382.
HSL color Cylindrical-coordinate representation of color #568238: hue angle of 95.68º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #568238 is Cyan = 0.34, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 130 | 56 | - |
| CMYK | 0.34 | 0 | 0.57 | 0.49 |
| HSL | 95.68º | 0.4% | 0.36% | - |
| HSV(B) | 95.68º | 0.57% | 0.51% | - |
| XYZ | 12.53 | 18.23 | 6.6 | - |
| YUV | 108.41 | 98.42 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 130 | 56 | 0.34 | 0 | 0.57 | 0.49 | 95.68 | 0.4 | 0.36 |
| Hex | 56 | 82 | 38 | 22 | 0 | 39 | 31 | 60 | 28 | 24 |
| Octal | 126 | 202 | 70 | 42 | 0 | 71 | 61 | 140 | 50 | 44 |
| Binary | 1010110 | 10000010 | 111000 | 100010 | 0 | 111001 | 110001 | 1100000 | 101000 | 100100 |
Color Harmonies of #568238
Complementary color
Monochromatic Colors of #568238
Black with #568238
Text Example
Text Example
White with #568238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #568238; }
p { color: rgb(86,130,56); }
H1.HeaderClassName
{
color: #568238;
}
.AnyTagClassName
{
color: #568238;
}
</style>
background-color css
<style>
a { background-color: #568238; }
a { background-color: rgb(86,130,56); }
div.DivClassName
{
background-color: #568238;
}
.BgClassName
{
background-color: #568238;
}
</style>
border-color css
<style>
span { border-color: #568238; }
span { border-color: rgb(86,130,56); }
td.TdClassName
{
border-color: #568238;
}
.TagClassName
{
border-color: #568238;
}
</style>