Shades of Dingley #62883C
Tints of Dingley #62883C
RGB
CMYK
RGB Variations
Color information
#62883C (or 0x62883C) is known color: Dingley. HEX triplet: 62, 88 and 3C. RGB value is (98,136,60). Sum of RGB (Red+Green+Blue) = 98+136+60=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 136 (53.52% from 255 or 46.26% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 136 - color contains mainly: green. Hex color #62883C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #62883C is #9D77C3. Grayscale: #747474. Windows color (decimal): -10319812 or 3967074. OLE color: 3967074.
HSL color Cylindrical-coordinate representation of color #62883C: hue angle of 90º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #62883C is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 98 | 136 | 60 | - |
| CMYK | 0.28 | 0 | 0.56 | 0.47 |
| HSL | 90º | 0.39% | 0.38% | - |
| HSV(B) | 90º | 0.56% | 0.53% | - |
| XYZ | 14.66 | 20.53 | 7.47 | - |
| YUV | 115.97 | 96.41 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 136 | 60 | 0.28 | 0 | 0.56 | 0.47 | 90 | 0.39 | 0.38 |
| Hex | 62 | 88 | 3C | 1C | 0 | 38 | 2F | 5A | 27 | 26 |
| Octal | 142 | 210 | 74 | 34 | 0 | 70 | 57 | 132 | 47 | 46 |
| Binary | 1100010 | 10001000 | 111100 | 11100 | 0 | 111000 | 101111 | 1011010 | 100111 | 100110 |
Color Harmonies of #62883C
Complementary color
Monochromatic Colors of #62883C
Black with #62883C
Text Example
Text Example
White with #62883C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62883C; }
p { color: rgb(98,136,60); }
H1.HeaderClassName
{
color: #62883C;
}
.AnyTagClassName
{
color: #62883C;
}
</style>
background-color css
<style>
a { background-color: #62883C; }
a { background-color: rgb(98,136,60); }
div.DivClassName
{
background-color: #62883C;
}
.BgClassName
{
background-color: #62883C;
}
</style>
border-color css
<style>
span { border-color: #62883C; }
span { border-color: rgb(98,136,60); }
td.TdClassName
{
border-color: #62883C;
}
.TagClassName
{
border-color: #62883C;
}
</style>