Shades of Dingley #628238
Tints of Dingley #628238
RGB
CMYK
RGB Variations
Color information
#628238 (or 0x628238) is known color: Dingley. HEX triplet: 62, 82 and 38. RGB value is (98,130,56). Sum of RGB (Red+Green+Blue) = 98+130+56=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 130 (51.17% from 255 or 45.77% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 130 - color contains mainly: green. Hex color #628238 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628238 is #9D7DC7. Grayscale: #707070. Windows color (decimal): -10321352 or 3703394. OLE color: 3703394.
HSL color Cylindrical-coordinate representation of color #628238: hue angle of 85.95º 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 #628238 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 56 | - |
| CMYK | 0.25 | 0 | 0.57 | 0.49 |
| HSL | 85.95º | 0.4% | 0.36% | - |
| HSV(B) | 85.95º | 0.57% | 0.51% | - |
| XYZ | 13.73 | 18.85 | 6.66 | - |
| YUV | 112 | 96.4 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 56 | 0.25 | 0 | 0.57 | 0.49 | 85.95 | 0.4 | 0.36 |
| Hex | 62 | 82 | 38 | 19 | 0 | 39 | 31 | 56 | 28 | 24 |
| Octal | 142 | 202 | 70 | 31 | 0 | 71 | 61 | 126 | 50 | 44 |
| Binary | 1100010 | 10000010 | 111000 | 11001 | 0 | 111001 | 110001 | 1010110 | 101000 | 100100 |
Color Harmonies of #628238
Complementary color
Monochromatic Colors of #628238
Black with #628238
Text Example
Text Example
White with #628238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628238; }
p { color: rgb(98,130,56); }
H1.HeaderClassName
{
color: #628238;
}
.AnyTagClassName
{
color: #628238;
}
</style>
background-color css
<style>
a { background-color: #628238; }
a { background-color: rgb(98,130,56); }
div.DivClassName
{
background-color: #628238;
}
.BgClassName
{
background-color: #628238;
}
</style>
border-color css
<style>
span { border-color: #628238; }
span { border-color: rgb(98,130,56); }
td.TdClassName
{
border-color: #628238;
}
.TagClassName
{
border-color: #628238;
}
</style>