Shades of Dingley #62823E
Tints of Dingley #62823E
RGB
CMYK
RGB Variations
Color information
#62823E (or 0x62823E) is known color: Dingley. HEX triplet: 62, 82 and 3E. RGB value is (98,130,62). Sum of RGB (Red+Green+Blue) = 98+130+62=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 130 (51.17% from 255 or 44.83% from 290); Blue value is 62 (24.61% from 255 or 21.38% from 290); Max value from RGB is 130 - color contains mainly: green. Hex color #62823E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62823E is #9D7DC1. Grayscale: #707070. Windows color (decimal): -10321346 or 4096610. OLE color: 4096610.
HSL color Cylindrical-coordinate representation of color #62823E: hue angle of 88.24º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #62823E is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 62 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.49 |
| HSL | 88.24º | 0.35% | 0.38% | - |
| HSV(B) | 88.24º | 0.52% | 0.51% | - |
| XYZ | 13.89 | 18.91 | 7.48 | - |
| YUV | 112.68 | 99.4 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 62 | 0.25 | 0 | 0.52 | 0.49 | 88.24 | 0.35 | 0.38 |
| Hex | 62 | 82 | 3E | 19 | 0 | 34 | 31 | 58 | 23 | 26 |
| Octal | 142 | 202 | 76 | 31 | 0 | 64 | 61 | 130 | 43 | 46 |
| Binary | 1100010 | 10000010 | 111110 | 11001 | 0 | 110100 | 110001 | 1011000 | 100011 | 100110 |
Color Harmonies of #62823E
Complementary color
Monochromatic Colors of #62823E
Black with #62823E
Text Example
Text Example
White with #62823E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62823E; }
p { color: rgb(98,130,62); }
H1.HeaderClassName
{
color: #62823E;
}
.AnyTagClassName
{
color: #62823E;
}
</style>
background-color css
<style>
a { background-color: #62823E; }
a { background-color: rgb(98,130,62); }
div.DivClassName
{
background-color: #62823E;
}
.BgClassName
{
background-color: #62823E;
}
</style>
border-color css
<style>
span { border-color: #62823E; }
span { border-color: rgb(98,130,62); }
td.TdClassName
{
border-color: #62823E;
}
.TagClassName
{
border-color: #62823E;
}
</style>