Shades of Dingley #649142
Tints of Dingley #649142
RGB
CMYK
RGB Variations
Color information
#649142 (or 0x649142) is known color: Dingley. HEX triplet: 64, 91 and 42. RGB value is (100,145,66). Sum of RGB (Red+Green+Blue) = 100+145+66=311 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.15% from 311); Green value is 145 (57.03% from 255 or 46.62% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 145 - color contains mainly: green. Hex color #649142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #649142 is #9B6EBD. Grayscale: #7A7A7A. Windows color (decimal): -10186430 or 4362596. OLE color: 4362596.
HSL color Cylindrical-coordinate representation of color #649142: hue angle of 94.18º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #649142 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 66 | - |
| CMYK | 0.31 | 0 | 0.54 | 0.43 |
| HSL | 94.18º | 0.37% | 0.41% | - |
| HSV(B) | 94.18º | 0.54% | 0.57% | - |
| XYZ | 16.36 | 23.35 | 8.8 | - |
| YUV | 122.54 | 96.09 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 66 | 0.31 | 0 | 0.54 | 0.43 | 94.18 | 0.37 | 0.41 |
| Hex | 64 | 91 | 42 | 1F | 0 | 36 | 2B | 5E | 25 | 29 |
| Octal | 144 | 221 | 102 | 37 | 0 | 66 | 53 | 136 | 45 | 51 |
| Binary | 1100100 | 10010001 | 1000010 | 11111 | 0 | 110110 | 101011 | 1011110 | 100101 | 101001 |
Color Harmonies of #649142
Complementary color
Monochromatic Colors of #649142
Black with #649142
Text Example
Text Example
White with #649142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649142; }
p { color: rgb(100,145,66); }
H1.HeaderClassName
{
color: #649142;
}
.AnyTagClassName
{
color: #649142;
}
</style>
background-color css
<style>
a { background-color: #649142; }
a { background-color: rgb(100,145,66); }
div.DivClassName
{
background-color: #649142;
}
.BgClassName
{
background-color: #649142;
}
</style>
border-color css
<style>
span { border-color: #649142; }
span { border-color: rgb(100,145,66); }
td.TdClassName
{
border-color: #649142;
}
.TagClassName
{
border-color: #649142;
}
</style>