Shades of Dingley #628B3F
Tints of Dingley #628B3F
RGB
CMYK
RGB Variations
Color information
#628B3F (or 0x628B3F) is known color: Dingley. HEX triplet: 62, 8B and 3F. RGB value is (98,139,63). Sum of RGB (Red+Green+Blue) = 98+139+63=300 (39% of max value = 765). Red value is 98 (38.67% from 255 or 32.67% from 300); Green value is 139 (54.69% from 255 or 46.33% from 300); Blue value is 63 (25% from 255 or 21% from 300); Max value from RGB is 139 - color contains mainly: green. Hex color #628B3F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628B3F is #9D74C0. Grayscale: #767676. Windows color (decimal): -10319041 or 4164450. OLE color: 4164450.
HSL color Cylindrical-coordinate representation of color #628B3F: hue angle of 92.37º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #628B3F is Cyan = 0.29, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 98 | 139 | 63 | - |
| CMYK | 0.29 | 0 | 0.55 | 0.45 |
| HSL | 92.37º | 0.38% | 0.4% | - |
| HSV(B) | 92.37º | 0.55% | 0.55% | - |
| XYZ | 15.17 | 21.42 | 8.04 | - |
| YUV | 118.08 | 96.92 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 139 | 63 | 0.29 | 0 | 0.55 | 0.45 | 92.37 | 0.38 | 0.4 |
| Hex | 62 | 8B | 3F | 1D | 0 | 37 | 2D | 5C | 26 | 28 |
| Octal | 142 | 213 | 77 | 35 | 0 | 67 | 55 | 134 | 46 | 50 |
| Binary | 1100010 | 10001011 | 111111 | 11101 | 0 | 110111 | 101101 | 1011100 | 100110 | 101000 |
Color Harmonies of #628B3F
Complementary color
Monochromatic Colors of #628B3F
Black with #628B3F
Text Example
Text Example
White with #628B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628B3F; }
p { color: rgb(98,139,63); }
H1.HeaderClassName
{
color: #628B3F;
}
.AnyTagClassName
{
color: #628B3F;
}
</style>
background-color css
<style>
a { background-color: #628B3F; }
a { background-color: rgb(98,139,63); }
div.DivClassName
{
background-color: #628B3F;
}
.BgClassName
{
background-color: #628B3F;
}
</style>
border-color css
<style>
span { border-color: #628B3F; }
span { border-color: rgb(98,139,63); }
td.TdClassName
{
border-color: #628B3F;
}
.TagClassName
{
border-color: #628B3F;
}
</style>