Shades of Dingley #629144
Tints of Dingley #629144
RGB
CMYK
RGB Variations
Color information
#629144 (or 0x629144) is known color: Dingley. HEX triplet: 62, 91 and 44. RGB value is (98,145,68). Sum of RGB (Red+Green+Blue) = 98+145+68=311 (41% of max value = 765). Red value is 98 (38.67% from 255 or 31.51% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #629144 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #629144 is #9D6EBB. Grayscale: #7A7A7A. Windows color (decimal): -10317500 or 4493666. OLE color: 4493666.
HSL color Cylindrical-coordinate representation of color #629144: hue angle of 96.62º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #629144 is Cyan = 0.32, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 98 | 145 | 68 | - |
| CMYK | 0.32 | 0 | 0.53 | 0.43 |
| HSL | 96.62º | 0.36% | 0.42% | - |
| HSV(B) | 96.62º | 0.53% | 0.57% | - |
| XYZ | 16.21 | 23.26 | 9.11 | - |
| YUV | 122.17 | 97.43 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 145 | 68 | 0.32 | 0 | 0.53 | 0.43 | 96.62 | 0.36 | 0.42 |
| Hex | 62 | 91 | 44 | 20 | 0 | 35 | 2B | 61 | 24 | 2A |
| Octal | 142 | 221 | 104 | 40 | 0 | 65 | 53 | 141 | 44 | 52 |
| Binary | 1100010 | 10010001 | 1000100 | 100000 | 0 | 110101 | 101011 | 1100001 | 100100 | 101010 |
Color Harmonies of #629144
Complementary color
Monochromatic Colors of #629144
Black with #629144
Text Example
Text Example
White with #629144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #629144; }
p { color: rgb(98,145,68); }
H1.HeaderClassName
{
color: #629144;
}
.AnyTagClassName
{
color: #629144;
}
</style>
background-color css
<style>
a { background-color: #629144; }
a { background-color: rgb(98,145,68); }
div.DivClassName
{
background-color: #629144;
}
.BgClassName
{
background-color: #629144;
}
</style>
border-color css
<style>
span { border-color: #629144; }
span { border-color: rgb(98,145,68); }
td.TdClassName
{
border-color: #629144;
}
.TagClassName
{
border-color: #629144;
}
</style>