Shades of Dingley #627E3B
Tints of Dingley #627E3B
RGB
CMYK
RGB Variations
Color information
#627E3B (or 0x627E3B) is known color: Dingley. HEX triplet: 62, 7E and 3B. RGB value is (98,126,59). Sum of RGB (Red+Green+Blue) = 98+126+59=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 126 (49.61% from 255 or 44.52% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 126 - color contains mainly: green. Hex color #627E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #627E3B is #9D81C4. Grayscale: #6E6E6E. Windows color (decimal): -10322373 or 3898978. OLE color: 3898978.
HSL color Cylindrical-coordinate representation of color #627E3B: hue angle of 85.07º degrees, saturation: 0.36, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #627E3B is Cyan = 0.22, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 98 | 126 | 59 | - |
| CMYK | 0.22 | 0 | 0.53 | 0.51 |
| HSL | 85.07º | 0.36% | 0.36% | - |
| HSV(B) | 85.07º | 0.53% | 0.49% | - |
| XYZ | 13.29 | 17.83 | 6.88 | - |
| YUV | 109.99 | 99.22 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 126 | 59 | 0.22 | 0 | 0.53 | 0.51 | 85.07 | 0.36 | 0.36 |
| Hex | 62 | 7E | 3B | 16 | 0 | 35 | 33 | 55 | 24 | 24 |
| Octal | 142 | 176 | 73 | 26 | 0 | 65 | 63 | 125 | 44 | 44 |
| Binary | 1100010 | 1111110 | 111011 | 10110 | 0 | 110101 | 110011 | 1010101 | 100100 | 100100 |
Color Harmonies of #627E3B
Complementary color
Monochromatic Colors of #627E3B
Black with #627E3B
Text Example
Text Example
White with #627E3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #627E3B; }
p { color: rgb(98,126,59); }
H1.HeaderClassName
{
color: #627E3B;
}
.AnyTagClassName
{
color: #627E3B;
}
</style>
background-color css
<style>
a { background-color: #627E3B; }
a { background-color: rgb(98,126,59); }
div.DivClassName
{
background-color: #627E3B;
}
.BgClassName
{
background-color: #627E3B;
}
</style>
border-color css
<style>
span { border-color: #627E3B; }
span { border-color: rgb(98,126,59); }
td.TdClassName
{
border-color: #627E3B;
}
.TagClassName
{
border-color: #627E3B;
}
</style>