Shades of Dingley #62824C
Tints of Dingley #62824C
RGB
CMYK
RGB Variations
Color information
#62824C (or 0x62824C) is known color: Dingley. HEX triplet: 62, 82 and 4C. RGB value is (98,130,76). Sum of RGB (Red+Green+Blue) = 98+130+76=304 (40% of max value = 765). Red value is 98 (38.67% from 255 or 32.24% from 304); Green value is 130 (51.17% from 255 or 42.76% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 130 - color contains mainly: green. Hex color #62824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62824C is #9D7DB3. Grayscale: #727272. Windows color (decimal): -10321332 or 5014114. OLE color: 5014114.
HSL color Cylindrical-coordinate representation of color #62824C: hue angle of 95.56º degrees, saturation: 0.26, 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 #62824C is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 130 | 76 | - |
| CMYK | 0.25 | 0 | 0.42 | 0.49 |
| HSL | 95.56º | 0.26% | 0.4% | - |
| HSV(B) | 95.56º | 0.42% | 0.51% | - |
| XYZ | 14.32 | 19.08 | 9.77 | - |
| YUV | 114.28 | 106.4 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 130 | 76 | 0.25 | 0 | 0.42 | 0.49 | 95.56 | 0.26 | 0.4 |
| Hex | 62 | 82 | 4C | 19 | 0 | 2A | 31 | 60 | 1A | 28 |
| Octal | 142 | 202 | 114 | 31 | 0 | 52 | 61 | 140 | 32 | 50 |
| Binary | 1100010 | 10000010 | 1001100 | 11001 | 0 | 101010 | 110001 | 1100000 | 11010 | 101000 |
Color Harmonies of #62824C
Complementary color
Monochromatic Colors of #62824C
Black with #62824C
Text Example
Text Example
White with #62824C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62824C; }
p { color: rgb(98,130,76); }
H1.HeaderClassName
{
color: #62824C;
}
.AnyTagClassName
{
color: #62824C;
}
</style>
background-color css
<style>
a { background-color: #62824C; }
a { background-color: rgb(98,130,76); }
div.DivClassName
{
background-color: #62824C;
}
.BgClassName
{
background-color: #62824C;
}
</style>
border-color css
<style>
span { border-color: #62824C; }
span { border-color: rgb(98,130,76); }
td.TdClassName
{
border-color: #62824C;
}
.TagClassName
{
border-color: #62824C;
}
</style>