Shades of Dingley #628343
Tints of Dingley #628343
RGB
CMYK
RGB Variations
Color information
#628343 (or 0x628343) is known color: Dingley. HEX triplet: 62, 83 and 43. RGB value is (98,131,67). Sum of RGB (Red+Green+Blue) = 98+131+67=296 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.11% from 296); Green value is 131 (51.56% from 255 or 44.26% from 296); Blue value is 67 (26.56% from 255 or 22.64% from 296); Max value from RGB is 131 - color contains mainly: green. Hex color #628343 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628343 is #9D7CBC. Grayscale: #727272. Windows color (decimal): -10321085 or 4424546. OLE color: 4424546.
HSL color Cylindrical-coordinate representation of color #628343: hue angle of 90.94º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #628343 is Cyan = 0.25, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 131 | 67 | - |
| CMYK | 0.25 | 0 | 0.49 | 0.49 |
| HSL | 90.94º | 0.32% | 0.39% | - |
| HSV(B) | 90.94º | 0.49% | 0.51% | - |
| XYZ | 14.17 | 19.23 | 8.28 | - |
| YUV | 113.84 | 101.57 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 131 | 67 | 0.25 | 0 | 0.49 | 0.49 | 90.94 | 0.32 | 0.39 |
| Hex | 62 | 83 | 43 | 19 | 0 | 31 | 31 | 5B | 20 | 27 |
| Octal | 142 | 203 | 103 | 31 | 0 | 61 | 61 | 133 | 40 | 47 |
| Binary | 1100010 | 10000011 | 1000011 | 11001 | 0 | 110001 | 110001 | 1011011 | 100000 | 100111 |
Color Harmonies of #628343
Complementary color
Monochromatic Colors of #628343
Black with #628343
Text Example
Text Example
White with #628343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628343; }
p { color: rgb(98,131,67); }
H1.HeaderClassName
{
color: #628343;
}
.AnyTagClassName
{
color: #628343;
}
</style>
background-color css
<style>
a { background-color: #628343; }
a { background-color: rgb(98,131,67); }
div.DivClassName
{
background-color: #628343;
}
.BgClassName
{
background-color: #628343;
}
</style>
border-color css
<style>
span { border-color: #628343; }
span { border-color: rgb(98,131,67); }
td.TdClassName
{
border-color: #628343;
}
.TagClassName
{
border-color: #628343;
}
</style>