Shades of Dingley #628235
Tints of Dingley #628235
RGB
CMYK
RGB Variations
Color information
#628235 (or 0x628235) is known color: Dingley. HEX triplet: 62, 82 and 35. RGB value is (98,130,53). Sum of RGB (Red+Green+Blue) = 98+130+53=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 53 (21.09% from 255 or 18.86% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #628235 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628235 is #9D7DCA. Grayscale: #6F6F6F. Windows color (decimal): -10321355 or 3506786. OLE color: 3506786.
HSL color Cylindrical-coordinate representation of color #628235: hue angle of 84.94º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #628235 is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 53 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.49 |
| HSL | 84.94º | 0.42% | 0.36% | - |
| HSV(B) | 84.94º | 0.59% | 0.51% | - |
| XYZ | 13.66 | 18.82 | 6.28 | - |
| YUV | 111.65 | 94.9 | 118.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 53 | 0.25 | 0 | 0.59 | 0.49 | 84.94 | 0.42 | 0.36 |
| Hex | 62 | 82 | 35 | 19 | 0 | 3B | 31 | 55 | 2A | 24 |
| Octal | 142 | 202 | 65 | 31 | 0 | 73 | 61 | 125 | 52 | 44 |
| Binary | 1100010 | 10000010 | 110101 | 11001 | 0 | 111011 | 110001 | 1010101 | 101010 | 100100 |
Color Harmonies of #628235
Complementary color
Monochromatic Colors of #628235
Black with #628235
Text Example
Text Example
White with #628235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628235; }
p { color: rgb(98,130,53); }
H1.HeaderClassName
{
color: #628235;
}
.AnyTagClassName
{
color: #628235;
}
</style>
background-color css
<style>
a { background-color: #628235; }
a { background-color: rgb(98,130,53); }
div.DivClassName
{
background-color: #628235;
}
.BgClassName
{
background-color: #628235;
}
</style>
border-color css
<style>
span { border-color: #628235; }
span { border-color: rgb(98,130,53); }
td.TdClassName
{
border-color: #628235;
}
.TagClassName
{
border-color: #628235;
}
</style>