Shades of Dingley #62824B
Tints of Dingley #62824B
RGB
CMYK
RGB Variations
Color information
#62824B (or 0x62824B) is known color: Dingley. HEX triplet: 62, 82 and 4B. RGB value is (98,130,75). Sum of RGB (Red+Green+Blue) = 98+130+75=303 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.34% from 303); Green value is 130 (51.17% from 255 or 42.90% from 303); Blue value is 75 (29.69% from 255 or 24.75% from 303); Max value from RGB is 130 - color contains mainly: green. Hex color #62824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62824B is #9D7DB4. Grayscale: #727272. Windows color (decimal): -10321333 or 4948578. OLE color: 4948578.
HSL color Cylindrical-coordinate representation of color #62824B: hue angle of 94.91º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62824B is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 75 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.49 |
| HSL | 94.91º | 0.27% | 0.4% | - |
| HSV(B) | 94.91º | 0.42% | 0.51% | - |
| XYZ | 14.29 | 19.07 | 9.58 | - |
| YUV | 114.16 | 105.9 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 75 | 0.25 | 0 | 0.42 | 0.49 | 94.91 | 0.27 | 0.4 |
| Hex | 62 | 82 | 4B | 19 | 0 | 2A | 31 | 5F | 1B | 28 |
| Octal | 142 | 202 | 113 | 31 | 0 | 52 | 61 | 137 | 33 | 50 |
| Binary | 1100010 | 10000010 | 1001011 | 11001 | 0 | 101010 | 110001 | 1011111 | 11011 | 101000 |
Color Harmonies of #62824B
Complementary color
Monochromatic Colors of #62824B
Black with #62824B
Text Example
Text Example
White with #62824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62824B; }
p { color: rgb(98,130,75); }
H1.HeaderClassName
{
color: #62824B;
}
.AnyTagClassName
{
color: #62824B;
}
</style>
background-color css
<style>
a { background-color: #62824B; }
a { background-color: rgb(98,130,75); }
div.DivClassName
{
background-color: #62824B;
}
.BgClassName
{
background-color: #62824B;
}
</style>
border-color css
<style>
span { border-color: #62824B; }
span { border-color: rgb(98,130,75); }
td.TdClassName
{
border-color: #62824B;
}
.TagClassName
{
border-color: #62824B;
}
</style>