Shades of Dingley #628545
Tints of Dingley #628545
RGB
CMYK
RGB Variations
Color information
#628545 (or 0x628545) is known color: Dingley. HEX triplet: 62, 85 and 45. RGB value is (98,133,69). Sum of RGB (Red+Green+Blue) = 98+133+69=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 133 (52.34% from 255 or 44.33% from 300); Blue value is 69 (27.34% from 255 or 23% from 300); Max value from RGB is 133 - color contains mainly: green. Hex color #628545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628545 is #9D7ABA. Grayscale: #737373. Windows color (decimal): -10320571 or 4556130. OLE color: 4556130.
HSL color Cylindrical-coordinate representation of color #628545: hue angle of 92.81º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #628545 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 133 | 69 | - |
| CMYK | 0.26 | 0 | 0.48 | 0.48 |
| HSL | 92.81º | 0.32% | 0.4% | - |
| HSV(B) | 92.81º | 0.48% | 0.52% | - |
| XYZ | 14.5 | 19.8 | 8.69 | - |
| YUV | 115.24 | 101.9 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 133 | 69 | 0.26 | 0 | 0.48 | 0.48 | 92.81 | 0.32 | 0.4 |
| Hex | 62 | 85 | 45 | 1A | 0 | 30 | 30 | 5D | 20 | 28 |
| Octal | 142 | 205 | 105 | 32 | 0 | 60 | 60 | 135 | 40 | 50 |
| Binary | 1100010 | 10000101 | 1000101 | 11010 | 0 | 110000 | 110000 | 1011101 | 100000 | 101000 |
Color Harmonies of #628545
Complementary color
Monochromatic Colors of #628545
Black with #628545
Text Example
Text Example
White with #628545
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628545; }
p { color: rgb(98,133,69); }
H1.HeaderClassName
{
color: #628545;
}
.AnyTagClassName
{
color: #628545;
}
</style>
background-color css
<style>
a { background-color: #628545; }
a { background-color: rgb(98,133,69); }
div.DivClassName
{
background-color: #628545;
}
.BgClassName
{
background-color: #628545;
}
</style>
border-color css
<style>
span { border-color: #628545; }
span { border-color: rgb(98,133,69); }
td.TdClassName
{
border-color: #628545;
}
.TagClassName
{
border-color: #628545;
}
</style>