Shades of Dingley #62844A
Tints of Dingley #62844A
RGB
CMYK
RGB Variations
Color information
#62844A (or 0x62844A) is known color: Dingley. HEX triplet: 62, 84 and 4A. RGB value is (98,132,74). Sum of RGB (Red+Green+Blue) = 98+132+74=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 132 (51.95% from 255 or 43.42% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 132 - color contains mainly: green. Hex color #62844A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62844A is #9D7BB5. Grayscale: #737373. Windows color (decimal): -10320822 or 4883554. OLE color: 4883554.
HSL color Cylindrical-coordinate representation of color #62844A: hue angle of 95.17º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #62844A is Cyan = 0.26, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 98 | 132 | 74 | - |
| CMYK | 0.26 | 0 | 0.44 | 0.48 |
| HSL | 95.17º | 0.28% | 0.4% | - |
| HSV(B) | 95.17º | 0.44% | 0.52% | - |
| XYZ | 14.52 | 19.59 | 9.5 | - |
| YUV | 115.22 | 104.74 | 115.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 132 | 74 | 0.26 | 0 | 0.44 | 0.48 | 95.17 | 0.28 | 0.4 |
| Hex | 62 | 84 | 4A | 1A | 0 | 2C | 30 | 5F | 1C | 28 |
| Octal | 142 | 204 | 112 | 32 | 0 | 54 | 60 | 137 | 34 | 50 |
| Binary | 1100010 | 10000100 | 1001010 | 11010 | 0 | 101100 | 110000 | 1011111 | 11100 | 101000 |
Color Harmonies of #62844A
Complementary color
Monochromatic Colors of #62844A
Black with #62844A
Text Example
Text Example
White with #62844A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62844A; }
p { color: rgb(98,132,74); }
H1.HeaderClassName
{
color: #62844A;
}
.AnyTagClassName
{
color: #62844A;
}
</style>
background-color css
<style>
a { background-color: #62844A; }
a { background-color: rgb(98,132,74); }
div.DivClassName
{
background-color: #62844A;
}
.BgClassName
{
background-color: #62844A;
}
</style>
border-color css
<style>
span { border-color: #62844A; }
span { border-color: rgb(98,132,74); }
td.TdClassName
{
border-color: #62844A;
}
.TagClassName
{
border-color: #62844A;
}
</style>