Shades of Dingley #628B41
Tints of Dingley #628B41
RGB
CMYK
RGB Variations
Color information
#628B41 (or 0x628B41) is known color: Dingley. HEX triplet: 62, 8B and 41. RGB value is (98,139,65). Sum of RGB (Red+Green+Blue) = 98+139+65=302 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.45% from 302); Green value is 139 (54.69% from 255 or 46.03% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 139 - color contains mainly: green. Hex color #628B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628B41 is #9D74BE. Grayscale: #767676. Windows color (decimal): -10319039 or 4295522. OLE color: 4295522.
HSL color Cylindrical-coordinate representation of color #628B41: hue angle of 93.24º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #628B41 is Cyan = 0.29, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 139 | 65 | - |
| CMYK | 0.29 | 0 | 0.53 | 0.45 |
| HSL | 93.24º | 0.36% | 0.4% | - |
| HSV(B) | 93.24º | 0.53% | 0.55% | - |
| XYZ | 15.22 | 21.44 | 8.34 | - |
| YUV | 118.31 | 97.92 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 65 | 0.29 | 0 | 0.53 | 0.45 | 93.24 | 0.36 | 0.4 |
| Hex | 62 | 8B | 41 | 1D | 0 | 35 | 2D | 5D | 24 | 28 |
| Octal | 142 | 213 | 101 | 35 | 0 | 65 | 55 | 135 | 44 | 50 |
| Binary | 1100010 | 10001011 | 1000001 | 11101 | 0 | 110101 | 101101 | 1011101 | 100100 | 101000 |
Color Harmonies of #628B41
Complementary color
Monochromatic Colors of #628B41
Black with #628B41
Text Example
Text Example
White with #628B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628B41; }
p { color: rgb(98,139,65); }
H1.HeaderClassName
{
color: #628B41;
}
.AnyTagClassName
{
color: #628B41;
}
</style>
background-color css
<style>
a { background-color: #628B41; }
a { background-color: rgb(98,139,65); }
div.DivClassName
{
background-color: #628B41;
}
.BgClassName
{
background-color: #628B41;
}
</style>
border-color css
<style>
span { border-color: #628B41; }
span { border-color: rgb(98,139,65); }
td.TdClassName
{
border-color: #628B41;
}
.TagClassName
{
border-color: #628B41;
}
</style>