Shades of Dingley #628144
Tints of Dingley #628144
RGB
CMYK
RGB Variations
Color information
#628144 (or 0x628144) is known color: Dingley. HEX triplet: 62, 81 and 44. RGB value is (98,129,68). Sum of RGB (Red+Green+Blue) = 98+129+68=295 (39% of max value = 765). Red value is 98 (38.67% from 255 or 33.22% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 68 (26.95% from 255 or 23.05% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #628144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #628144 is #9D7EBB. Grayscale: #707070. Windows color (decimal): -10321596 or 4489570. OLE color: 4489570.
HSL color Cylindrical-coordinate representation of color #628144: hue angle of 90.49º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #628144 is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 98 | 129 | 68 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.49 |
| HSL | 90.49º | 0.31% | 0.39% | - |
| HSV(B) | 90.49º | 0.47% | 0.51% | - |
| XYZ | 13.93 | 18.71 | 8.35 | - |
| YUV | 112.78 | 102.73 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 129 | 68 | 0.24 | 0 | 0.47 | 0.49 | 90.49 | 0.31 | 0.39 |
| Hex | 62 | 81 | 44 | 18 | 0 | 2F | 31 | 5A | 1F | 27 |
| Octal | 142 | 201 | 104 | 30 | 0 | 57 | 61 | 132 | 37 | 47 |
| Binary | 1100010 | 10000001 | 1000100 | 11000 | 0 | 101111 | 110001 | 1011010 | 11111 | 100111 |
Color Harmonies of #628144
Complementary color
Monochromatic Colors of #628144
Black with #628144
Text Example
Text Example
White with #628144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #628144; }
p { color: rgb(98,129,68); }
H1.HeaderClassName
{
color: #628144;
}
.AnyTagClassName
{
color: #628144;
}
</style>
background-color css
<style>
a { background-color: #628144; }
a { background-color: rgb(98,129,68); }
div.DivClassName
{
background-color: #628144;
}
.BgClassName
{
background-color: #628144;
}
</style>
border-color css
<style>
span { border-color: #628144; }
span { border-color: rgb(98,129,68); }
td.TdClassName
{
border-color: #628144;
}
.TagClassName
{
border-color: #628144;
}
</style>